This is a cheat made for the game Tribes of Midgard. This tool uses the Tribes of Midgard API to create a world and afterwards it saves the world with desired properties like the amount of slain bosses, the golden horns gained and the amount of experience gained.
To achieve that it needs the auth-token for the game, you can either try to extract it yourself or you can have the game open and start the tool to automatically extract the auth-token from the game memory.
You have 2 options.
- You can either run from the source code, I recommend using poetry, although you can use any package manager.
- Goto Releases and download the main.exe file
poetry install
poetry run python main.py
pip install -r requirements.txt
python main.py
To create an exe file from the source code, you can use pyinstaller with the following command (you also need to install pyinstaller for that)
pyinstaller --icon=resources/icon.ico --onefile main.py
Have fun :p