Lag switch vpn method

Posts 115 of 110 · Page 1 of 8
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
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:
Quote Originally Posted by lukash54 View Post
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://gfycat.com/CoarseMindlessImperialeagle
As always USE IT AT YOUR OWN RISK
is there any way I will get banned from this?

- - - Updated - - -

And when I use it do I press it once to turn on and once to turn off?
Quote Originally Posted by TheBacon14 View Post
is there any way I will get banned from this?

- - - Updated - - -

And when I use it do I press it once to turn on and once to turn off?
yes reports will get you banned, and yes press once to turn on once to turn off
Quote Originally Posted by juozuxp View Post
Just follow the instructions, which part don't you understand?
And when I try to add a vpn connection hide.me doesn't show up as a vpn provider in the settings
VERY SIMPLE EXPLANATION
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
Well I love the time and effort put into this but, Whenever I press my keybind for the lagswitch, I'm the one that lags and it appears to me that everyone else is lagging but I'm the only one actually lagging. help? It's like my game just freezes and I can move but everything is still normal.
Quote Originally Posted by lukash54 View Post
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
Thanks mate you don't need the client btw and not necessarily free-sg.hide.me any of the given servers should work .
I'll be adding your instructions to the full post ok?

- - - Updated - - -

Quote Originally Posted by aimonsterbomb View Post
Well I love the time and effort put into this but, Whenever I press my keybind for the lagswitch, I'm the one that lags and it appears to me that everyone else is lagging but I'm the only one actually lagging. help? It's like my game just freezes and I can move but everything is still normal.
Yes everyone else freezes you just disconnect from the game for a moment if a person was running he will still be running same goes for walking. But if they are standing you can get a clear shot and then turn off the lagswitch everything goes back to normal and boom you get a kill, but watch out for the open fields as you are frozen still as well as your enemies you can get easily picked off at that time too .
Quote Originally Posted by juozuxp View Post
Thanks mate you don't need the client btw and not necessarily free-sg.hide.me any of the given servers should work .
I'll be adding your instructions to the full post ok?
- - - Updated - - -

Ay sounds good my man <3
Quote Originally Posted by lukash54 View Post
- - - Updated - - -

Ay sounds good my man <3
great explanation btw
so i did everything correct and i get into my game and then i press my keybind to turn on my lagswitch, and eVeryone stops and are stood still but i am also so i press it again but nothing happens and im like that for a solid minute and press it again still like it until i get kicked, what am i doing wrong?
Quote Originally Posted by laurenceee View Post
so i did everything correct and i get into my game and then i press my keybind to turn on my lagswitch, and eVeryone stops and are stood still but i am also so i press it again but nothing happens and im like that for a solid minute and press it again still like it until i get kicked, what am i doing wrong?
Should be like this when console opens and shows a lot of info like connecting, then the cheat is going on, after that when you run lagswitch again it will turn off the lagswitch, it shouldn't show anything on the console. Could be that you glitched your vpn.
Quote Originally Posted by juozuxp View Post
Should be like this when console opens and shows a lot of info like connecting, then the cheat is going on, after that when you run lagswitch again it will turn off the lagswitch, it shouldn't show anything on the console. Could be that you glitched your vpn.
hey bro at first it worked then i restarted my pc now it doesnt work it doesnt connect to my vpn i tried it 6x and im sure i do it correct it worked first but after i restarted my pc it stopped working i deleted everything and tried again but it doesnt seem to work :/ help?
Quote Originally Posted by melih2204 View Post
hey bro at first it worked then i restarted my pc now it doesnt work it doesnt connect to my vpn i tried it 6x and im sure i do it correct it worked first but after i restarted my pc it stopped working i deleted everything and tried again but it doesnt seem to work :/ help?
I guess thats a little glitch with vpn connections on windows 10, you could try setting up a DMZ (https://www.tp-link.com/us/FAQ-28.html), which i don't recomend as it opens up all of the ports for one device, or search for the port that vpn is using hide.me should use some kind of a port, or you could just use another server (you will have to set it up in your windows vpns as shown above), try free-nl.hide.me address it seems to be the most stable to me
Quote Originally Posted by juozuxp View Post
I guess thats a little glitch with vpn connections on windows 10, you could try setting up a DMZ (https://www.tp-link.com/us/FAQ-28.html), which i don't recomend as it opens up all of the ports for one device, or search for the port that vpn is using hide.me should use some kind of a port, or you could just use another server (you will have to set it up in your windows vpns as shown above), try free-nl.hide.me address it seems to be the most stable to me
oh okay ill see what i can do thanks btw


When game was loaded i have this error.

You were removed from the game due to connection delays, your IP, hardware, VPN usage or fraud. We advise against using VPN and proxy servers while playing fortnite
Posts 115 of 110 · Page 1 of 8

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?