Thumbs upUniversal Software Lag Switch

Posts 115 of 17 · Page 1 of 2
Universal Software Lag Switch
Howl2000's Software Lag Switch


This release is a universal software lag switch. Similar software sells for $7.00+ abroad. Get free today as a forum member! This lag doesn't use udp flooding, so only your pc lags. Others on your lan won't lag.

WARNING! Use of lag switches may result in teleporting, invisibility, invulnerability, 100%accuracy, multikills, or in rare instances rage quits from entire enemy team.


Description
This is a simple script that edits your advanced firewall rules to temporarily block your internet connection to games etc. Different games have different results(sample video shows one example).

Requirements
1. Windows xp or higher.
2. Autoit(macro program).
3. Windows Firewall(enabled).
4. Administrator Privileges

Instructions
1. Run the included shortcut(this makes the advanced rules).
2. Run the Autoit script(this enables hotkey toggle).
3. Push hotkey(CAPSLOCK by default) to start lag.
4. Push same hotkey to stop lag.

Customizing/Troublshooting
Change Hotkey - To change the hotkey change HotKeySet("{CAPSLOCK}", "Lag") to HotKeySet("{YOURHOTKEY}", "Lag")

To inverse the toggle - Change Global $Var_1 = "1" to Global $Var_1 = "2"

If you get windows security notifications when toggling - Lower your security settings while using the hack. Usually this can be accomplished by clicking the blue hyperlink on the security popup.



Sample Video



Open Source(use how you want) make sure to leave a small credit in final product if you base your hack off my script. Feel free to write a program based off this.
 
Source Script
Code:
HotKeySet("{CAPSLOCK}", "Lag")
Global $Var_1 = "1"
While 1
    Sleep(100)
WEnd

Func Lag()
    If $Var_1 = 1 then
	   Run('C:\Windows\System32\netsh.exe advfirewall firewall set rule name="blocknet" new enable="no"', "", @SW_HIDE)
	   $Var_1 = "2"
	Else
	   Run('C:\Windows\System32\netsh.exe advfirewall firewall set rule name="blocknet" new enable="yes"', "", @SW_HIDE)
	   $Var_1 = "1"
	   EndIf
EndFunc

Func note()

EndFunc



Virus Scans
https://www.virustotal.com/en/file/a...b482/analysis/
http://virusscan.jotti.org/en/scanre...9fcf24edb514d6

Enjoy. I may update with more features/options when I get time. If you want to implement this into your own hack, feel free to pm me questions or reply to this thread.
Software Lag Switch_mpgh.net.rar1 KB · 11,034 downloads 3/58 malicious
I seem....To want this BUT then again this is 1 hour ago so i'll pass for now.
Yo, nice hack bro, but for my sake PLEASE can you do a detailed tutorial?
I won't be making a tutorial. Feel free to though if you want. Just run both included files then push caps lock.
video plz man this is to hard to do
Quote Originally Posted by jasen4 View Post
video plz man this is to hard to do
Again, I'm not making a tutorial. If you have a specific problem, I will try to help.

Example."The shortcut doesn't work", "the au3 file wont work", "my caps lock key got ate by a monkey".

Be specific or attach a screenshot.
single toggle.au3
netsh.exe.lnk are the two files i see in my download
What do i have to do with autoit. is it really needed?
Doesn't work for me...

The netsh.exe add the exception in my firewall like it should.

When i go with toggle.au3 though, it doesn't do anything... Pressing Caps Lock doesn't change the exception in the firewall... Any idea?

P.S: The icon of the Autoit appears on the right bottom, so it's loaded... It just doesn't do what it is supposed to do.
Quote Originally Posted by xiang94 View Post
Doesn't work for me...

The netsh.exe add the exception in my firewall like it should.

When i go with toggle.au3 though, it doesn't do anything... Pressing Caps Lock doesn't change the exception in the firewall... Any idea?

P.S: The icon of the Autoit appears on the right bottom, so it's loaded... It just doesn't do what it is supposed to do.
Same here, when I press the Caps Lock in game nothing happens, ive ran the script as admin as well, no difference. Moreover ive also tried to change the hotkey as the tutorial shows above; again no results.
not working
hi howl, i tried your script here, and it does interrupt browser conection, but not occurs on game, any idea?
whats good Howl,

I cannot get anything to pull up after downloading it.
netsh.exe
Single toggle

they both shown up in downloads but I cannot open it. It seems the command window closes before anything can happen.
whats up, anything wrong I am doing?
lag switch them nerds who hack
does this work for pc users?
Posts 115 of 17 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?