Posted: Sat Jul 11, 2015 1:44 pm Post subject: Why the trainer not work when i restart the game???
Im trying todo my first trainer. I find the address of the money and freeze at 9999$, then i make the trainer.exe run it and it Works fine. The problema is that when i close the game and restart it, the trainer doesnt work... What im doing wrong? I run it in Windows 64bit...
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Sat Jul 11, 2015 2:00 pm Post subject:
You are running into something called DMA (Dynamic Memory Allocation). Which means that the memory address you are altering for the money is not static, and instead allocated at runtime when the game is loaded.
You will either need to locate a valid pointer to the address or make use of AoB scanning to relocate the address each launch of the game. There are plenty of tutorials that cover this in the tutorials section of the forum. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum