Skip to content

DEVIX7/Auto-vip-server-rejoiner

Repository files navigation

Auto VIP Server Rejoiner

Version 1.4.4

  • Android Termux

Update Log:

  • Version 1.4.4

    • Fixing a bug Asyncio
  • Repo update

Requirements

  • The executor requires the WebSocket library.

Installation (Android)

  1. Download and install Termux on your device/emulator.

  2. Open Termux and enter the following commands:

pkg update
pkg upgrade
pkg install wget
pkg install python
  1. 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
  1. 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.

  1. Start the script:
python main_android_termux.py

Made by DEVIX7

About

Universal Auto vip server rejoiner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published