Money Cheat Script for The Genesis Order
This script allows you to modify the money value in RPG save files for the game The Genesis Order. It reads the save files, decodes and decompresses them, modifies the money value, and then re-encodes and compresses the save files.
- Python 3.8 or higher
- Windows operating system
- Save File Path:
C:\Users\<username>\AppData\Local\User Data\
autopep8
for code formatting (optional)
- Clone the repository:
git clone https://github.com/yourusername/the-genesis-order-money-cheat.git cd the-genesis-order-money-cheat
You can run the script in either GUI mode (default) or CLI mode.
- Run the script:
python tgo_money_cheat.py
- Follow the graphical prompts:
- Select a save file from the list of available save files.
- Enter the current money value in the save file (for searching)
- Enter the new money value you want to set in the save file.
-
Run the script with the
--cli
flag:python tgo_money_cheat.py --cli
-
Follow the command-line prompts:
- Select a save file by entering its number.
- Enter the current money value in the save file (for searching)
- Enter the new money value you want to set in the save file.
-
The script will create a backup of the original save file and create a new save file with the modified money value.
This project is licensed under the MIT License - see the LICENSE file for details.