05-27-2011, 04:23 AM
Macro Macro5
int col = pixel(300 35 "Quick Macros") ;; where on the screen will your first point be
int r g b
ColorToRGB(col &r &g &b)
int col2 = pixel(500 35 "Quick Macros") ;;where on the screen will the second point be
int r2 g2 b2
ColorToRGB(col2 &r2 &g2 &b2)
if col1 = col2
,lef 500 35 ;; put your code here to click