Hyflex Posted July 29, 2007 Posted July 29, 2007 Hey people, im back from vacation and am needing to make a macro just to do random mouse movements every 2 - 3 mins.... I dont need click, i need a macro to do a cycle, and just move mouse now n again
Infinitex0 Posted July 29, 2007 Posted July 29, 2007 while 1 mousemove(random(0,@deskwidth), random(0,@deskheight) wend The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]
Hyflex Posted July 29, 2007 Author Posted July 29, 2007 Were them mistakes there on purpose? Thanks tho i fixed. While 1 MouseMove(Random(0, @DesktopWidth), Random(0, @DesktopHeight)) Sleep(Random(120000, 200000)) WEnd
Infinitex0 Posted July 29, 2007 Posted July 29, 2007 yea, sorry I just didn't type it in scite so it didn't remind me, I was just going of memory. The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]
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