cooleko Grandmaster Cheater
Reputation: 11
Joined: 04 May 2016 Posts: 717
|
Posted: Sat Nov 05, 2022 9:45 am Post subject: |
|
|
Do you already know the address or the functions? Then you can write a script to open the game, pause it, make your changes, and unfreeze the process once verified or permanently edit the executable to do it for you.
Ultimately, even if the game only reads from a source once, it must reference its internal copy many times, its not like it is magic, so you dont have to edit it early if you find the backup copy it references and edit it at any time.
What I expect from you since you asked the question is you dont kmow any of the above and need advice on how to find the address and/or instruction, for which there are 100s of potential solutions.
Personally, I'd find a function that inherently must rely on the value you want to edit and trace it back to the internal, backup copy of the value you want to change. Then just edit it live during gameplay.
Once you have found it there, you can dig into the structure of the game to find where that is first set, and edit the exe to implement your cheat as a default. There are a number of good software for performing that analysis (ghidra, ida, cerbero, etc).
Good luck!
|
|