按键精灵问题 坐标413,255 过2分钟颜色还没有变化 则按F5键 哪位高手帮我编个脚本 注:该点没有指定颜色

如题所述

Dim c1, c2, tiim1, time2
c1 = GetPixelColor(413, 255)
For 12
Delay 10000
Next
IfColor 413, 255, c1, 1 Then
KeyPress 116, 1
End If
温馨提示:答案为网友推荐,仅供参考
第1个回答  2012-04-28
dim G(100)
Rem w
a=0
Do Until a>=90
Rem q
For 3
G(a)=GetPixelColor(10,5)
Delay 1400
a=a+1
Next
If g(a-1)=g(a-2) and g(a-1)=g(a-3) Then
Else
a=0
Goto q
End If
Loop
KeyPress "F5", 1
Goto w
相似回答