Nope, table does not work. Can tick money option but job pay does not change. Other pointers does not populate too.
edit: seems that the game updated to ver.1.001. Tried the table with a ver.1.000 game and table works flawlessly.
Moderator: Table Moderator
Nope, table does not work. Can tick money option but job pay does not change. Other pointers does not populate too.
edit: seems that the game updated to ver.1.001. Tried the table with a ver.1.000 game and table works flawlessly.
Patch Notes: https://steamdb.info/app/1161590/patchnotes/
Code: Select all
Features:
- Health
- Hunger
- Energy
- Strength
- Agility
- Stamina
- Money
- Good Person Points
- Old School Points
- Game TimerInfo: Be careful using the GPP it can ruins your game progress.
I love encryptions ![]()
Strength, Agility, Stamina pointer does not work. Other ok.
tslim2696 wrote: Fri Jul 21, 2023 9:39 amStrength, Agility, Stamina pointer does not work. Other ok.
Fixed.
I love encryptions ![]()

Where can I get / download this CT ?

Yeah, there is a missing CT.
How can i download
In this game, nearly all variables one would like to hack are in a single structure:
PlayerData+68->gameRes+10->resValues
resValues is a list of pointers to GameResAtom structures, which contain a string with the name of the variable, and the value, always in float type.
However, cheat engine's autoguess structure only lists 9 pointers, when in reality there are 638 of them. Thus, I made a Lua script to create a custom structure where you can visualize all 638 pointers and edit their values. From such starting point, it then becomes much easier to create new cheats for this game.