I need help on making this script Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
mikachu221
Posts: 2
Joined: 24 Nov 2017, 19:31

I need help on making this script

24 Nov 2017, 19:37

Okay, so I want hotkey to write 1 thing down, and send it, then wait 5s and press a certain key, and then LMB, after that I want it to write other thing down and send it, wait 30s and loop
Hiney

Re: I need help on making this script  Topic is solved

24 Nov 2017, 19:56

mikachu221 wrote:Okay, so I want hotkey to write 1 thing down, and send it, then wait 5s and press a certain key, and then LMB, after that I want it to write other thing down and send it, wait 30s and loop
loop
{
send, write something
send, {enter} ;assuming enter sends
sleep, 5000
send, {certain key}
click
send, another thing
send, {enter} ;assuming enter sends it
sleep, 30000
}

not tested
mikachu221
Posts: 2
Joined: 24 Nov 2017, 19:31

Re: I need help on making this script

25 Nov 2017, 05:55

Thanks , will probs do, if it does not work, I guess that with the little knowledge I have, I can adjust it.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doodles333, Google [Bot] and 320 guests