hello guys,im creating 1 "hack" with visual basic and using writefloat... to change memory addresses with cheat engine,but when 1 restart the game,he change.
I see this link :http://www.gtamodding.com/?title=Memory_Addresses_%28SA%29
But i see CPed +0x540 = [float] Health
How to add this for the code?
Example the visual basic :
but how to add this addresse to code?
I see this link :http://www.gtamodding.com/?title=Memory_Addresses_%28SA%29
But i see CPed +0x540 = [float] Health
How to add this for the code?
Example the visual basic :
Code:
WriteFloat("gta_sa", &HB793E0, fulllife)
but how to add this addresse to code?