View previous topic :: View next topic |
Author |
Message |
yourdecay How do I cheat?
Reputation: 0
Joined: 23 Jul 2006 Posts: 6
|
Posted: Sun Sep 02, 2007 12:25 pm Post subject: [SOLVED] reezing values |
|
|
Hey,
I got a question about CheatEngine:
- How does CheatEngine freeze a value? Is it a loop overwriting the value, is there a way to make the memory read-only or is it something else?
Last edited by yourdecay on Sun Sep 02, 2007 1:07 pm; edited 1 time in total |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sun Sep 02, 2007 1:03 pm Post subject: |
|
|
It is a loop that continuesly overwrites the memory with the frozen value
You can make it readonly, but then the cpu will start raising access violation errors, which you will have to capture. and you can only make memory read only in a region of 4096 bytes, so it'll also freeze all other addresses in that region.
Of course, you can add a filter in there if you do the accessviolation capture, but it'll be VERY slow.
Best thing you can do is find all the code that writes to that address and remove them or rewrite them so they don't decrease that specific address
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
yourdecay How do I cheat?
Reputation: 0
Joined: 23 Jul 2006 Posts: 6
|
Posted: Sun Sep 02, 2007 1:06 pm Post subject: |
|
|
Okay thanks... this statement answered my question
|
|
Back to top |
|
 |
|