View previous topic :: View next topic |
Author |
Message |
soar191 How do I cheat?
Reputation: 0
Joined: 09 Jan 2022 Posts: 2
|
Posted: Sun Jan 09, 2022 9:44 pm Post subject: Pointer scan after application restart yielding no results |
|
|
I'm trying to create a cheat table to modify a certain value in a game,and this value is stored in a dynamic address. I'm trying to pointerscan for the static address that it points to,but I've ran into a weird problem.
I'll do a first scan with a max value as high as 20,and it'll come up with quite a bunch of results. Then I close the game,reattach,find the new dynamic address that stores the value I want to modify,rescan for that address,and it returns 0 results. I'm positive that I don't have anything wrong with my settings;also tried scanning with and without a pointermap,with neither yielding any results.
Could it be that the game doesn't use pointers? If so,then how should I find the actual static address that holds the value I want to modify? I've found out the correct instruction that writes to the dynamic address (shown in the attachment),but am unsure what to do with it. Any help is appreciated.
Description: |
|
Filesize: |
26.88 KB |
Viewed: |
1839 Time(s) |

|
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 467
Joined: 09 May 2003 Posts: 25702 Location: The netherlands
|
Posted: Mon Jan 10, 2022 1:51 am Post subject: |
|
|
the minimum "maximum offset value" must be 206584 or higher
is this an emulator ?
_________________
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 |
|
 |
soar191 How do I cheat?
Reputation: 0
Joined: 09 Jan 2022 Posts: 2
|
Posted: Mon Jan 10, 2022 9:46 am Post subject: |
|
|
Dark Byte wrote: | the minimum "maximum offset value" must be 206584 or higher
is this an emulator ? |
Ah I see,didn't know that it had to be at least 206584. None of the tutorials I watched mentioned that. Issue is resolved now. Thanks.
|
|
Back to top |
|
 |
|