scroll wheel clicking

Ask gaming related questions (AHK v1.1 and older)
Lauris9112
Posts: 1
Joined: 19 Apr 2021, 02:37

scroll wheel clicking

19 Apr 2021, 03:16

Hello, I made simple script that I can click with mouse wheel, but can someone help me to add random intervals between clicks, or delay on start of click so it don't look like auto clicker on max speed?

my script:

Code: Select all

WheelUp::
WheelDown::
click
return
User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: scroll wheel clicking

19 Apr 2021, 04:41

Code: Select all

WheelUp::
WheelDown::
Random, rand, 10, 100
Sleep, rand * (A_ThisHotkey = A_PriorHotkey && A_TimeSincePriorHotkey < 300)
Click
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 71 guests