Random time by 5-10% of executing sript

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
nattx
Posts: 1
Joined: 28 Jan 2022, 14:24

Random time by 5-10% of executing sript

Post by nattx » 28 Jan 2022, 14:53

Hello! I'm looking for help with below script to randomize time by 5-10% each time when I trigger it. I don't want to end up always with the same times on each key.
Spoiler
Are those lines providing me diffrent time of each triggered script or just minimal delay on mouse/key click but always the same?

Code: Select all

SetMouseDelay, 0
SetKeyDelay, 0
SetDefaultMouseSpeed, 0
I will be gratefull for every help, thanks in advance!

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

Re: Random time by 5-10% of executing sript

Post by mikeyww » 28 Jan 2022, 15:07

If you want to randomize something, then you could use :arrow: Random.

Post Reply

Return to “Ask for Help (v1)”