Version 1.4.4
- Android Termux
-
Version 1.4.4
- Fixing a bug Asyncio
-
Repo update
- main_android_termux.py
- Updated docs for config file
- The executor requires the WebSocket library.
-
Download and install Termux on your device/emulator.
-
Open Termux and enter the following commands:
pkg update
pkg upgrade
pkg install wget
pkg install python
- Download code and config files:
wget https://raw.githubusercontent.com/DEVIX7/Auto-vip-server-rejoiner/main/config.json
wget https://raw.githubusercontent.com/DEVIX7/Auto-vip-server-rejoiner/main/main_android_termux.py
Or for step 1,2 and 3:
pkg update && pkg upgrade && pkg install wget && pkg install python && wget https://raw.githubusercontent.com/DEVIX7/Auto-vip-server-rejoiner/main/config.json && wget https://raw.githubusercontent.com/DEVIX7/Auto-vip-server-rejoiner/main/main_android_termux.py
- Edit the config file:
nano config.json
Edit the "link" parameter. For example:
{
"link": "https://www.roblox.com/games/0?privateServerLinkCode=0",
"version": "1.2"
}
Press Ctrl+X (^X), press "Y", and then press Enter.
- Start the script:
python main_android_termux.py