illgamez Posted November 26, 2007 Posted November 26, 2007 (edited) http://www.autoitscript.com/forum/index.ph...st&p=438259from here ^i want it for every 5 seconds it moves the cursor the the coordinates and double click Edited November 26, 2007 by illgamez
xzaz Posted November 26, 2007 Posted November 26, 2007 Look in the help file - Loop - MouseClick - Sleep And put it together. Small Color Picker v0.2 | Travian bot
therks Posted November 26, 2007 Posted November 26, 2007 That's crap. You created this topic 4 minutes after Paulie replied to your last post in the other thread. I doubt you've been "trial an error -ing all day".Try this script.#NoTrayIcon While 1 MsgBox(0, 0, 0) WEnd My AutoIt Stuff | My Github
Achilles Posted November 26, 2007 Posted November 26, 2007 Or this: #noTrayIcon While 1 $x = Random(0, @DesktopWidth, 1) $y = Random(0, @DesktopHeight, 1) MouseClick('left', $x, $y) TrayTip("Currently at x: " & $x & " y: " & $y) Wend My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
illgamez Posted November 26, 2007 Author Posted November 26, 2007 That's crap. You created this topic 4 minutes after Paulie replied to your last post in the other thread. I doubt you've been "trial an error -ing all day". Try this script. #NoTrayIcon While 1 MsgBox(0, 0, 0) WEndhow do u know what ive been doing before and after i posted? anyways thanks #NoTrayIcon While 1 MsgBox(0, 0, 0) WEnd replaced with mouseclick and sleep
ashley Posted November 26, 2007 Posted November 26, 2007 Check my sig for free runescpae cheats... I made onle there, just sign in and download. Free icons for your programs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now