DIY Laggswitch V3 - For After Patch
All info remains the same as: http://www.mpgh.net/forum/showthread.php?t=1255393 OLD THREAD.
Thanks to @ffriozi for the info: http://www.mpgh.net/forum/showthread.php?t=1258847
Keep in mind due to the new patch Lagg switches will only work for 3 seconds, any longer and you will get the warning and be frozen, The new lagg switches here have a 3 second delay, run them once and your net will be down for 3 seconds, then will automatically reconnect.
To adjust the timer simply change Timeout 3 to Timeout X.
Once again I Recommend using the firewall method, this is the newer method that disables only BE and the Game thus making it so you can use voice coms outside of the game still whilst lagg switching.
Disable Network:
https://www.virustotal.com/en/file/2...is/1494887035/
https://virusscan.jotti.org/en-US/fi...job/i0w21f8qyh
Firewall:
https://www.virustotal.com/en/file/b...is/1494887059/
https://virusscan.jotti.org/en-US/fi...job/zr7k33nsmo
Ipconfig:
https://www.virustotal.com/en/file/3...is/1494887097/
https://virusscan.jotti.org/en-US/fi...job/tspe64vba2
Source Code:
Prep:
Lagg:
No longer needs prep
Lagg:
Thanks to @ffriozi for the info: http://www.mpgh.net/forum/showthread.php?t=1258847
Keep in mind due to the new patch Lagg switches will only work for 3 seconds, any longer and you will get the warning and be frozen, The new lagg switches here have a 3 second delay, run them once and your net will be down for 3 seconds, then will automatically reconnect.
To adjust the timer simply change Timeout 3 to Timeout X.
Once again I Recommend using the firewall method, this is the newer method that disables only BE and the Game thus making it so you can use voice coms outside of the game still whilst lagg switching.
Disable Network:
https://www.virustotal.com/en/file/2...is/1494887035/
https://virusscan.jotti.org/en-US/fi...job/i0w21f8qyh
Firewall:
https://www.virustotal.com/en/file/b...is/1494887059/
https://virusscan.jotti.org/en-US/fi...job/zr7k33nsmo
Ipconfig:
https://www.virustotal.com/en/file/3...is/1494887097/
https://virusscan.jotti.org/en-US/fi...job/tspe64vba2
Source Code:
Firewall
Prep:
Code:
@EcHo off netsh advfirewall firewall add rule name="CHANGEME" dir="out" action="block" program="PATHTO\TSLGame.exe" enable="no" netsh advfirewall firewall add rule name="CHANGEME2" dir="out" action="block" program="C:\Program Files (x86)\Common Files\BattlEye\BEService.exe" enable="no"
Code:
@EcHo off netsh advfirewall firewall set rule name="CHANGEME" new enable="yes" netsh advfirewall firewall set rule name="CHANGEME2" new enable="yes" Timeout 3 netsh advfirewall firewall set rule name="CHANGEME" new enable="no" netsh advfirewall firewall set rule name="CHANGEME2" new enable="no"
IPConfig
Disable Network
No longer needs prep
Lagg:
Code:
@EcHo off netsh interface set interface name="Local Area Connection" admin=disabled netsh interface set interface name="Ethernet" admin=disabled netsh interface set interface name="Wireless Network Connection" admin=disabled netsh interface set interface name="Wi-Fi" admin=disabled Timeout 3 netsh interface set interface name="Local Area Connection" admin=enabled netsh interface set interface name="Ethernet" admin=enabled netsh interface set interface name="Wireless Network Connection" admin=enabled netsh interface set interface name="Wi-Fi" admin=enabled




