Autohotkey : How to Create a Rapid-Fire Script (2400 Clicks P/Minute!)



;;If you have any questions regarding the video, you are very much welcome to leave a comment!

;;The code for this script is below:

!LButton::
loop, 10
{
send {Lbutton}
}
return

Comments are closed.