Lag switch vpn method
Hello friends, I have a little post for all of you who like to abuse lag switching
. This method comes from PUBG thread, just a little bit tweaked
.
To setup this lagswitch, folow these steps:
1) get a vpn (you could use hide.me)
2) go to settings -> Network & internet -> VPN -> Add a VPN connection -> Fill up the details as shown below
Connection name = Any name you want to give your VPN, keep in mind that you will need to use it later on, do not add spaces.
Server name or address = Connection you will use its Address example (free-sg.hide.me)
VPN type = set it to Automatic
Everything elese below can be left unchanged
3) Save your vpn
4) Create a new text document anywhere you want
5) Open it up goto file -> Save As...
6) While saving it rename it Lagswitch.bat
7) Paste the code below inside there
8) Fill up VPN variable with your connection name (not the connection address), fill user variable with your VPN user name, fill pass with your VPN password
9) You can now launch the file and check if you connect to the VPN, if you do you're good to go
10) Assign it to any key with your software of choice or use ahk and bind it that way for noobs ahk code for binding below:
just replace NumpadMult with anykey from https://autohotkey.com/docs/KeyList.htm
11) And at this step you should be good to go, if you don't know how lagswitching cheat works research it XD.
If you didn't get the instruction this guy made a great job explaining them:
Proof:
https://gfycat.com/CoarseMindlessImperialeagle
As always USE IT AT YOUR OWN RISK
. This method comes from PUBG thread, just a little bit tweaked
.To setup this lagswitch, folow these steps:
1) get a vpn (you could use hide.me)
2) go to settings -> Network & internet -> VPN -> Add a VPN connection -> Fill up the details as shown below
Connection name = Any name you want to give your VPN, keep in mind that you will need to use it later on, do not add spaces.
Server name or address = Connection you will use its Address example (free-sg.hide.me)
VPN type = set it to Automatic
Everything elese below can be left unchanged
3) Save your vpn
4) Create a new text document anywhere you want
5) Open it up goto file -> Save As...
6) While saving it rename it Lagswitch.bat
7) Paste the code below inside there
Code:
@EcHo off set user= set pass= set vpn= set var=0 for /f "delims=." %%I in ('rasdial') do if "%%I" == "No connections" (set var=1) IF %var%==0 goto dconnect IF NOT %var%==0 goto connect :connect echo %vpn% rasdial.exe %vpn% %user% %pass% Exit :dconnect if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit rasdial.exe /disconnect exit
9) You can now launch the file and check if you connect to the VPN, if you do you're good to go
10) Assign it to any key with your software of choice or use ahk and bind it that way for noobs ahk code for binding below:
Code:
NumpadMult::run Lagswitch.bat
11) And at this step you should be good to go, if you don't know how lagswitching cheat works research it XD.
If you didn't get the instruction this guy made a great job explaining them:
Proof:
https://gfycat.com/CoarseMindlessImperialeagle
As always USE IT AT YOUR OWN RISK



