This is a Lua wrapper for the game DDTank, the WAN version of it on mobile. Using this you can execute lua code within the game, make custom scripts, modify the game, assets and whatever you'd like. This is for educational purposes mainly, I am not working on this anymore but I am open to pull requests.
This is using Frida under the hood, allowing to interact with the phone memory. It does not require rooting your device, you need to be plugged in to your mobile though.
Before running this you will need to install some requirements.
- Setup frida server on your phone
- Install NodeJS
- Install Python and the libaries required
pip install -r requirements.txt
- Run
python server.py
- Visit the website it gives.
Endpoints :
- "/loadScript", runs the game and sets up the code execution
- "/dumpCode", runs the game and dumps the lua code.
Once the server is started run the first endpoint and then you will be able to execute your lua scripts.
Distributed under the MIT License. See LICENSE
for more information.