Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Game Hack & Cheat Development › General Game Hacking › Universal Software Lag Switch

Thumbs upUniversal Software Lag Switch

Posts 1–15 of 17 · Page 1 of 2
howl2000
howl2000
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.rar
#1 · 12y ago
AA
Aaron5015
I seem....To want this BUT then again this is 1 hour ago so i'll pass for now.
#2 · 12y ago
MO
Movements
Yo, nice hack bro, but for my sake PLEASE can you do a detailed tutorial?
#3 · 12y ago
howl2000
howl2000
I won't be making a tutorial. Feel free to though if you want. Just run both included files then push caps lock.
#4 · 12y ago
jasen4
jasen4
video plz man this is to hard to do
#5 · 12y ago
howl2000
howl2000
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.
#6 · edited 12y ago · 12y ago
MO
Movements
What do i have to do with autoit. is it really needed?
#7 · 12y ago
MO
Movements
single toggle.au3
netsh.exe.lnk are the two files i see in my download
#8 · 12y ago
XI
xiang94
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.
#9 · edited 12y ago · 12y ago
StraightUps
StraightUps
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.
#10 · 12y ago
DI
dimawesome
not working
#11 · edited 12y ago · 12y ago
BT
btzex
hi howl, i tried your script here, and it does interrupt browser conection, but not occurs on game, any idea?
#12 · 11y ago
MA
Magnus4pie
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?
#13 · 11y ago
K4
k4kam
lag switch them nerds who hack
#14 · 10y ago
lookurgone
lookurgone
does this work for pc users?
#15 · 10y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • Software Lag SwitchBy howl2000 in User Services
    35Last post 7y ago
  • Software Lag SwitchBy lagswitched in Call of Duty Modern Warfare 2 Discussions
    2Last post 16y ago
  • Remote Control Lag SwitchBy syphon1313 in Combat Arms Hacks & Cheats
    12Last post 17y ago
  • Lag SwitchBy playgames3 in Combat Arms Hacks & Cheats
    6Last post 17y ago
  • lag switch need helpBy caliban75 in Combat Arms Hacks & Cheats
    1Last post 17y ago

Tags for this Thread

#lag#software#switch#universal