View previous topic :: View next topic |
Author |
Message |
GreatUnknown Cheater
Reputation: 0
Joined: 19 Oct 2014 Posts: 47
|
Posted: Sun Aug 20, 2017 12:17 am Post subject: Flag Pointer Problem |
|
|
I've found the flag in Batman origins for special moves, and I need to find a stable pointer for it. However I can't, I have tried the manual way but any address I look for doesn't come up and threes no offset. And I've tried pointer scanning, at 5000 offset level 7 and stooped the scan after 30 mins as I was advised After re-scans I ended up eventually with one pointer which ended up changing and becoming unreliable.
Can anyone help? I'm loosing it over this :/
The pointer keep flashing back from the address it's pointing to to a bunch of ?? unfortunately I can only show what I get when I try find out what writes to this address. |
|
Back to top |
|
 |
dl748 Advanced Cheater
Reputation: 0
Joined: 05 Mar 2016 Posts: 75
|
Posted: Sun Aug 20, 2017 6:48 pm Post subject: |
|
|
I don't use the pointer scanner anymore, I only do manual. You need to figure out whats writing the address to the global variable BatmanOrigins.g_LEngineDefaultPoolId+8954. This is a changing variable (mostly due to a bad coding design). You should follow the code down the stack to find out whats writing to it. |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25707 Location: The netherlands
|
Posted: Mon Aug 21, 2017 3:42 am Post subject: |
|
|
Quote: | and stooped the scan after 30 mins |
that just means you can throw away all the results.
Anyone telling you to stop the scan is wrong as that's not how the pointerscan works _________________
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 |
|
 |
|