PUBG LagSwitch Method

05/24/2017 12:04 DENCHO_#1
Download Autoit and use this script.
Work on HotKey=CapsLock for active/deactive Lagg

Code:
HotKeySet("{CAPSLOCK}", "Lag")
Global $Var_1 = "1"
While 1
Sleep(100)
WEnd

Func Lag()
If $Var_1 = 1 then
Run('powershell.exe New-NetQosPolicy -Name "Calc" -AppPathNameMatchCondition TSLGame.exe -ThrottleRateActionBitsPerSecond 8', "", [MENTION=330060]Sw_[/MENTION]HIDE)
Run('powershell.exe New-NetQosPolicy -Name "Calc2" -AppPathNameMatchCondition BeService.exe -ThrottleRateActionBitsPerSecond 8', "", [MENTION=330060]Sw_[/MENTION]HIDE)
$Var_1 = "2"
Else
Run('powershell.exe Remove-NetQosPolicy -Name "Calc" -confirm:$false', "", [MENTION=330060]Sw_[/MENTION]HIDE)
Run('powershell.exe Remove-NetQosPolicy -Name "Calc2" -confirm:$false', "", [MENTION=330060]Sw_[/MENTION]HIDE)
$Var_1 = "1"
EndIf
EndFunc

Func note()

EndFunc
Hope it helps.
05/24/2017 15:22 Xenos#2
Lagswitch is fixed and useless now.
05/24/2017 17:26 xxfbtmof#3
Quote:
Originally Posted by Xenos© View Post
Lagswitch is fixed and useless now.
Wrong. Sniffing packets works just fine. See the thread on UC.