xplodwild / realmdefensecheat

Cheating Tool for Babeltime's Realm Defense game
MIT License
16 stars 7 forks source link
cheat game golang

This tool is currently being updated to the latest protocol version, see issue #25 for more details.

If you wish to donate to allow me to spend more time on this, click here.

Realm Defense Cheat Tool

This is a (legit) cheating tool for Babeltime's Realm Defense game, a mobile game available on both Android and iOS. This gives you a command-line interface to add yourself gems, elixir, awakening tokens, set a custom tournament score, get unbanned, etc.

For more technical information on how this came to be, you can read my Medium article about how I found out the hash computation method.

RUN THE "backup" COMMAND BEFORE DOING ANYTHING! If anything happens to your save using this tool, it is the only way to recover your progress if it goes wrong!

Downloading and running

You will find a prebuilt version for Windows in the Release section.

Before running any command, start by Saving your game. Go into the game's settings, press the "Backup & Restore" button, then "Backup". Once the button go grey, close the game by swiping it off your recent apps menu. Then, you can run the command below. NOT DOING A SAVE MAY MAKE YOU LOOSE RECENT PROGRESS, OR ISSUES WITH YOUR ENTIRE PROGRESS, SO BE CAREFUL TO SAVE BEFORE RUNNING THE COMMAND!

Double-click on the exe to get an interactive prompt. Sorry, no shiny user interface! Follow the instructions on screen to enter your User ID, make sure your game data is backed-up to cloud, then type help to get information on the commands available:

Building the software

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You simply need the Go(lang) SDK and godep tool. Then, set the repository's root as your GOPATH, go into src/github.com/xplodwild/realmdefensecheat, then run dep ensure to get dependencies.

Running

go run src/github.com/xplodwild/realmdefensecheat/main.go

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Final notes