improved version:
You can toggle autofire with Scroll Lock:
Code:~LButton:: GetKeyState, state, Scrolllock, T if state = D { Goto, FireIt } return FireIt: Loop { SetMouseDelay 20 Click If (GetKeyState("LButton","P")=0) Break } Return
improved version:
You can toggle autofire with Scroll Lock:
Code:~LButton:: GetKeyState, state, Scrolllock, T if state = D { Goto, FireIt } return FireIt: Loop { SetMouseDelay 20 Click If (GetKeyState("LButton","P")=0) Break } Return
How did you learn to code like this lol.
SAY THANKS IF I HELPED
no its not read some post bevore
Thanks for the script but it crashes at me after using it...
i mean when i start the prog and if i shot it is working but than i must start the program new...
how can i use the .exe file? open the game and then open the .exe file? or what?
i open the rapid fire and when i click somewhere the icon with the "H" is disapearing....any idea?
Last edited by Blubb1337; 09-14-2010 at 01:17 AM.
Stop doubleposting.

1200
It closes immediately because the .ahk hasn't been properly coded to loop and instead, when it reaches the end, it says to itself, "Uh oh, no more code so I'll just close now".
Anyway, fixed the code for you, please update the attachment Maniac!
I also added #SingleInstance force so there can only be one instance of the script otherwise you will get lag/computer issues if someone opened mutiple instances.Code:#SingleInstance force Ins::Suspend $LButton:: Loop { SetMouseDelay 30 Click If (GetKeyState("LButton","P")=0) Break }
Last edited by master131; 09-14-2010 at 01:45 AM.
Any donations are welcome.
In the past, I was unable to receive donations despite people wanting to donate for my hard work.
Thanks in advance!
Handy Tools/Hacks:
Extreme Injector v2.1
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
--My Art--
[Roxas - Pixel Art, WIP]
[Natsu - Drawn]
[Natsu - Coloured]
All drawings are coloured using Photoshop.
--Gifts--
[Kyle]
Thx dude and sorry for the doublepost

11
um idk what the big problem is it runs none stop for me never shuts down and im using the same 1 i posted except with a diff time interval and it nver shuts down for me. and ahk shouldnt let you open a new instance of it anyhow without closing the old one idk what you have diff about your ahk but mine never has issues like that
ok so sense i see so many ppl are having problems im going to post a screen shot tut for it tonight
EDIT: ok so now i see what everyone it talking about your all talking about the exe version thats why i have no clue why its going wrong i never use the exe LOL if you have ahk installed just run the script other wise ill upload a fix later tonight
Last edited by Maniac101; 09-14-2010 at 06:34 AM.
when i touch the .exe there nothing happens
Does it works on Windows XP?
First you have to download AutoHotkey, search on google.
I click like this, no offense