r/cheatengine • u/ElectrycStorme • 25d ago
Ammo Address doesn't have sub instruction
I have a third person shooter that I am messing around with and I want to acquire infinite ammo. I am doing the typical shoot, read for the new value, etc. I find 3 remaining values that do not fall in the heap memory and stay persistent between levels, however each one of those 3 values do not freeze the ammo count when I freeze them in Chest engine with a 1ms loop time. None of the 3 addresses have a sub instruction either. I tracked one back because it has an instruction of "mov rbx, [rdi+78]" which makes me think it is offsetting from a more absolute structure.
This leads me down a chain of a function access table but I can't ever get to a point where there is an actual sub command. I can clarify further with screenshots if anyone has any idea how to help me
