hold to spam click toggle Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Bacon

hold to spam click toggle  Topic is solved

21 May 2017, 04:31

So ive look all over and havent found one that works. Im trying to find a ahk script that will let me for example press alt & x and that will toggle the script on. When its on if i hold down my left mouse button it will spam it, when i let go it will stop. And then when pressing alt & x again it will toggle off and so if i hold down my left mouse button it will only hold but no spam click.

Thanks :)
neomulemi6
Posts: 216
Joined: 30 Jun 2016, 06:01

Re: hold to spam click toggle

21 May 2017, 21:35

Code: Select all

!x::Toggle:=!Toggle

#If (Toggle)

$LButton::
If (GetKeyState("LButton", "P")) {
	Click
	Sleep 250
}
Return

#If

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 75 guests