OmerBhatti / vpnBook

Download This script for Linux and enjoy 100% FREE VPN instead of typing long codes over and over

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello! Please Follow These Instruction.


METHOD 1 (alias) :

  1. git clone https://github.com/OmerBhatti/vpnBook.git

  2. A new folder named vpnBook will be created at home or /root/ directory.

  3. Move alias.sh to Home directory.

  4. Type leafpad /root/.bashrc

  5. And put alias startvpn='chmod +x alias.sh && ./alias.sh' in alias section.

  6. Now open terminal & write startvpn the program will run

  7. Enjoy FREE VPN !!!!!


METHOD 2 (manual) :

1.git clone https://github.com/OmerBhatti/vpnBook.git

  1. A new folder named vpnBook will be created at home or /root/ directory.

  2. Paste following code in terminal.

    cd /root/vpnBook

    chmod +x launch.sh && ./launch.sh

  3. Select Country (0,1,2,3,4,5,6).

  4. Copy USER and PASS from menu and paste it .

    USER = vpnbook

    PASS = 64s3hch

  5. Give it some time till you see "[Day] [Date] [time] [year] Initialization Sequence Completed".

  6. Enjoy Free VPN!!!!

About

Download This script for Linux and enjoy 100% FREE VPN instead of typing long codes over and over


Languages

Language:Shell 100.0%