Dr.Fighter (12-07-2011)
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.
Last edited by rahza786; 12-07-2011 at 02:27 PM.
Dr.Fighter (12-07-2011)
what's the key to make it work? L? P?
Last edited by Yoopi; 12-07-2011 at 03:11 PM.
pkmon76 (08-01-2015)
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
With sound toggle. Still press f1 to enable/disable, also removed delay in clicking (though if you hold onto it for too long, it may cause slower computers to hang).
Code:;==== Toggle ==== f1:: Suspend, Permit Suspend If (A_IsSuspended == 1) ; Disable hotkeys, play sound notification. { SoundPlay,*64 } Else ; Enable hotkeys, play sound notification. { SoundPlay,*48 } return ;==== Rapidfire ===== LButton:: Loop { Click If (GetKeyState("LButton","P")=0) Break } return
Baka-kun (07-09-2013)
anybody able to do an .exe file for this? D: I can't get it to work![]()
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.
avierkai (06-05-2013),cotehazt (07-13-2018),darude123 (02-25-2013),derpderpderp1 (03-15-2013),ethanhunt12 (08-09-2018),G-Core (06-12-2012),gallo9020 (06-20-2016),Intessor (12-11-2013),Jxzt (05-06-2012),M3shal2010 (01-01-2013),Myodas619 (02-14-2013),Noot12 (08-23-2022),Nuen (06-07-2012),pmg225 (10-20-2013),Rammel31 (07-02-2014),Siegercz (12-25-2013),swastickiller (02-22-2014),Sychia (07-12-2014),tampikito (01-01-2013),vesslan (08-13-2017),Whytry (04-23-2017),xeropro (06-25-2014)
.exe format ? ^
Donate:
BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9
Handy Tools/Hacks:
Extreme Injector v3.7.3
A powerful and advanced injector in a simple GUI.
Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!
Minion Since: 13th January 2011
Moderator Since: 6th May 2011
Global Moderator Since: 29th April 2012
Super User/Unknown Since: 23rd July 2013
'Game Hacking' Team Since: 30th July 2013
--My Art--
[Roxas - Pixel Art, WIP]
[Natsu - Drawn]
[Natsu - Coloured]
All drawings are coloured using Photoshop.
--Gifts--
[Kyle]
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 ?