View previous topic :: View next topic |
Author |
Message |
babeldude How do I cheat?
Reputation: 0
Joined: 06 Oct 2014 Posts: 3
|
Posted: Mon Oct 06, 2014 10:00 pm Post subject: Pointer resets to 0000000 after when I reopen the game/CE |
|
|
So i've been trying to add pointers to a game. I found a value, scanned for a pointer, then I closed the game, reopened it, found the value again, rescanned the pointer with the new value and I had a final pointer to use. It worked in that game, but even if I save it, it resets to p->0000000 after I either close the game to retry it, or I close cheat engine and then reopen the table. Am I doing something wrong here? I followed multiple tutorials very closely and this is the result.
Any Help would be greatly apreciated. Thank you
|
|
Back to top |
|
 |
penpenpen Cheater
Reputation: 0
Joined: 23 Feb 2014 Posts: 39
|
Posted: Tue Oct 07, 2014 4:03 am Post subject: |
|
|
What kind of Pointer did you find ?
How did you find it ?
It seems like the Pointer you've Found is not valid and changes its "position" in Memory, so you either need to find another Pointer, or if that is not possible, need to find a way to get the Value you need in some other way. Ie by hooking some function of the game.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Tue Oct 07, 2014 5:29 am Post subject: |
|
|
Try more levels and/or a higher structsize
Also, never click stop during the scan
Quote: |
t resets to p->0000000 after I either close the game to retry it, or I close cheat engine and then reopen the table
|
Just to be sure, you do attach cheat engine to the process? And do you wait at least 10 seconds for the address to update?
And the game has in fact started? (So not in the main menu of the game before loading the save/new game)
_________________
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 |
|
 |
babeldude How do I cheat?
Reputation: 0
Joined: 06 Oct 2014 Posts: 3
|
Posted: Tue Oct 07, 2014 9:54 am Post subject: |
|
|
So after some research, i figured that i can't use pointers for this game. Is there another method I can use to not have to rescan for values everytime i reset the game?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Tue Oct 07, 2014 10:01 am Post subject: |
|
|
Code injection , perhaps based on aobscans if it's jitted
But what makes you think a pointer wont work? As far as i know, the only reason pointers can't work on games is if they run in a browser ,emulator, are online games that get patched every 10 minutes, or you don't have enough cpu power diskspace or ram to do a pointerscan
_________________
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 |
|
 |
babeldude How do I cheat?
Reputation: 0
Joined: 06 Oct 2014 Posts: 3
|
Posted: Tue Oct 07, 2014 10:05 am Post subject: |
|
|
Dark Byte wrote: | Code injection , perhaps based on aobscans if it's jitted
But what makes you think a pointer wont work? As far as i know, the only reason pointers can't work on games is if they run in a browser ,emulator, are online games that get patched every 10 minutes, or you don't have enough cpu power diskspace or ram to do a pointerscan |
I don't think they work because I did a pretty high strentgh scan and no good pointers were found. The game i'm trying to hack is also made in game maker and I think i saw somewhere that pointers wont work with game engines or interpreters like game maker
|
|
Back to top |
|
 |
|