Randomize the sleep

Ask gaming related questions (AHK v1.1 and older)
Anonplayer
Posts: 26
Joined: 28 Jan 2021, 18:49

Randomize the sleep

18 Apr 2021, 04:39

How can I randomize the Sleep between keystrokes? I tried something like this

Code: Select all

Send {%direction%}
Sleep, Random, Rand 100, 800
But isn't working.
Rohwedder
Posts: 7630
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Randomize the sleep

18 Apr 2021, 05:15

Hallo,
try:

Code: Select all

Send {%direction%}
Random, Rand, 100, 800
Sleep, Rand
Anonplayer
Posts: 26
Joined: 28 Jan 2021, 18:49

Re: Randomize the sleep

18 Apr 2021, 22:15

That worked, thank you.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 127 guests