Search found 3 matches

by milo
15 Apr 2016, 17:35
Forum: Gaming Help (v1)
Topic: help to make clicks more random?
Replies: 4
Views: 1856

Re: help to make clicks more random?

Thanks kon and Hinker,
by milo
15 Apr 2016, 15:18
Forum: Gaming Help (v1)
Topic: help to make clicks more random?
Replies: 4
Views: 1856

Re: help to make clicks more random?

I'm not expert, should the code look something like this:

!LButton::
loop, 5
{
send {Lbutton}
Sleep, % Random(Min,Max)

R1:=Random(Min,MaX);250,300
R2:=Random(MinSpread,MaxSpread);50-100

Rand:=R1 - R2
}
return
by milo
15 Apr 2016, 13:10
Forum: Gaming Help (v1)
Topic: help to make clicks more random?
Replies: 4
Views: 1856

help to make clicks more random?

Currently using this code. I would like to vary clicks so they're more random and human looking - between 250-350 (currently 300). I'm noobie so any help appreciated.

Code: Select all

!LButton::
loop, 5
{
send {Lbutton}
Sleep, 300
}
return

Go to advanced search