The Price of Reason How do I cheat?
Reputation: 0
Joined: 25 Feb 2023 Posts: 1
|
Posted: Sat Feb 25, 2023 1:37 pm Post subject: Bypass 2-byte limits |
|
|
Hi all,
I'm working on a max-level cheat to help with testing a hack for an RPG. Specifically, if I look for the value in memory, I can find the base value I'm looking for, and it comes up with two memory addresses, both 2-byte values. The problem is, this limits the values I can enter to around 32767, and the value ingame naturally goes much higher than that. I want to max out the value to 9999999.
Setting the addresses to 4-byte lets me assign the number I want, but it doesn't actually get reflected in the game once I do that.
Is there a workaround for this? Something I'm missing? Any advice is greatly appreciated.
|
|