Results 1 to 2 of 2
  1. #1
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    ok im not the smartest coder but im not sure how to add the no recoil adrees into my hack and how its formated! is this right?
    [php]Bool norecoil = false;

    if(GetAsyncKeyState(VK_SUBTRACT)<0){
    norecoil = !norecoil;
    if (norecoil)
    memcpy((LPVOID)0x3741A550, "\xD8\x66\x54", 3);
    memcpy((LPVOID)0x3740AA99, "\xD9\x46\x54", 3);
    memcpy((LPVOID)0x3741A564, "\xD9\x5E\x54", 3);
    memcpy((LPVOID)0x3741A567, "\xD9\x46\x48", 3);
    memcpy((LPVOID)0x3741A570, "\xD9\x5E\x48", 3);
    norecoil = false;
    }else{
    memcpy((LPVOID)0x3741A550, "\x90\x90\x90", 3);
    memcpy((LPVOID)0x3740AA99, "\x90\x90\x90", 3);
    memcpy((LPVOID)0x3741A564, "\x90\x90\x90", 3);
    memcpy((LPVOID)0x3741A567, "\x90\x90\x90", 3);
    memcpy((LPVOID)0x3741A570, "\x90\x90\x90", 3);
    norecoil = true;

    Sleep(100);
    }
    }[/php]

    Can you close this i figured it out! thanks
    -Zane
    Last edited by NOOBJr; 07-25-2010 at 10:32 AM.

  2. #2
    EDWINSEE's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Arkansas
    Posts
    125
    Reputation
    10
    Thanks
    127
    My Mood
    Angelic
    What are the errors ??? if u get no errors it should work.

Similar Threads

  1. Help with no recoil? Sorry im really bad at hacking.
    By hk12332 in forum Other First Person Shooter Hacks
    Replies: 8
    Last Post: 10-18-2011, 10:39 PM
  2. [Source Code] Need help with no Recoil
    By Royku in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 34
    Last Post: 06-16-2011, 01:32 PM
  3. i need help with some HARD Adresses
    By shanky1 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 08-19-2007, 04:30 PM
  4. help with no recoil
    By ballin22 in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 05-21-2007, 03:49 PM
  5. Help With UCE Adresses...
    By Pinguboy in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-12-2007, 05:50 AM