View previous topic :: View next topic |
Author |
Message |
Ferndo How do I cheat?
Reputation: 0
Joined: 25 Jul 2014 Posts: 1
|
Posted: Fri Jul 25, 2014 5:55 pm Post subject: Pointers |
|
|
Is it possible to find the "new" Pointer if you have an old one?
The games' memory has changed after an update. Is it possible to get the new Pointer if you have the old one? Through offsets or something`?
|
|
Back to top |
|
 |
NullBy7e Cheater
Reputation: 0
Joined: 23 Jul 2014 Posts: 47
|
Posted: Fri Jul 25, 2014 6:50 pm Post subject: |
|
|
No, the base address has probably changed so that wouldn't work.
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Fri Jul 25, 2014 8:40 pm Post subject: |
|
|
NullBy7e wrote: | No, the base address has probably changed so that wouldn't work. |
Seriously you can't tell if the game has anti-debug or not and you are going to advise people with their problems ? For a game as pathetic as ds2 which is the easiest ever to hack in the history of games. You have a long way to learn so i suggest you start on that instead of giving bad advice to people.
To OP: Yes. If your base pointer was a static code-location which a good base pointer is then all you need to do is use the bytes as signature or aob and scan for them. If the update was minor then most likely just the location moved and the code stayed the same so you shouldn't have any problems finding it.
Even if your base pointer was an allocated static memory, the offsets are going to be same so you pretty much just have to back-track from your health or whatever address to get to the base address. You may also want to give aob scanning a try as you may able to find the allocated memory through aob scanning itself.
It all depends on how big the update was.
_________________
|
|
Back to top |
|
 |
|