Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.59 KB

Tribescheat

Currently not working

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.

To run the tool

You have 2 options.

  1. You can either run from the source code, I recommend using poetry, although you can use any package manager.
  2. Goto Releases and download the main.exe file

Using poetry

First install the dependencies:
poetry install
Then you can run the tool:
poetry run python main.py

Not using poetry but using pip

First install the dependencies:
pip install -r requirements.txt
Then you can run the tool:
python main.py

Video demo

Watch the video

For pyinstaller

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