oem76 Posted July 6, 2006 Posted July 6, 2006 How do i write a script that will allow me to left click endlessly? and can i put pauses between the left clicking? thanks for your help. i looked the information up as much as i could and i still dont understand.
dakota Posted July 6, 2006 Posted July 6, 2006 look in the help file (came with download) and look for sleep and send and just put them in a loop.
Paulie Posted July 6, 2006 Posted July 6, 2006 look in the help file (came with download) and look for sleep and send and just put them in a loop.Send has nothing to do with thistry both these in the helpfile"MouseClick""While...Wend"----(loop function)
gamepin126 Posted July 6, 2006 Posted July 6, 2006 $delay = InputBox("Input!", "Insert delay between clicks.") HotKeySet("{PAUSE}", "Quit") While 1 MouseClick("left") Sleep($delay) WEnd Func Quit() Exit EndFunc
herewasplato Posted July 6, 2006 Posted July 6, 2006 You might look in this thread:http://www.autoitscript.com/forum/index.ph...st&p=204079 [size="1"][font="Arial"].[u].[/u][/font][/size]
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