Help with God mode
I got cheat engine 5.4now i have no idea in hell what to do now =) please help.
Now you need a bypass for Cheat Engine. You can't use it with Combat Arms.
Okay got a bypass now what =)
GO F URSELF U BEEEPIING MOTHA FKIN LOAD OF SHITBAG!!
Ok whoever posted above me is drunk.
*I understand this thread was started 2 weeks ago, sorry for the bump but the knowledge is worth it.
The game your hacking most likely keep their health values stored on the server. With this said it is impossible to directly change your health. However it is not impossible to create a godmode hack.
With Cheat Engine you do various different methods of scanning and debugging to look for a offset. Research the game's engine on google and find all API functions. From there, use Cheat Engine's memory view to find the offset of any API function that defines health loss.
For example:
The game Turban Rebellion keeps there health stored on the server. However a API function that reveals function:
fireCollision
is set to 1. The offset for this function was found at 0x1034a60. From their I made a code reallocation script to prevent CRC detection. Now I freely changed one byte from 1 to 0 and achieved godmode from fire collisions.