Skip to content

Made for the game Tribes of Midgard, to give yourself goldenhorns and season experience

Notifications You must be signed in to change notification settings

Bybring/TribesCh

 
 

Repository files navigation

Tribescheat

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

I recommend using poetry to use this project, although you can use any package manager.

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



Have fun :p

About

Made for the game Tribes of Midgard, to give yourself goldenhorns and season experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%