Auto hold auto clicker

Ask gaming related questions (AHK v1.1 and older)
matty29royals
Posts: 1
Joined: 08 Mar 2018, 21:03

Auto hold auto clicker

08 Mar 2018, 21:09

I need help with a script that when ever i press f8 that a script will activate that will click then hold for 3 then release and then restart and keep doing it until i press f8 again to disable it.
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: Auto hold auto clicker

10 Mar 2018, 01:40

Code: Select all

#MaxThreadsPerHotkey 2
Toggle := 0

F8::
Toggle := !Toggle
If Toggle
    SetTimer, click, 0
If not Toggle 
    SetTimer, click, Off
return

Click:
Click, down
Sleep 3000
Click, up
return
I am your average ahk newbie. Just.. a tat more cute. ;)

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 44 guests