Loop this script? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
FlickZ
Posts: 28
Joined: 06 Oct 2020, 17:02

Loop this script?

Post by FlickZ » 23 Sep 2021, 12:56

Code: Select all

$p::
Send {w down}
Sleep 60000
Send {w up}
Send {d down}
Sleep 500
Send {d up}
Send {w down}
Sleep 60000
Send {w up}
Send {d down}
Sleep 500
return
Thanks :)

User avatar
mikeyww
Posts: 26882
Joined: 09 Sep 2014, 18:38

Re: Loop this script?  Topic is solved

Post by mikeyww » 23 Sep 2021, 13:43

You can do it with Loop. Example

Post Reply

Return to “Ask for Help (v1)”