vkey Posted February 4, 2009 Posted February 4, 2009 I have a script like this: MouseClick("left", 1220, 10, 1, 0) Sleep(100) MouseClick("left", 80, 100, 1, 0) Sleep(6000) It's continuously performing mouse actions. Is it possible to run this in the background, while I am using my computer as usual?
Varian Posted February 4, 2009 Posted February 4, 2009 You can use ControlClick so you steal no focus from your mouse If you are using a game with no window title, leave the entry blank and it will click on the desktop example:Controlclick("", "", "", 'left', 2, 428, 18) use AU3InfoTool to get ControlClick coordinates
vkey Posted February 4, 2009 Author Posted February 4, 2009 Oke, I have this at the moment: Controlclick("Google - Windows Internet Explorer", "", "", 'left', 1, 557, 301) For example pressing 'search' @ google. What should I place in the empty spaces?
James Posted February 4, 2009 Posted February 4, 2009 (edited) Look at the _IE functions. Edited February 4, 2009 by JamesBrooks Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
James Posted February 4, 2009 Posted February 4, 2009 Then search for "Firefox Automation". Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
vkey Posted February 4, 2009 Author Posted February 4, 2009 I don't understand what I should look for.. Could you not give me the exact code it should be? Controlclick("Google - Mozilla Firefox", "", "", 'left', 1, 557, 301)
James Posted February 4, 2009 Posted February 4, 2009 I'm not giving you the exact code no.Firefox Automation Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
vkey Posted February 4, 2009 Author Posted February 4, 2009 Is there no standard code for firefox? Cause I really do not know what to look for... Is it a number or text or what?
James Posted February 4, 2009 Posted February 4, 2009 There is no included UDF for Firefox. Look at this. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
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