国际版抓点抓色无法使用,我用抓图来实现自动加血加蓝。记住脚本也能被封号
用的是VBS语句判断图形,机器不好可能慢。
附件直接解压到C:\Program Files\按键精灵\script下,即可
[General]
Description=浪人挂机
BeginHotkey=109
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=107
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=1
AutoRun=0
[Repeat]
Type=1
Number=1943232333
[CallBack]
OnSetup=
[Comment]
Content=【功能说明】.
浪人挂机,自动加血加蓝加狼血,1攻击4红5蓝8狼血.
.
【使用说明】.
狼血常常震两次,所以要多带点.开始后先狼血后攻击
.
【作者介绍】.
第一次做,请大家指教.
.
【制作日期】.
07.9.22
[Script]
VBSCall FindPic(861,0,1024,200,"11.bmp",0.9,x,y)
If x>=0 and y>=0
Gosub 打
Else
Delay 1000
KeyPressH 56,1
EndIf
Sub 打
KeyPressH 90,1
Gosub 蓝
Gosub 红
KeyPressH 49,1
Return 打
Sub 蓝
VBSCall FindPic(8,48,237,68,"22.bmp",0.9,x,y)
If x>=0 and y>=0
Delay 1
Else
KeyPressH 53,1
EndIf
Return 蓝
Sub 红
VBSCall FindPic(7,29,239,49,"33.bmp",0.9,x,y)
If x>=0 and y>=0
Delay 1
Else
KeyPressH 52,1
EndIf
Return 红 |