Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4

    [Help] My Hack causes the game to crash

    What should I do ?
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

  2. #2
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    change the LTC or figture why its detected

  3. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    muumimamma 2 (07-31-2010)

  4. #3
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Hotkey or menu?

  5. The Following User Says Thank You to Mr.Magicman For This Useful Post:

    muumimamma 2 (07-31-2010)

  6. #4
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4
    Hotkey I think it might be something to do with the no-recoil part
    Code:
    		if(GetAsyncKeyState(VK_NUMPAD7)!=0 && NoRecoilOn == 0)
    		{
    			NoRecoilOn = 1;
    			memcpy((LPVOID) (0x3741A700), "\0x90\0x90\0x90", 3);			
    			memcpy((LPVOID) (0x3741A714), "\0x90\0x90\0x90", 3);			
    			memcpy((LPVOID) (0x3741A717), "\0x90\0x90\0x90", 3);
    			memcpy((LPVOID) (0x37418209), "\0x90\0x90\0x90", 3);
    			memcpy((LPVOID) (0x3741A720), "\0x90\0x90\0x90", 3);
    			Sleep (200);
    		}
    		
    		if(GetAsyncKeyState(VK_NUMPAD7)!=0 && NoRecoilOn == 1)
    		{
    			NoRecoilOn = 0;
    			memcpy((LPVOID) (0x3741A700), "\0xD8\0x66\0x54", 3);			
    			memcpy((LPVOID) (0x3741A714), "\0xD9\0x46\0x54", 3);			
    			memcpy((LPVOID) (0x3741A717), "\0xD9\0x5E\0x54", 3);
    			memcpy((LPVOID) (0x37418209), "\0xD9\0x46\0x48", 3);
    			memcpy((LPVOID) (0x3741A720), "\0xD9\0x5E\0x48", 3);
    			Sleep (200);
    		}
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

  7. #5
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    well i only use 3 no recoil addies :/ some say tht 5 no recoil addies cant be turned off

  8. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    muumimamma 2 (07-31-2010)

  9. #6
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    You are noping the 3th pointer wrong.

    Wrong bytes.
    -Rest in peace leechers-

    Your PM box is 100% full.

  10. The Following User Says Thank You to Zoom For This Useful Post:

    muumimamma 2 (07-31-2010)

  11. #7
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4
    so 0x90 isn't the right opcode
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

  12. #8
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    nope needs to be more bytes

  13. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    muumimamma 2 (07-31-2010)

  14. #9
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4
    and the search begins !
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

  15. #10
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420

  16. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    muumimamma 2 (07-31-2010)

  17. #11
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4
    Code:
    		if(GetAsyncKeyState(VK_NUMPAD7)!=0 && NoRecoilOn == 0)
    		{
    			NoRecoilOn = 1;
    			memcpy((LPVOID) (0x3741A700), "\0x90\0x90\0x90", 3);			
    			memcpy((LPVOID) (0x3741A714), "\0x90\0x90\0x90", 3);			
    			memcpy((LPVOID) (0x3741A717), "\0x90\0x90\0x90\0x90\0x90\0x90", 6);
    			memcpy((LPVOID) (0x37418209), "\0x90\0x90\0x90", 3);
    			//memcpy((LPVOID) (0x3741A720), "\0x90\0x90\0x90", 3);
    			Sleep (200);
    		}
    		
    		if(GetAsyncKeyState(VK_NUMPAD7)!=0 && NoRecoilOn == 1)
    		{
    			NoRecoilOn = 0;
    			memcpy((LPVOID) (0x3741A700), "\0xD8\0x66\0x54", 3);			
    			memcpy((LPVOID) (0x3741A714), "\0xD9\0x46\0x54", 3);			
    			memcpy((LPVOID) (0x3741A717), "\0xD9\0x5E\0x54", 6);
    			memcpy((LPVOID) (0x37418209), "\0xD9\0x46\0x48", 3);
    			//memcpy((LPVOID) (0x3741A720), "\0xD9\0x5E\0x48", 3);
    			Sleep (200);
    		}
    it IS the no recoil which is causing the problems how do I find the opcodes ?
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

  18. #12
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    just use the 3 addies in the posts i gave u

    memcpy((LPVOID) (0x3741A717), "\0xD9\0x5E\0x54", 6);

    needs to be 6 bytes not 3 lol

  19. #13
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4
    I know but I can't find the other 3 so turning it off will be a nightmare ! how do I search an opcode ?
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

  20. #14
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    use olly and search the original bytes xD

  21. #15
    kelechi96's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    ROOT
    Posts
    59
    Reputation
    10
    Thanks
    4
    Code:
    //		if(GetAsyncKeyState(VK_NUMPAD7)!=0 && NoRecoilOn == 0)
    //		{
    //			NoRecoilOn = 1;
    //			memcpy((LPVOID) (0x3741A700), "\0x90\0x90\0x90", 3);			
    //			memcpy((LPVOID) (0x3741A714), "\0x90\0x90\0x90", 3);			
    //			memcpy((LPVOID) (0x3741A717), "\0x90\0x90\0x90\0x90\0x90\0x90", 6);
    //			memcpy((LPVOID) (0x37418209), "\0x90\0x90\0x90", 3);
    			//memcpy((LPVOID) (0x3741A720), "\0x90\0x90\0x90", 3);
    //			Sleep (200);
    //		}
    //	
    //		if(GetAsyncKeyState(VK_NUMPAD7)!=0 && NoRecoilOn == 1)
    //		{
    //			NoRecoilOn = 0;
    //			memcpy((LPVOID) (0x3741A700), "\0xD8\0x66\0x54", 3);			
    //			memcpy((LPVOID) (0x3741A714), "\0xD9\0x46\0x54", 3);			
    //			memcpy((LPVOID) (0x3741A717), "\0xD9\0x5E\0x54\0xD9\0x46\0x48", 6);
    //			memcpy((LPVOID) (0x37418209), "\0xD9\0x46\0x48", 3);
    			//memcpy((LPVOID) (0x3741A720), "\0xD9\0x5E\0x48", 3);
    //			Sleep (200);
    //		}
    it crashes my game (when not commented)
    1. Grant power to the people and the people will grant power to you.

    2. Make the strong your allys and the weak your friends.

    These are the laws of freedom

Page 1 of 2 12 LastLast

Similar Threads

  1. I made this code and the game is crashing on injection
    By boboben1 in forum Call of Duty Black Ops Help
    Replies: 4
    Last Post: 03-13-2011, 02:01 PM
  2. hacks make the game crash
    By Lokos503 in forum Combat Arms Help
    Replies: 10
    Last Post: 06-23-2010, 04:08 PM
  3. New patchs causes game to crash if someone has a hack?
    By ExemptAK in forum Combat Arms Discussions
    Replies: 9
    Last Post: 05-06-2010, 04:34 PM
  4. Crossfire Pub Hack Crashes the game.
    By Kalo2502 in forum CrossFire Hacks & Cheats
    Replies: 3
    Last Post: 08-29-2009, 11:58 AM
  5. so i attempt to hack in the game....
    By Curse23 in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 07-01-2007, 06:22 AM