Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 635 Bytes

File metadata and controls

28 lines (19 loc) · 635 Bytes

Quick Start

Get Windscribe IP Changer for Android running in 5 minutes.

Prerequisites

  1. Python 3.x installed
  2. ADB installed and in PATH
  3. Android device/emulator connected
  4. Windscribe installed on device

Steps

# 1. Clone repository
git clone https://github.com/VoxHash/windscribe-ip-changer-android.git
cd windscribe-ip-changer-android

# 2. Verify ADB connection
adb devices

# 3. Run script
python3 windscribe_ip_changer.py

That's it! The script will automatically connect to a random Windscribe server and change your IP.

For more details, see Installation and Usage.