Jump to content

Recommended Posts

Posted

I tried searching but no help plz if u can help me.

I want to have autoit search a specific pixel and if it turns

r=0

b=0

g=255

a=0

then it will click alot if not it won't. plz help, thx :P

\

Posted

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

Posted

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.

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
  • Recently Browsing   0 members

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