哪位大大能交我怎麼使用按鍵精靈
我使用的腳本是 槍手的 幫我看看對不對
每次我ㄧ開始 他就站在原地 不會動 也沒有任何動作出來
<html>
<head>
<meta http-equiv="Content-Type" c>
<title>槍手腳本</title>
</head>
<body>
<p>VBS dim x,x2,y,y2,f8,x3,x4,x5,x6<br>
x=200<br>
y=64<br>
x2=134<br>
y2=79<br>
x3=490<br>
x4=x3+166<br>
x5=x3+140<br>
VBSCall hp=GetPixelColor(x,y)<br>
Rem 開始<br>
Gosub HP<br>
Gosub 找怪<br>
Gosub 打怪<br>
Gosub 被攻擊<br>
Goto 開始<br>
Sub 找怪<br>
IfColor x3,52,b86d1d,1<br>
Rem f8<br>
KeyPress 119,1<br>
Delay 1000<br>
f8=f8+1<br>
If f8=1<br>
Gosub 轉視角<br>
EndIf <br>
Else <br>
Gosub 被攻擊<br>
EndIf <br>
EndIf <br>
Return 找怪<br>
Sub 打怪<br>
IfColor x3,52,b86d1d,1<br>
//找到怪物<br>
IfColor x4,52,0,1<br>
//而且沒人打<br>
For 4<br>
KeyPress 50,2<br>
Delay 1000<br>
KeyPress 52,2<br>
Delay 1<br>
EndFor <br>
IfColor x5,52,2929d4,0<br>
Goto f8<br>
EndIf <br>
f8=0<br>
EndIf <br>
EndIf <br>
Return 打怪<br>
Sub 被攻擊<br>
IfColor x3,52,b86d1d,0<br>
For 2<br>
KeyPress 52,1<br>
Delay 1<br>
KeyPress 56,2<br>
Delay 1<br>
EndFor <br>
IfColor x5,52,2929d4,0<br>
Goto f8<br>
EndIf <br>
Gosub 被攻擊<br>
EndIf <br>
Return 被攻擊<br>
Sub HP<br>
For 3<br>
IfColor x,y,hp,1<br>
KeyPress 51,1<br>
Delay 20000<br>
Else <br>
Gosub 被攻擊<br>
EndIf <br>
EndFor <br>
Gosub 打怪<br>
Return HP<br>
Sub 轉視角<br>
MoveTo 518,439<br>
RightDown 1<br>
Delay 500<br>
MoveR 250,0<br>
Delay 500<br>
RightUp 1<br>
f8=0<br>
Return 轉視角</p>
</body>
</html>
我在外掛聯合國複製下來的
幫我看看對不對 位捨嚜不能使用
yociexp196.gif yociexp196.gif yociexp196.gif |