Updated for latest version of the game without Denovu.
Hi, thanks for the update! I had a question though. I'm starting to learn how to make cheat tables of my own. How were you able to find how XP worked/the distribution? How were you able to find the instruction that wrote to the EXP address?
Unity games make finding things a bit easier. I looked for the function that adds exp to the character. You activate mono and you can see the classes and things behind the scenes. It only works for those games made in Unity though.
Updated for latest version of the game without Denovu.
Hi, thanks for the update! I had a question though. I'm starting to learn how to make cheat tables of my own. How were you able to find how XP worked/the distribution? How were you able to find the instruction that wrote to the EXP address?
Unity games make finding things a bit easier. I looked for the function that adds exp to the character. You activate mono and you can see the classes and things behind the scenes. It only works for those games made in Unity though.
Hi! thanks for the table. i can confirm some of them work:
enable damage, enable mp, enable infinite item, always critical.
the things that aren't working:
activate trainer (whu?)
enable money gain/loss multiplier
ENABLE EXP multiplier
current money-> i tried using it using the instruction, but nothing worked