Jump to content

DWORD ALWAYS CHANGE AFTER EDITING


Azman88

Recommended Posts

need help how to freeze dword value. When i play i find a value and successful editing the dword value. But after i finished the game and play a new one the dword address always change. And i must search a new address to change the value again. How can i freeze the value without search again and again?

Link to comment
Share on other sites

You can freeze value at fixed address but it is not possible to freeze particular value's address.

One possible solution for you is to create lua script for finding desired value. Then you will just need to launch it each time when value changes it's address. You can also try modifying application's code, so that required value won't relocate upon starting a new game, but it's much more complicated and time-consuming option compared to writing a script.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.