Jump to content

Help me out


 Share

Recommended Posts

this could do the trick 8)

Do
    $coord = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, 0xE27907)
;Sleep(100); constant searching might get little slow so i would suggest to use little sleep here 
Until IsArray($coord) And Not @error
MouseClick("left", $coord[0], $coord[1], 1, 1)
Edited by julmae
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...