谁给我看看这热血江湖的按键脚本怎么不艰东西啊

来源:百度知道 编辑:UC知道 时间:2024/05/27 14:08:06
StopHotkey=35
StopHotkeyMod=8
RunOnce=0
EnableWindow=
Enable=1
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content=

[Script]
//在1280*1024状态下使用,循环1次,挂机前将视图倾斜一定角度,以人物不移动为最佳
//快捷键:F3-技能 F9-捡物 F2-兰 F1-红 F10-回城 F11-启动 F12-中止
//=========================主程序===============================
Rem 挂机
KeyPress 114 1
Delay 50
Gosub 补红兰
Gosub 无药回城
Rem 找怪
For 5
KeyPress 114 1
Delay 50
Gosub 补红兰
MoveTo 0 400
Delay 300
MoveTo 638 610
Delay 300
LeftClick 1
Delay 5
EndFor
Rem 打怪
KeyPress 114 1
Delay 50
Gosub 补红兰
VBSCall Call FindCenterColor(350,220,674,460,"1028ff",x2,y2)
If x2>0 and y2>0
Goto 打怪
Rem 捡物
KeyPress 120 1
Delay 300
Gosub 补红兰
Gosub 无药回城
EndIf
Goto 挂机
Rem 停止挂机
MoveTo

修正如下:

StopHotkey=35
StopHotkeyMod=8
RunOnce=0
EnableWindow=
Enable=1
[Repeat]
Type=0
Number=1
[CallBack]
OnSetup=
[Comment]
Content=

[Script]
//在1280*1024状态下使用,循环1次,挂机前将视图倾斜一定角度,以人物不移动为最佳
//快捷键:F3-技能 F9-捡物 F2-兰 F1-红 F10-回城 F11-启动 F12-中止
//=========================主程序===============================
Rem 挂机
KeyPress 114 1
Delay 50
Gosub 补红兰
Gosub 无药回城
Rem 找怪
For 5
KeyPress 114 1
Delay 50
Gosub 补红兰
MoveTo 0 400
Delay 300
MoveTo 638 610
Delay 300
LeftClick 1
Delay 5
EndFor
Rem 打怪
KeyPress 114 1
Delay 50
Rem 捡物
KeyPress 120 1
Delay 300
Gosub 补红兰
VBSCall Call FindCenterColor(350,220,674,460,"1028ff",x2,y2)
If x2>0 and y2>0
Goto 打怪
EndIf
Goto 挂机
Rem 停止挂机
MoveTo 638 610
Delay 300