Jump to content

HELP! making an accurate pixelfinder


Recommended Posts

hello everybody sorry for my bad english well .... i need to make an accurate pixel finder cause the one that i make is to slow and isnt very accurate well if anyone knows another way to find pixels plz feell free to post here:

this is how i make my pixelfinder:

$coord = PixelSearch ( 553, 343, 725, 343, 0X7B304A, 15, 1) 
IF Not @error Then
    MouseMove ($coord[0],$coord[1])
    MouseClick ("left",$coord[0],$coord[1])
    Sleep (1000)

this is just a piece of the code but anyway if u you know another accurate an fast way to do it plz post here thx for reading and awnsering my question

Link to comment
Share on other sites

  • Moderators

If you're using Vista, turn Aero themes off and it will be much faster.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

The Line with MouseMove has no sense, look in the helpfile to click faster with MouseClick (parameter speed).

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

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