I’m stuck at the pointer offset part. I can get the address offset from “PlantsVsZombies.exe”+002A7758, but when I add 0x68 to this address, I get an incorrect address.
offset=104, which is the decimal value of 0x68.
enter image description here
When the code executes: address = IntPtr.Add(tempAddress, offset); I get an incorrect address.
I don’t understand why this would be wrong, because my pointer offset data was obtained through CheatEngine.
Here’s my CheatEngine data screenshot:
enter image description here
I hope to get a correct pointer offset result.
棠筱柒 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.