MadeInVape
NFT Exhibition Curator
LEVEL 1
200 XP
To run NordVPN with auto ip switch every X sec follow those steps
1- create a new document text
2- paste this script
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
@ off
C:
cd "C:\Program Files\NordVPN\"
:x
nordvpn -c -g "United States"
timeout 50
nordvpn -d
timeout 2
nordvpn -c -g "Canada"
timeout 30
nordvpn -d
timeout 5
nordvpn -c -g "United Kingdom"
timeout 20
nordvpn -d
timeout 2
goto x
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
3- you can duplicate de commands as much as you need
4- keep space between lines as described
5- save as "name.bat"
6- open nordvpn
7- run the "name.bat" bot to start switching ip
Note: on the rdp/vps it will disconnecte the rdp/vps each time switch to new ip just let it go it will reconnecte again when ip switched with success
nordvpn -c -g "United States"
timeout 50--> this means how many sec you want to keep the ip
nordvpn -d --> when the time ends it disconnect auto
timeout 10 --> it will stay disconnecteed for 10 sec then then it go for the next command connect to canada for 30 sec
1- create a new document text
2- paste this script
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
@ off
C:
cd "C:\Program Files\NordVPN\"
:x
nordvpn -c -g "United States"
timeout 50
nordvpn -d
timeout 2
nordvpn -c -g "Canada"
timeout 30
nordvpn -d
timeout 5
nordvpn -c -g "United Kingdom"
timeout 20
nordvpn -d
timeout 2
goto x
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
3- you can duplicate de commands as much as you need
4- keep space between lines as described
5- save as "name.bat"
6- open nordvpn
7- run the "name.bat" bot to start switching ip
Note: on the rdp/vps it will disconnecte the rdp/vps each time switch to new ip just let it go it will reconnecte again when ip switched with success
nordvpn -c -g "United States"
timeout 50--> this means how many sec you want to keep the ip
nordvpn -d --> when the time ends it disconnect auto
timeout 10 --> it will stay disconnecteed for 10 sec then then it go for the next command connect to canada for 30 sec