Calculate a dynamic address with a static pointer and offset
I’m testing out unlimited ammo in a game and I’ve found the static pointer and offset “B9742E8 + 18F8” that leads me to the correct address for unlimited ammo even if I restart the game. What I want to do is create a script in C# to Calculate B9742E8 + 18F8 and ReadMemory to find the correct address then turn the value to 2047 (Max Ammo).