DIY Laggswitch V4 - Bringing Back the Long lasting lagg.
Note: This does not work on windows 7, it is limited to windows 8.1 or Windows 10
Thanks to @
ffriozi for the research help.
This new lagg switch allows you to once again laggswitch for as long as you need.
It is once again written in batch to allow for the least chance of getting banned.
It runs just like the old methods but has been simplified to
make things run without the need of a prep file.
It works the same as the New firewall method in that it only throttles the game, and BEServices and doesnt effect your voice coms.
*update*
Just added 2 seperate files, for those who are having trouble with it running as 1 file and turning off the lagg switch, and using it in logitech macros.
Virus Scans:
1File:
https://www.virustotal.com/en/file/2...is/1495351420/
https://virusscan.jotti.org/en-US/fi...job/8e1rbjqacp
2Files:
https://www.virustotal.com/en/file/a...is/1495435057/
https://virusscan.jotti.org/en-US/fi...job/fi0vqhjv66
Source Code:
@EcHo off
IF NOT "%CHANGEME%"=="1" (
powershell New-NetQosPolicy -Name "CHANGEME" -AppPathNameMatchCondition TSLGame.exe -ThrottleRateActionBitsPerSecond 8
powershell New-NetQosPolicy -Name "CHANGEME2" -AppPathNameMatchCondition BeService.exe -ThrottleRateActionBitsPerSecond 8
SetX CHANGEME 1
)
IF "%CHANGEME%"=="1" (
powershell Remove-NetQosPolicy -Name "CHANGEME" -confirm:$false
powershell Remove-NetQosPolicy -Name "CHANGEME2" -confirm:$false
SetX CHANGEME 2
)
Just added 2 file system, this should fix the issue with people having to alt tab to turn it off, you can assign each bat to a key, some programs dont like the code with "IF NOT"
Source Code (2 Files):
@EcHo off
powershell New-NetQosPolicy -Name "CHANGEME" -AppPathNameMatchCondition TSLGame.exe -ThrottleRateActionBitsPerSecond 8
powershell New-NetQosPolicy -Name "CHANGEME2" -AppPathNameMatchCondition BeService.exe -ThrottleRateActionBitsPerSecond 8
off.bat
Code:
@EcHo off
powershell Remove-NetQosPolicy -Name "CHANGEME" -confirm:$false
powershell Remove-NetQosPolicy -Name "CHANGEME2" -confirm:$false
My fav gif:
Notes: Ive noticed after using this lagg switch, your game crashes when you try to leave the match.
Happy Lagg Switching.
Once again, don't forget to leave a thanks if this has helped you, if you need any help or have any questions, please ask away.