Script that does 3 key strokes one after the other

Ask gaming related questions (AHK v1.1 and older)
cloudyminds
Posts: 4
Joined: 17 Jul 2017, 13:05

Script that does 3 key strokes one after the other

22 Jul 2018, 20:56

Need a script like this:
press /
press Up Arrow Key
press Enter

waits 20 seconds

repeats 100 times
Rohwedder
Posts: 7627
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Script that does 3 key strokes one after the other

31 Jul 2018, 00:12

Hallo,
try:

Code: Select all

Loop, 100
{
	Send, /
	Send, {Up}
	Send, {Enter}
	Sleep, 20000
}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 67 guests