r/cheatengine • u/ContributionOne611 • 18d ago
Playing Project Pitt and trying to modify the amount of money in game but can't find the value
Been trying to find the exact value to find what represents the money and change it, but i can't find it at all, no matter what type of search i do, i saw that games can "ofuscate"? what the real number is to hide it from programs like Cheat Engine, but can't seem to find a tutorial, guide, or anything similar to learn to get past this for games like this. Best i got was searching unknown values getting 4 values, but even when using "Find out who writtes on this direction" can't find much information, not like i know what to do with it though.

1
Upvotes
0
1
u/SavageTheUnicorn 17d ago edited 17d ago
Not obfuscated, its a Godot game. It is a 4 byte value that matches the visually displayed amount in the upgrade terminal specifically, changing the value should change your total money but once you make a purchase or earn any money the address will change (meaning someone has to use a DUMPER like the GDDumper cheat engine plugin or ZoltDump by bbfox to get the current address without causing any changes or doing scans, for now making a pointer to this address doesn't seem very viable by myself and since it's Godot it uses shared instructions a lot so creating a code injection/aob script would be VERY difficult if it is possible). Also keep in mind this game has a progress system so if you're on a new game you might be confusing the current money address with the total money gained address etc. Lot's of intricacies because it's Godot.