| View previous topic :: View next topic |
| Author |
Message |
Nandos High Roller VIP 6

 Joined: 18 Apr 2010 Posts: 629 Location: Australia Membership: General member
|
Posted: Thu Jul 08, 2010 6:32 am Post subject: Problems with making my own game trainer |
|
|
I use two programs to build my own trainer T-Search v1.6b and Trainer Maker Kit v1.51
I am able to find the values associated with, lets say ammo or health. I can also change the values. The game will register the change. But, when I quit the game and reload it, that memory address for ammo/health value seems to change. Thus it seems that the memory address is dynamic, not static. So, everytime I have to go through the same process of illimination to find a specific value to edit. Then I can compile a nice looking trainer. But I have to do this everytime I reload the game.
I am not trying to build my own hack. Just build a trainer that will work. Can anyone please help me? |
|
| Back to top |
|
 |
Ovous PRIVATE

Joined: 28 May 2011 Posts: 66 Membership: General member
|
Posted: Sun Oct 23, 2011 3:24 am Post subject: |
|
|
for things like this you need to perform a pointer scan as far as im aware and work out what bit of memory writes to the addresses you adapting and either have your trainer replace it with useless code (so it freezes for ammo and health etc)
u should build your trainer in the same way because when you edit the value manually your adapting part of the memory sequence, for instance simplifying it
01 02 03 04 05 06 07 08
parts 07 and 08 represent the two bits that make up the number value for HP
replacing the whole code for the address that checks the HP and changes the above code to what it should be (presently interrupted by your manually changing/freezing the address) is what you want to stop working from the beginning.
this way it cant write to the randomized addresses and a pointer scan will tell you the static bit of memory that actually does the changing.
i use Cheat engine to look for pointer addresses and such but again its hard to do and im no expert at all. i know sometimes the adresses can be dynamic for bother parts in some games so you need one of the other gents to help with it ^^
try that though and see if it works
here is a really good guide for maple story to get you started
LINK |
|
| Back to top |
|
 |
|
|
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 cannot download files in this forum
|
82,797,933
Powered by phpBB © 2001, 2005 phpBB Group
|