This thread has no attachment!
ik it does not.... you need autohotkey and make the file yourself i just gave the code to make it easy
layers,, this is not code for RAPIDFIRE
HHHHH AMATER
I was looking for a code for RAPIDFIRE for a long time and i found one and it did not say anything about the credits so i still have not found who made it
- - - Updated - - -
If you dont know how to use autohotkey here it is
1) Download and install AutoHotkey.
2) Right-click an empty spot on your desktop or in a folder of your choice.
3) In the menu that appears, select New -> AutoHotkey Script. (Alternatively, select New -> Text Document.)
4) Type a name for the file, ensuring that it ends in .ahk. For example: Test.ahk
5) Right-click the file and choose Edit Script.
6) On a new blank line, type the following: /::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
where i put the code in ?