kikz Posted July 13, 2007 Posted July 13, 2007 Hi, If PixelGetColor(10, 688) = 0xFF671D AND PixelGetColor(10, 689) = 0xFF671D Then MsgBox(4096, "Test", "Disconnected") EndIf I can use it?
kikz Posted July 13, 2007 Author Posted July 13, 2007 I want select "C". If i see "C", i open a msgbox...
Moderators SmOke_N Posted July 13, 2007 Moderators Posted July 13, 2007 If (PixelGetColor(10, 688) == 0xFF671D) AND (PixelGetColor(10, 689) == 0xFF671D) Then MsgBox(4096, "Test", "Disconnected") EndIf 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.
qazwsx Posted July 13, 2007 Posted July 13, 2007 It might be a little easier and more reliable to use pixelchecksum for the area rather than pixel get color.
alex2233 Posted August 2, 2007 Posted August 2, 2007 it will not help u silkroad have shade so u need to put a shade for this color
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