Random fully autoclicker

Post your working scripts, libraries and tools for AHK v1.1 and older
UserNameAlreadyInUse
Posts: 1
Joined: 29 Apr 2017, 20:19

Random fully autoclicker

29 Apr 2017, 21:31

I had trouble finding one myself so I made one (Im a novice at AHK)


q::

SetTimer, test, 5
Return

test:
test()
Return

test(){

Click down
SLeep 20
Click up
Random, rand, 20, 70
Sleep %rand%

}

return

e::pause
User avatar
Almost_there
Posts: 404
Joined: 30 Sep 2014, 10:32

Re: Random fully autoclicker

02 May 2017, 15:37

Avoid using labels and functions with identical name.
User avatar
nnnik
Posts: 4500
Joined: 30 Sep 2013, 01:01
Location: Germany

Re: Random fully autoclicker

03 May 2017, 02:42

Unless they are synonymous - like in this case.
Recommends AHK Studio

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 77 guests