Can i make a autoclicker that right clicks with one hotkey and leftclicks wih another that is toggleable?

Ask gaming related questions (AHK v1.1 and older)
nulladmin1
Posts: 1
Joined: 18 May 2021, 10:25

Can i make a autoclicker that right clicks with one hotkey and leftclicks wih another that is toggleable?

18 May 2021, 10:29

I'm very bad at autohotkey and tutorials are too confusing. Is there a ay i can make this?
User avatar
mikeyww
Posts: 26891
Joined: 09 Sep 2014, 18:38

Re: Can i make a autoclicker that right clicks with one hotkey and leftclicks wih another that is toggleable?

18 May 2021, 18:14

Code: Select all

F2::
on := !on
SoundBeep, 1000 + 500 * on
Return
#If on
F3::Click
F4::Click, R
#If

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Shoobis and 110 guests