save as .bat file
copy this and phase to notepad
@Echo off
mode 60,10
title SoftEther
set softether=mujo
:Start
CLS
color 0B
Rem ### Ping Check#########
title #### Ping Check ####
Ping www.google.com -n 5 |find "TTL=" && GOTO Start
Ping -n 2 127.0.0.1 >nul
Ping www.google.com -n 5 |find "TTL=" && GOTO Start
color 0c
title #### Resetting Softether Connection ####
Rem #### Resetting Softether Connection ####
vpncmd localhost /client /CMD accountdisconnect %softether%
Ping -n 2 127.0.0.1 >nul
Echo.
ipconfig /release >nul
timeout 2
vpncmd localhost /client /CMD accountconnect %softether%
ipconfig /renew >nul
Ping -n 5 127.0.0.1 >nul
GOTO Start
3333
Subscribe to:
Post Comments (Atom)
0 comments Blogger 0 Facebook
Post a Comment