Rapid fire click script help please and ty

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Kilvorian
Posts: 2
Joined: 04 Jul 2019, 01:04

Rapid fire click script help please and ty

04 Jul 2019, 01:08

Code: Select all

\::Suspend
*LButton::
Loop
{
SetMouseDelay 1
Send +{LButton}
If (GetKeyState("LButton","P")=0)
Break
}
This is what I have so far and what I am trying to have this do is spam shift left click when I hold the left mouse button down, which it seems to do well, but continues to do it indefinitely once used. How can I refine this so that it only spams when I have the mouse button pressed and stops when it is not pressed? TYVM and sorry if this is a repeat thread but I looked for a while and couldn't find an answer.
Ridwan
Posts: 144
Joined: 17 Oct 2015, 21:06
Location: Indonesia

Re: Rapid fire click script help please and ty

05 Jul 2019, 02:04

I don't know why, but your script works as expected for me.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Starker and 294 guests