Need help with Autoclicker script

Ask gaming related questions (AHK v1.1 and older)
Uganda12
Posts: 1
Joined: 24 Mar 2020, 19:12

Need help with Autoclicker script

24 Mar 2020, 19:16

Kinda new to AutoHotKey and was wondering if anyone can help make me a script. Im looking for an autoclicker which can be toggled on/off with the left click mouse button
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Need help with Autoclicker script

25 Mar 2020, 08:37

Code: Select all

#MaxThreadsPerHotKey, 2
Toggle :=0
$~LButton::
Toggle :=!Toggle
While (Toggle=1)
{
	SendEvent, {LButton}
	Sleep, 50
}
return

F1::ExitApp
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 57 guests