Page 1 of 3 123 LastLast
Results 1 to 15 of 43
  1. #1
    Braco22's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    150
    Reputation
    12
    Thanks
    607

    [New] Updated Addies [8/25] - SpoonFeed Tutorial!

    LtClient:
    0x377E7810

    How To Use:
    Code:
    void __cdecl PushToConsole( const char* szCommand )
    {
    DWORD *LTClient = ( DWORD* )( 0x377E7810 );
    void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );
    __asm
    {
    push szCommand;
    call CONoff;
    add esp, 4;
    }
    }
    No Recoil:
    0x3737EE23
    0x3745B7D1
    0x3745B7D4
    0x3745B7E0

    How To Use:
    Code:
    bool Memoria( void * pDest, char * szPatch, size_t sSize )//NOP Function
    { 
        DWORD dwOrgProtect = NULL; 
    	if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
    		return FALSE;
    
        memcpy( pDest, szPatch, sSize ); 
        VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
        return TRUE; 
    }
    No Recoil On:
    Code:
    Memoria((LPVOID) (0x3737EE23), "\x90\x90\x90", 3);
    Memoria((LPVOID) (0x3745B7D1), "\x90\x90\x90", 3);
    Memoria((LPVOID) (0x3745B7E0), "\x90\x90\x90", 3);
    Memoria((LPVOID) (0x3745B7D4), "\x90\x90\x90\x90\x90\x90", 6);
    No Recoil Off:
    Code:
    Memoria((LPVOID) (0x3737EE23), "\xD8\x66\x54", 3);
    Memoria((LPVOID) (0x3745B7D1), "\xD8\x46\x54", 3);
    Memoria((LPVOID) (0x3745B7E0), "\xD9\x5E\x48", 3);
    Memoria((LPVOID) (0x3745B7D4), "\xD9\x5E\x54\xD9\x46\x48", 6);
    No Reload:
    0x374A7434

    How To Use:

    No Reload On:
    Code:
    Memoria((LPVOID) (0x374A7434), "\x90\x90\x90\x90\x90\x90", 6);
    No Reload Off:
    Code:
    Memoria((LPVOID) (0x374A7434), "\x0F\x84\xB1\x01\x00\x00", 6);
    Last edited by Braco22; 08-24-2010 at 11:44 PM.

  2. The Following 6 Users Say Thank You to Braco22 For This Useful Post:

    cosconub (08-25-2010),dethharmonic15 (08-24-2010),ipwnuuaal5 (08-24-2010),klofee (08-26-2010),markoj (08-24-2010),supercarz1991 (08-24-2010)

  3. #2
    -ExileD-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    https://mpgh.net Posts: 25,987
    Posts
    552
    Reputation
    32
    Thanks
    795
    My Mood
    Lurking
    Beast. That's all you are

  4. #3
    flayer669's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    220
    Reputation
    19
    Thanks
    33
    My Mood
    Dead
    thank you!!!!
    Subscribe

    www.Youtube.com/XanaxEdits

    [IMG]https://img.photobucke*****m/albums/v739/gore_ridden/stroke.gif[/IMG]




    :yourock1:

  5. #4
    LightzOut's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    185
    Reputation
    11
    Thanks
    25
    That was fast lol.

  6. #5
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Where is the 5th no recoil addie... O.o
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  7. #6
    -ExileD-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    https://mpgh.net Posts: 25,987
    Posts
    552
    Reputation
    32
    Thanks
    795
    My Mood
    Lurking
    No Recoil has 5 Addies

  8. #7
    Braco22's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    150
    Reputation
    12
    Thanks
    607
    It also works with 4. I will also be posting the NameTag Address soon.

  9. #8
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by Braco22 View Post
    It also works with 4. I will also be posting the NameTag Address soon.
    Great addies but the NameTag Address is patched with the new HUD.

  10. #9
    flayer669's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    220
    Reputation
    19
    Thanks
    33
    My Mood
    Dead
    Quote Originally Posted by Braco22 View Post
    It also works with 4. I will also be posting the NameTag Address soon.
    YAY!! DDDDDD
    Subscribe

    www.Youtube.com/XanaxEdits

    [IMG]https://img.photobucke*****m/albums/v739/gore_ridden/stroke.gif[/IMG]




    :yourock1:

  11. #10
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by flayer669 View Post
    YAY!! DDDDDD
    Its patched.

  12. #11
    flayer669's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    220
    Reputation
    19
    Thanks
    33
    My Mood
    Dead
    Quote Originally Posted by ipwnuuaal5 View Post
    Its patched.
    Yes it is, but it will be back lol..
    Subscribe

    www.Youtube.com/XanaxEdits

    [IMG]https://img.photobucke*****m/albums/v739/gore_ridden/stroke.gif[/IMG]




    :yourock1:

  13. #12
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,900
    My Mood
    In Love
    Quote Originally Posted by flayer669 View Post
    Yes it is, but it will be back lol..
    To tell for sure if its patched, use my hack lmao.

  14. #13
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by Blood View Post
    To tell for sure if its patched, use my hack lmao.
    You use sig scan. :O

  15. #14
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Requesting this section known as Combat Arms Coding/Source Code section to be renamed to Spoon-feed section. Give people a challenge finding the addresses themselves.. You keep giving them to the users and they learn nothing but ctl+c + ctrl+v.

  16. The Following 4 Users Say Thank You to Synns For This Useful Post:

    ac1d_buRn (08-24-2010),CodeDemon (08-25-2010),J (08-24-2010),Stephen (08-25-2010)

  17. #15
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    nametags were fun while they lasted again lol. and nice job gettin this up so quick =D now if only my menu wouldn't crash the whole game...lol

    commando: You're probably the best non-coder coder I know LOL


Page 1 of 3 123 LastLast

Similar Threads

  1. Some updated addys(new blood update)
    By mistertex in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 07-30-2011, 11:04 AM
  2. [New] Updated Addies [8/27]
    By Braco22 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 08-30-2010, 06:04 AM
  3. [NEW] Updated Addies [7/28]
    By J in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 126
    Last Post: 08-23-2010, 03:25 PM
  4. New Update !
    By gamerj in forum WarRock - International Hacks
    Replies: 11
    Last Post: 05-23-2007, 07:39 PM
  5. new update
    By XqwertyX in forum WarRock - International Hacks
    Replies: 27
    Last Post: 04-26-2007, 08:17 PM