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?
I also got 620+ CPM on website counters, but in-game, I can manually shoot faster compared to using this script. Anyone know why? Is there a fix for it?
Try putting on rapid fire + m14 = pwnage
This script is broke
WHY?
When using Sleep,1 your will get a "Client Command Overflow" from the server.
Because your clicking to fast.
To prevent this
Sleep,23 through 25 will be as fast and you'll be able to go.
pretty sweet im going to use it for my deagle in mw3
can u ajust f1 to middle mouse ? like when i switch from sniper to deagle it auto goes script on ?