[General]
Description=加血救人
BeginHotkey=121
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=1
AutoRun=0
[Repeat]
Type=1
Number=1
[Relative]
SetupOCXFile=
[Comment]
Content=
[Script]
Rem 开始
IfColor 175,33,5566ff,0
Else
KeyPress 9,1
Delay 500
KeyPress 112,1
Delay 500
EndIf
IfColor 143,43,dd6655,0
Else
KeyPress 50,1
EndIf
Delay 500
KeyDown 16,1
Delay 500
KeyDown 9,1
Delay 1000
KeyUp 9,1
Delay 500
KeyUp 16,1
Delay 500
MoveTo 241,44
Delay 500
RightClick 1
Delay 500
RightUp 1
Delay 500
MoveTo 325,173
Delay 500
LeftClick 1
Delay 500
LeftUp 1
Delay 500
Rem 救人
IfColor 319,33,ddeeee,0
KeyPress 117,1
Delay 500
KeyPress 50,1
Goto 救人
Else
EndIf
Rem 加血
IfColor 392,33,ddeeee,0
KeyPress 112,1
Delay 500
Else
Delay 500
Goto 开始
EndIf
Goto 加血