Results 1 to 7 of 7
  1. #1
    moeezk's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    Question Does anyone know how to make a no recoil hack in C++?

    All I really ever want in a hack is no recoil lol. I was using [B]oss's no recoil hack for crossfire, and I really want to know how to make one my self. I know you need basic knowledge of C++ and olly but if any has any tutorials out there, it'd be greatly appreciated

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Code:
    for(int i=0; i<670; i++)
    {
    	if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    	{
    		for (int j=0; j<9 ; j++)
    		{
    			*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x????? +j*4) = 0.0f;
    		}
    	}
    }

  3. #3
    StupidFuck's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    A box. Wont you give me money to live?
    Posts
    2,168
    Reputation
    156
    Thanks
    4,850
    Quote Originally Posted by -BiESi View Post
    Code:
    for(int i=0; i<670; i++)
    {
    	if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    	{
    		for (int j=0; j<9 ; j++)
    		{
    			*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x????? +j*4) = 0.0f;
    		}
    	}
    }
    As far as I know, for the time being, without an xtrap bypass, it is patched.

  4. #4
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,169
    My Mood
    Amazed
    Quote Originally Posted by -BiESi View Post
    Code:
    for(int i=0; i<670; i++)
    {
    	if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    	{
    		for (int j=0; j<9 ; j++)
    		{
    			*(float*)((*(DWORD*)((*(DWORD*)(CShell + WeaponMgr)) +(4*i))) + 0x????? +j*4) = 0.0f;
    		}
    	}
    }
    this patched.?

  5. #5
    [H]aaBX's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    277
    Reputation
    23
    Thanks
    1,085
    My Mood
    Asleep
    Quote Originally Posted by kareem111 View Post


    this patched.?
    Yep ..
    U get a Client Error (28_3)
    Btw You can bypass the client error
    Last edited by [H]aaBX; 09-10-2012 at 01:36 PM.

    Thanks @Scynix for this awesome picture
     


  6. The Following User Says Thank You to [H]aaBX For This Useful Post:

    3D (09-10-2012)

  7. #6
    Major_Jake's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    1
    My Mood
    Lurking
    Quote Originally Posted by [H]aaBX View Post
    Yep ..
    U get a Client Error (28_3)
    Btw You can bypass the client error
    It's useless when you say "you can bypass the client error" when your not give the bypass source codes. Just like any other pro-coders here

  8. #7
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by Major_Jake View Post
    It's useless when you say "you can bypass the client error" when your not give the bypass source codes. Just like any other pro-coders here
    Nobody will give a bypass source to leechers
    It would probably get detected.

    /closed.

Similar Threads

  1. does anyone know how to make a no recoil hack?
    By connor919 in forum Combat Arms Discussions
    Replies: 2
    Last Post: 07-20-2010, 10:35 AM
  2. Does anyone know how to make mod
    By tsemingchun in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 1
    Last Post: 06-11-2010, 05:32 PM
  3. Does anyone know how to make mod
    By tsemingchun in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 2
    Last Post: 06-08-2010, 04:15 AM
  4. [Request] Does anyone know how to make a ip changer
    By trevor206 in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-14-2009, 10:24 PM
  5. Does anyone know how to make the combat arms load faster
    By ChristopherBigWallace in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 07-03-2009, 09:47 AM

Tags for this Thread