Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Color clicking
#1
I downloaded QM recently and im trying to pu it clikin in a certain color like blue. Is it possible to make with QM?
#2
You need QM 2.1.7 or later. Use the "Find image" dialog. Capture the screen point that contains the color. When capturing, just press Shift, and don't move the mouse. It will capture single pixel. Will insert scan command which finds the color and moves the mouse there. Then add lef. The macro will be like this:

Code:
Copy      Help
scan "Macro151.bmp" 0 0 0x3
lef

To do it repeatedly, use rep:

Code:
Copy      Help
rep
,scan "Macro151.bmp" 0 0 0x3
,lef
,wait 0.5


Forum Jump:


Users browsing this thread: 1 Guest(s)