Rapidfire script - Fastest!!!!!!!
The script does like 630 clicks in 10 seconds, tested on how many clicks in 10 sec website.
good for guns like mk14 and other semi auto weps.
don't forget to thanks me.
f1::Suspend
;Script
~$*LButton::
{
Loop
{
SetMouseDelay 1
MouseClick, Left
Sleep, 1
If (GetKeyState("LButton","P")=0)
{
Break
Return
}
}
}
Autohotkey needed and if you don't have it google it.
open notepad and copy and paste the code and save it as .ahk
you can change the speed by editing the numbers at setmousedelay and sleep.
what's the key to make it work? L? P?