打怪 [General]
Description=我的腳本
BeginHotkey=109
BeginHotkeyMod=0
PauseHotkey=97
PauseHotkeyMod=0
StopHotkey=107
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=1
AutoRun=0
[Repeat]
Type=1
Number=1943228973
[CallBack]
OnSetup=
[Comment]
Content=
[Script]
Rem qq
Delay 500
IfColor 487,37,f7,0
Goto ww
Else 97,1
EndIf 97,1
IfColor 487,37,f7,1
MoveTo 444,282
Delay 100
RightDown 1
Delay 1000
MoveTo 448,282
Delay 250
MoveTo 452,282
Delay 250
MoveTo 456,282
Delay 1000
RightClick 1
Delay 1000
KeyPress 9,2
Else 97,1
Goto ww
EndIf
Goto qq
Rem ww
KeyPress 50,2
Delay 150
KeyPress 50,2
Delay 150
KeyPress 50,2
Delay 200
KeyPress 49,2
Delay 150
KeyPress 49,2
Delay 150
KeyPress 50,2
Delay 150
KeyPress 50,2
Delay 150
KeyPress 50,2
Goto qq 喝水 [Script]
VBS dim hong,lan,hongT,lanT
//3紅,E藍
UserVar hongT=3 補血延時時間(秒)
UserVar lanT=60 補藍延時時間(秒)
Rem 開始
//循環開始標記
Delay 32
//循環小延時,防止出現CPU使用率過高,腳本卡
Rem 補紅
IfColor 216,53,11146b,0
KeyPress 51,3
//按下補血快捷鍵
Delay hongT
//補血延時
EndIf
Rem 補藍
IfColor 198,82,421811,0
KeyPress 69,1
//按下補藍快捷鍵
Delay lanT
//補藍延時
EndIf
Goto 開始
//跳轉到循環開始
[ 本帖最後由 gn00011521 於 2007-10-12 19:05 編輯 ] |