Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Faster quick macro
#1
Hello, I want to know a way to upgrade the speed of quick macro I set QM hotkey mode to Software mode.

and my macro look like this:

Sub main
VBSCall findcolorex(320,579,320,579,"3383FB",1,0.7,x,y)
VBSCall findcolorex(320,579,320,579,"FFEF3F",1,0.7,w,z)
If x>=0 and y>=0
Delay 30
KeyPress 75,1
Gosub main
EndIf
If w>=0 and z>=0
Delay 30
KeyPress 74,1
Gosub main
EndIf
Delay 10
Gosub main
Return main

My problem that is when he press a Keypress, the "scan for the color" wait about 1 second, or if the color is long time there, it press very fast like I want.
Need a reply please Smile


Forum Jump:


Users browsing this thread: 1 Guest(s)