Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

How to set up Termux to run RTB

DeadBread76 edited this page Jul 9, 2019 · 10 revisions

THIS IS HIGHLY EXPERIMENTAL

I can't guarantee RTB will work on Termux perfectly, If you have issues submit them and i'll try to fix it.

I Recommend using 0.3.8 For Termux, until the bugs have been fixed.

To run RTB on Android, you will need Termux, I also highly recommend Hacker's Keyboard to use RTB.

When You first start Termux, Ensure you have access to the root-repo by typing: pkg install root-repo

Once that is done, install Python by typing pkg install python, and then install git with pkg install git.

Once all is installed, type: git clone https://github.com/DeadBread76/Raid-Toolbox.git and wait for RTB to download.

Next, Install nano with pkg install nano, and then type: cd Raid-Toolbox

Now with nano, type nano config.py and edit the termuxmode value to 1.

Now save the file by pressing ctrl + X followed by y and enter.

Next, install these requirements with pip install.

Once that is complete, type python3 RTB.py and RTB will launch.