This tool provides a sandbox for researching of the network API of the Hackers mobile game, originally developed by Trickster Arts
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.
It uses my sandbox-ruby gem
The sandbox consists of the following contexts:
chat
Internal chatmarket
Purchases of various ingame itemsmission
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 sandboxtop
Top playersworld
World map
Clone the repository to your local machine and prepare the environment:
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
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.
See the LICENSE file