oriash93 / AutoClicker

AutoClicker is a useful simple tool for automating mouse clicks.
MIT License
282 stars 118 forks source link

Option for a random offset on the click interval #71

Open ght0203 opened 1 year ago

ght0203 commented 1 year ago

Some games can detect that an auto-clicker is being used when the click interval is too uniform.

It would be good to add an option for a random offset on the click interval. For example, if the click interval is 120ms and the random offset is set to 20ms, the click interval will be a random number between 100ms and 140ms.