crashoverride93 Advanced Cheater
Reputation: 0
Joined: 04 Aug 2015 Posts: 61
|
Posted: Tue Mar 07, 2017 4:12 am Post subject: Is this normal |
|
|
Is it normal for the offset of a pointer to change while the base address stays the same thus making the pointer valid onetime
And invalid the next.
I'm playing an old game called big mutha truckers.
I'm trying to find the pointer for fuel I have successfully found the rig health pointer.
Pointer scanner doesn't work at all I've already tried.
Here's what I know the fuel is a 2byte value and the pointer offset I have found seems to be 2bytes.
And before anyone ask I'm not playing an emulator but the actual PC version of the game.
Never mind there was a tip I found somewhere else online that told me why the pointer scanner was not working
I needed to check the offset must end in button and use the offset I got from find out what writes to this address and it worked flawlessly.
|
|