1

I am currently using cheat engine to hack a game. I used the pointer scanner to find some pointers to the pistol ammo memory location. I then went to look for pointers to the shotgun ammo memory location, which obviously is at a different address. Looking at the offset for the shotgun memory location it says is the same offset as the pistol ammo. How can I do a pointer scan for a memory location that has the same offset as another location in memory? I tried running a pointer scan to the shotgun ammo memory location using the same offset as the pistol ammo and it found nothing.

2
  • Moving onto another weapons ammo, it also uses the same offset. So it seems that all the ammo for this game appears to be using the same offset. I'm not sure what is happening. Commented Aug 28, 2022 at 14:34
  • Maybe ammo is some kind of array or struct and the access is base (the pointer) x index? Commented Aug 28, 2022 at 22:10

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.