CSGO (Counter Strike Global Offensive) Rapid Fire

Post gaming related scripts
DamdarBilla
Posts: 10
Joined: 07 Feb 2022, 00:22

CSGO (Counter Strike Global Offensive) Rapid Fire

Post by DamdarBilla » 09 Feb 2022, 17:56

WHAT The Script Does ?
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

Return to “Gaming Scripts (v1)”