[General]
Description=自動檢取
BeginHotkey=32775
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=32781
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=0
AutoRun=0
[Repeat]
Type=1
Number=1943232333
[Relative]
SetupOCXFile=
[Comment]
Content=
[Script]
//得到當前鼠標的坐標位置 並保存到變量x,y中
VBSCall c1=GetPixelColor(x,y)
//得到指定坐標位置的顏色 並保存到變量color中
GetLastKey a
Rem Start
//Rem go
//Delay 30000
//IfColor x,y,(C1),1
// VBSCall RunApp(my)
// Delay 320000
//EndIf
//Goto go
KeyPress 90,1
Delay 2000
KeyPress 113,1
Delay 500
IfColor 170,75,4545ca,1
KeyPress 112,1
Delay 100
KeyPress 53,1
EndIf
IfColor 277,75,f9,1
KeyPress 53,1
Beep
Else
KeyPress 86,1
EndIf
Delay 1000
用起來一直覺得不是很順,但是找不出原因 |