[General]
Description=生命法力检测
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
Run
EnableWindow=
Enable=1
[Repeat]
Type=1
Number=1943232333
[CallBack]
OnSetup=
[Comment]
Content=
[Script]
Plugin a=Window.Foreground()
Plugin b=Window.GetWindowRect(a)
MyArray = Split(b, "|", -1, 1)
x1=MyArray(0)
y1=MyArray(1)
x2=x1+165
y2=y1+57
x3=x1+156
y3=y1+77
Plugin Window.Active(a)
VBSCall MessageBox(x1&"."&y1)
Rem 1
IfColor x2,y2,8c9e95,0
    KeyPressH 69,1
Else 
EndIf 
IfColor x3,y3,ab9f86,0
    KeyPressH 82,1
Else 
EndIf 
Goto 1