TheOnlyOne Posted November 7, 2008 Posted November 7, 2008 like the title says i need help to hold down the mouse while im moveing the mouse ? my script so far: msgbox (0,"","") HotKeySet("{f8}","terminate") $pos = MouseGetPos() sleep (10000) do mousemove (337, 511) mousemove(860, 523) until run ("jsjs.esk") Func Terminate() Exit 0 EndFunc
LarryDalooza Posted November 7, 2008 Posted November 7, 2008 So you want to MouseDown() then MouseMove() and then MouseUp()? ... I'll have to research this one... I'll try to get back to you before the new year. Lar. AutoIt has helped make me wealthy
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