Jump to content

Finding Pixel Color, then Click


 Share

Recommended Posts

$pix = PixelSearch(0,0,@DesktopWidth,@DesktopHeight,0x0000FF);should work, I just woke up so it may not
MouseClick("left",$pix[0],$pix[1],1,0)

Link to comment
Share on other sites

u can find it in the autoit folder or open the autoit editor then press F1

Bit of a warning about F1 and SciTE. For me (multiple computers) it seems the script has to be saved for F1 to respond so don't think things aren't working if it doesn't appear immediately. Just go to Help>Help :P.
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...