Results 106 to 110 of 110

Threaded View

  1. #1
    juozuxp's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    880
    My Mood
    Sleepy

    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://gfyca*****m/CoarseMindlessImperialeagle
    As always USE IT AT YOUR OWN RISK
    Last edited by juozuxp; 02-25-2018 at 02:11 AM.

  2. The Following 6 Users Say Thank You to juozuxp For This Useful Post:

    a total idiot (05-08-2018),elijahgomez25 (04-21-2018),khamal11 (05-03-2018),lukash54 (02-25-2018),mqblue7 (04-03-2018),Vokul Services (02-25-2018)

Similar Threads

  1. Lag Switch- VPN Method
    By ExtraSpunky in forum PUBG Discussions & Help
    Replies: 83
    Last Post: 09-30-2017, 03:44 AM
  2. [Discussion] Lag switch method?
    By ExSalad in forum Steam Games Hacks & Cheats
    Replies: 4
    Last Post: 07-05-2017, 04:26 PM
  3. VPN lag switch problem
    By gznster123 in forum PUBG Discussions & Help
    Replies: 0
    Last Post: 07-02-2017, 10:59 PM
  4. Lag Switch
    By playgames3 in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 04-30-2009, 07:09 PM
  5. Remote Control Lag Switch
    By syphon1313 in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 04-26-2009, 01:52 PM