Tetdoss How do I cheat?
Reputation: 0
Joined: 04 Mar 2012 Posts: 1 Location: France
|
Posted: Sun Mar 04, 2012 7:46 pm Post subject: Find a function with the C++ code source |
|
|
Hi guys, I'm playing Crysis Wars and I search a way to ignore the recoil.
I downloaded the C++ source code to help me but it doesn't work...
In the class Player (Player.h), I found a boolean (an attribute) : bool m_ignoreRecoil;
I think if I set this boolean to true, it would work, but how find this boolean in the memory ??
And I found a function named : virtual float GetRecoilAmount() const; (in Weapon.h)
Maybe if I find this function, I could set the return value.
Thanks a lot
|
|