View previous topic :: View next topic |
Author |
Message |
dz_425 How do I cheat?
Reputation: 0
Joined: 24 Jan 2019 Posts: 2
|
Posted: Thu Jan 24, 2019 11:56 am Post subject: Base address changes after restarting computer |
|
|
Hi~
I've found the "green" base address of the specific pointer. It doesn't change after restarting the game. But when the computer restarts, the value of the address becomes a total different thing.
I have to locate the pointer again, and it always goes to another green address.
So the base address of the pointer changes when the computer restarts. Is there any solution to this? Besides, the offset of the pointer is static. Can I use the offset to find the base address?
Thanks a lot!
|
|
Back to top |
|
 |
dz_425 How do I cheat?
Reputation: 0
Joined: 24 Jan 2019 Posts: 2
|
Posted: Thu Jan 24, 2019 8:59 pm Post subject: |
|
|
Solved it...
The right base address isn't a solid hex. It shall be written as "gamename.exe"+xxxxxxxx. The address of the game changes when system restarts, so I made a mistake.
|
|
Back to top |
|
 |
OldCheatEngineUser Whateven rank
Reputation: 20
Joined: 01 Feb 2016 Posts: 1586
|
Posted: Fri Jan 25, 2019 7:10 am Post subject: |
|
|
its always recommended to use this form, that because some executables have a relocatable image base.
Code: | "module.exe"+offset |
_________________
About Me;
I Use CE Since Version 1.X, And Still Learning How To Use It Well!
Jul 26, 2020
STN wrote: | i am a sweetheart. |
|
|
Back to top |
|
 |
|