Make the pistols and other guns fire faster.
How to use :
Hold Down The Left Mouse Button to fire rapidly.
Keys :
ALT + x = Quit
Code: Select all
IfWinExist, CS:GO
{
IfWinActive, CS:GO
{
*LButton::
Loop {
SetMouseDelay 20
Click
If (GetKeyState("LButton", "P")=0)
break
}
return
}
return
}
return
^x::ExitApp