Special auto clicker help

Ask gaming related questions (AHK v1.1 and older)
Gubipe
Posts: 4
Joined: 25 May 2017, 20:26

Special auto clicker help

25 May 2017, 20:31

I need an auto clicker which gets toggled using grave. I tried to use two scripts at once but they failed. I need it to left click. As soon as the left click registers, it will right click. This process would be done 12 times a second. Someone please help me.
donovv
Posts: 108
Joined: 15 Apr 2017, 21:06

Re: Special auto clicker help

25 May 2017, 21:38

does this work?

Code: Select all

#maxthreadsperhotkey 2 
`::
	toggle := !toggle
		while toggle
			{
				click 
				sleep 40
				click right
				sleep 40
			}
return
Gubipe
Posts: 4
Joined: 25 May 2017, 20:26

Re: Special auto clicker help

26 May 2017, 05:51

Thanks for helping

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 82 guests