~*LButton::
loop
{
GetKeyState, LButtonState, LButton, P
GetKeyState, NumState, NumLock, T
if (LButtonState = "U") || (NumState = "U")
{
break
}
else
{
Click D
sleep, 270
click U
sleep, 120
}
}
Return
Paratrooper wrote:Eeyup!
1.) Install Autohotkey: http://www.autohotkey.com/
2.) Open the script (The notepad file that comes with it) or edit it by right-clicking the icon in the system tray (The Green H):
3.) Erase everything and replace it with this:
- Code: Select all
~*LButton::
loop
{
GetKeyState, LButtonState, LButton, P
GetKeyState, NumState, NumLock, T
if (LButtonState = "U") || (NumState = "U")
{
break
}
else
{
Click D
sleep, 270
click U
sleep, 120
}
}
Return
4.) Save the script
5.) Restart AutoHotkey (Or reload the script)
6.) Run AoS/Enter a server and select the SMG
7.) Turn on Numlock, hold the fire button, and you'll notice that the SMG fires in 3-round bursts
It's not a mod, per se, but if it fits, I sits.
Paratrooper wrote:Eeyup!
1.) Install Autohotkey: http://www.autohotkey.com/
2.) Open the script (The notepad file that comes with it) or edit it by right-clicking the icon in the system tray (The Green H):
3.) Erase everything and replace it with this:
- Code: Select all
~*LButton::
loop
{
GetKeyState, LButtonState, LButton, P
GetKeyState, NumState, NumLock, T
if (LButtonState = "U") || (NumState = "U")
{
break
}
else
{
Click D
sleep, 270
click U
sleep, 120
}
}
Return
4.) Save the script
5.) Restart AutoHotkey (Or reload the script)
6.) Run AoS/Enter a server and select the SMG
7.) Turn on Numlock, hold the fire button, and you'll notice that the SMG fires in 3-round bursts
It's not a mod, per se, but if it fits, I sits.
Users browsing this forum: No registered users and 1 guest