Jump to content

Clicking Script


Elsa
 Share

Recommended Posts

Hi, I'm completely new to this so please just bear with me here. I would like to write a script that can make my mouse click automatically and very fast for about 30 secs. The coordinates for my mouse would be 298,127 in an active window.

I would be very grateful if anybody could take the time to help me ;)

Link to comment
Share on other sites

Hi,

I have a questions on the same subject, although I tried a few scenario's I am not achieving what I want. Please note that I am, like Elsa completely new to this.

I've tried this code:

MouseClick ( "Left" [, 263, 25 [, 1 [, 500 ]]] )

Can some please help? What I am tring to get is to double click on the following cordinates 263, 25

Regards

RAGS

Link to comment
Share on other sites

Hi,

I have a questions on the same subject, although I tried a few scenario's I am not achieving what I want. Please note that I am, like Elsa completely new to this.

I've tried this code:

MouseClick ( "Left" [, 263, 25 [, 1 [, 500 ]]] )

Can some please help? What I am tring to get is to double click on the following cordinates 263, 25

Regards

RAGS

the brackets [ in the help file are just to seperate optional peramiters meaning they don't need to be put in. The brackets don't actually go into the code, so your line should look like

MouseClick("Left",263,25,1,500)

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...