Jump to content

Recommended Posts

Posted

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?

Posted

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

Posted

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?

Posted

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)
Posted

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? :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...