Help with most likely simple script. Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Envylevathion
Posts: 3
Joined: 05 Feb 2020, 22:02

Help with most likely simple script.  Topic is solved

05 Feb 2020, 22:10

I have some pretty insane carpal tunnel from working at a desk or playing games etc. So I'm Essentially looking for a script that holds down right click while pressing left click repeatedly with a toggle if possible. Things would get really messy if I couldnt turn it off easily. Lmao Any help is appreciated and I thank anyone for their time and consideration. Much abildged.
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Help with most likely simple script.

06 Feb 2020, 12:26

This will work

Code: Select all

(toggle on button)::
click, down, right
loop
{
click
}
(toogle off button)::
click, up, right
reload
return
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹
Envylevathion
Posts: 3
Joined: 05 Feb 2020, 22:02

Re: Help with most likely simple script.

06 Feb 2020, 13:39

Having this error did i set the toggle wrong? Thanks for your time btw!

adadad.PNG
adadad.PNG (4.97 KiB) Viewed 759 times
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Help with most likely simple script.

07 Feb 2020, 07:26

yes, you wrote (toggle 6) I meant that you should put there the hotkey you want it to activate (without the parenthesis) like this.

Code: Select all

F5:: ;turn on hotkey
click, down, right
loop
{
click
}
F6:: ;Turn off hotkey
click, up, right
reload
return
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹
Envylevathion
Posts: 3
Joined: 05 Feb 2020, 22:02

Re: Help with most likely simple script.

09 Feb 2020, 09:58

Thank you very much this is perfect!

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: slowwd and 95 guests