totonation Posted November 17, 2008 Posted November 17, 2008 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
Moderators SmOke_N Posted November 17, 2008 Moderators Posted November 17, 2008 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.
funkey Posted November 17, 2008 Posted November 17, 2008 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 tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now