Trickster Arts Hackers reverse engineering
Overview
This tool provides a sandbox for researching of the network API of the Hackers mobile game, originally developed by Trickster Arts
Disclaimer
This project is for research purposes only. All source code is provided as is. I don't condone of exploiting vulnerabilities or cheating in this game, you act at your own risk.
Sandbox
It uses my sandbox-ruby gem
The sandbox consists of the following contexts:
buy
Purchases of various ingame itemschat
Internal chatmission
Managing your missionsnet
Maintenance your networkprog
Managing your programsquery
Creating and analyzing queries to the API serverscript
Running your own scripts to interact with the sandboxworld
World map
How to run it
git clone https://github.com/animotto/ta-hackers
cd ta-hackers
bundle install
export RUBYLIB=$PWD/lib
# Create a new account and write the credentials to the config named 'my'
./bin/sandbox -n my
# Run the sandbox with the config 'my'
./bin/sandbox -c my
Contributing
Any suggestions are welcome, just open an issue on Github. If you want to contribute to the source code, you can fork this repository and submit a pull request.
License
See the LICENSE file