Can someone please help with autoscatter/clicker

01/08/2011 12:21 mikebolin#1
Im looking for a Auto Scatter or Auto Right clicker that works ive tried like 8 and couldnt get any to work so does anyone know of one that works and could you tell me how to use it please and thank you
01/08/2011 16:06 gorgone#2
use autoit macro maker , in that languese use

while 1
MouseDown("Right")
sleep(300)
wend

and ur Auto click is done ^^ have a fun
01/08/2011 17:29 Huseby#3
Right Click > Run as administrator

compressed autoit scripts wont work in win vista or win 7, unless run with real administrator rights.
01/11/2011 03:01 legomans#4
Quote:
Originally Posted by gorgone View Post
use autoit macro maker , in that languese use

while 1
MouseDown("Right")
sleep(300)
wend

and ur Auto click is done ^^ have a fun
dont forget:

hotkeyset('{ESC}', '_Quit')

func _Quit
exit 0
endfunc