Noob here,

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Achlys
Posts: 1
Joined: 10 Dec 2018, 04:39

Noob here,

10 Dec 2018, 06:19

I was just wondering if there was a script that right clicks, waits 750-1000 ms and then left clicks, and then repeat.
Any help is appreciated.
hymal7
Posts: 66
Joined: 14 Sep 2016, 05:37

Re: Noob here,

10 Dec 2018, 09:40

This code repeats for 10 times

loop, 10
{
mouseclick, right
sleep 750
mouseclick, left
}

exitapp

To specify where you needs to click, you need to mentio co-ordinates on the screen
https://autohotkey.com/docs/commands/MouseClick.htm

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Joey5 and 206 guests