Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with picking areas
#2
Macro Macro5
Code:
Copy      Help
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)