Yoooj Posted February 27, 2010 Posted February 27, 2010 Well i made a simple script: Sleep (10000) MouseMove (1155,509) MouseClick ("") Sleep (10000) Send ("{F5}") BUT! How to make it Continue able like 9999999999999999times? ;s I got no idea. Your sirencely, Lukas.
dani Posted February 27, 2010 Posted February 27, 2010 (edited) While True ; = Forever Sleep (10000) MouseMove (1155,509) MouseClick ("") Sleep (10000) Send ("{F5}") WEnd Edited February 27, 2010 by d4ni
JohnOne Posted February 27, 2010 Posted February 27, 2010 (edited) Read my old post, biatch! Edited March 11, 2016 by JohnOne iamtheky 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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