Rifters How do I cheat?
Reputation: 0
Joined: 19 Apr 2007 Posts: 7
|
Posted: Thu Apr 19, 2007 7:20 pm Post subject: Saved Tables not working |
|
|
Okay own the game from Wildgames called Fate I can easily enough go through and research most the codes but everything changes when I play game again..... I tried with what the tutorial showed using codefinder and adding to list but still the addresses are different on next startup so figured I would mess with pointers well I found pointer for gold ( easy one to hack real quick ) okay then save that and still nothing when started game again so I figured maybe multiple pointers but none is found past the first pointer I found....since latest release the game is started from a loader not sure if that is problem or not..... Just at a loss cuz really like to make a table to use so not searching for cheats everytime
from another thread
| Quote: | sorry, just read it again, you're saying that the location of the code that decreases the address as well changes too?
e.g one time is's
00443edc - 29 be a4 01 00 00 - sub [esi+000001a4],edi
next time it's
00667edc - 29 be a4 01 00 00 - sub [esi+000001a4],edi
3th time it's
22abcedc - 29 be a4 01 00 00 - sub [esi+000001a4],edi
?
if so, then if you've found the instruction again, check in which module that code is. (e.g gamex.dll) You can find that out by looking in the memoryview and choose the option to show modules, and then use the notation of modulename.bla+offset to get to that address.
Also, if you do replace with code that does nothing, the codelist will also use that method to find the address |
the pointers address is still in the Fate.exe module so not sure how to workaround this cuz its exact same problem the addresses change each time play game
|
|