Pavinos MoDz
Search Engine Reconnaissance Expert
LEVEL 1
400 XP
Two fast methods of how to lag-switch in PUBG [Method 1]
Does not work on windows 7, it is limited to windows 8.1 or Windows 10
Create 2 files:
ON.BAT
OFF.BAT
Run on.
Shoot someone.
Run off.
Profit.
[Method 2]
Windows 7 and Above
So here i will show you how to use the VPN method minus the hotkey program. You can google a hotkey program
Connection name = the name you called the VPN and ofc Username/Password is the user/pass for the VPN.
OFF.BAT
So if you have a working hotkey program you can just direct it to run these .bat file's ingame.
A thanks is appreciated, though not required.
Does not work on windows 7, it is limited to windows 8.1 or Windows 10
Create 2 files:
ON.BAT
Code:
@ off
powershell New-NetQosPolicy -Name "CHANGEME" -AppPathNameMatchCondition TSLGame.exe -ThrottleRateActionBitsPerSecond 8
powershell New-NetQosPolicy -Name "CHANGEME2" -AppPathNameMatchCondition BeService.exe -ThrottleRateActionBitsPerSecond 8
Code:
@ off
powershell Remove-NetQosPolicy -Name "CHANGEME" -confirm:$false
powershell Remove-NetQosPolicy -Name "CHANGEME2" -confirm:$false
Shoot someone.
Run off.
Profit.
[Method 2]
Windows 7 and Above
So here i will show you how to use the VPN method minus the hotkey program. You can google a hotkey program
Code:
@ OFF
if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit
rasdial.exe connectionName User Pass
Exit
OFF.BAT
Code:
@ OFF
if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit
rasdial.exe /disconnect
Exit
A thanks is appreciated, though not required.