AngelzUnit Posted January 6, 2009 Posted January 6, 2009 Doesnt need to be at any given position, just keep clicking wherever I leave the mouse...
Pain Posted January 6, 2009 Posted January 6, 2009 Next time use the helpfile. While 1 MouseClick("left") Sleep(1000); one sec WEnd
C45Y Posted January 7, 2009 Posted January 7, 2009 exiting that could be a pain. better to add a hotkey i reakon CODEOpt("TrayMenuMode",1) HotKeySet("^q", "_Quit") While 1 = 1 MouseClick("left") sleep(9000) WEnd Func _Quit() Exit EndFunc http://twentylinesofcode.blogspot.comLittle apps n crap. can be fun
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