Jump to content

How Do I Do Random Mouse Click Within A Defined Area


Recommended Posts

Basically I am wanting to left click in an area, but for it to be random everytime. I am somewhat new to AutoIt, and have searched all of google and this site for this.

Right now I am using:

If Random(0, 1, 1) Then
    MouseClick("left", 721, 317, 1)
    Else
    MouseClick("left", 735, 332, 1)
    EndIf

But that is only 2 spots. I want it to be 100% random, within the area. Thanks in advance for any help.

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...