elite*gold: 0
Join Date: Nov 2021
Posts: 2
Received Thanks: 0
|
ok i see why not much coment since 2017,peopel not take time to comment because its classy.
Virus detected.malware bullshit people ,why they are not ban of the server..its that seriosi forum EPVP ?
do not download if you are not protected
i have two Lg that work took on some place..
create an emty AHK file and copy paste this.
#NoEnv
#SingleInstance Force
SendMode Input
SetWorkingDir %A_ScriptDir%
toggled = 0
If (!A_IsAdmin) { ; Checks if the script has been ran as Admin
MsgBox,,,Remember to run the script as Administrator.
ExitApp
return
}
RemoveToolTip:
SetTimer, RemoveToolTip, Off
ToolTip
return
~+Tab:: ; Toggles the lag switch on and off
{
Run, netsh advfirewall firewall set rule name="Block Inbound" new enable="yes",, hide
Run, netsh advfirewall firewall set rule name="Block Outbound" new enable="yes",, hide
Tooltip,ON,0,0,1
toggled = 1
Sleep, 8300 ; 1000 is one second, 10000 is 10 seconds
Run, netsh advfirewall firewall set rule name="Block Inbound" new enable="no",, hide
Run, netsh advfirewall firewall set rule name="Block OutBound" new enable="no",, hide
Tooltip,OFF,0,0,1
toggled = 0
SetTimer, RemoveToolTip, 2500
return
}
~+MButton::
{
Run, netsh advfirewall firewall set rule name="Block Inbound" new enable="no",, hide
Run, netsh advfirewall firewall set rule name="Block OutBound" new enable="no",, hide
Tooltip,OFF,0,0,1
SetTimer, RemoveToolTip, 2500
Return
}
~^Home:: ; Adds the rules to the firewall
MsgBox, 4, , This will add the required rules to the Windows firewall, do you want to proceed?
IfMsgBox, No
{
return
}
IfMsgBox, Yes
{
Run, netsh advfirewall firewall add rule name="Block Inbound" protocol=any dir=in enable=no action=block profile=any,, hide
Run, netsh advfirewall firewall add rule name="Block Outbound" protocol=any dir=out enable=no action=block profile=any,, hide
sleep, 500
MsgBox,,,Rules added.
return
}
run as admistrator.
press ctrl + home to activate rules
in game press shift +tab to activate Lg
you can all parameter,the time of the lag,all the hot key,also have a panic stop button.
i let you understand it ,even for pure nobbs its easy
|