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
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
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:
Code:
NumpadMult::run Lagswitch.bat
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:

Originally Posted by
lukash54
Okay so for anyone who is struggling with this, let me give you an easy to understand step-by-step tutorial.
1. Go to
https://hide.me and set up an account
2. Download the client (not sure if this is necessary but I did it anyway).
3. Go to your
Windows Settings, click
Network & Internet then go to
VPN and add a VPN connection.
4. The
VPN Provider is going to be
Windows (built-in).
5. The
Connection Name will be anything you want with no spaces.
6. The
Server Name or Address will be free-sg.hide.me
7. Your
User Name and Password will be the same user name and password as your hide.me account.
8. Next, make a text file. Call it anything you want but
include the .bat extension. (e.g. lukash54bruh.bat)
9. Right click the .bat file you just made and click
edit, then copy and paste the code juozuxp provided above.
10. Where it says
set user= type your hide.me user name in next to it (e.g. set user= username)
11.
set pass= type your hide.me password (e.g. set pass= password)
12. And
set vpn= type the Connection Name of the vpn you created earlier.
13. Now save the file, run it by opening it, and see if you connect to your vpn. You can see by going to
Windows Settings ->
Network & Internet ->
VPN and clicking on the VPN you made. If it shows the options, Connect, Advanced Options, Remove, you're not connected to it and have messed up somewhere.
14. Now, binding this script to a key is pretty simple and juozuxp does a good job of explaining how to do that above.
15. In-game, run it with your chosen keybind to turn on the lag switch and then run it again to turn it off.
Hopefully, this was very easy to understand. If not, ask a question in this thread and I'm sure someone will help you out. Believe it or not, this took time to explain so dropping a thanks would be much appreciated
GLHF

Proof:
https://gfyca*****m/CoarseMindlessImperialeagle
As always
USE IT AT YOUR OWN RISK