黃易群俠傳M脫機外掛應用程式黃易神行
16445
41

[分享] 我最近用的腳本 (近戰)

dean0117 發表於 2007-1-25 16:11:32 | 只看該作者 回帖獎勵 |倒序瀏覽 |
VBS K=0
VBS x=0
//---------------------宣告各種顏色-------------------------
VBS hp="141460"
//自己空血血條
VBS s1="E4F3F8"
//怪物臉(白)
VBS s2="5697F8"
//怪物臉(橘)
VBS s3="3A38F8"
//怪物臉(紅)
VBS q7="4731B9"
//滿血怪血條
VBS v1="F27B8E"
//Combo鑽石(藍)
VBS v2="A9EDFF"
//Combo鑽石(黃)
VBS v3="8EC97A"
//Combo鑽石(綠)
VBS v4="5382FD"
//Combo鑽石(紅)
VBS v5="39A0D8"
//Combo橘
VBS v6="BBF6FF"
//Combo金
VBS q15="00207C"
//對話框左^
VBS q16="001F7B"
//對話框右^
VBS q17=1
//Combo開關
VBS f1="2C75CB"
//快捷鍵F1底線顏色
VBS f2="266EC6"
//快捷鍵F2底線顏色
VBS g1="7F2632"
//徵兆
VBS g2="9084DC"
//活絡第2排F5
VBS g3="FFFFFF"
//活靈
VBS g4="BFD0FF"
//猛擊
VBS g5="802733"
//預知
VBS g6="826FEF"
//強經
VBS g7="F2FEE8"
//凝神
VBS g8="0E2000"
//舉盾
VBS g9="4455C7"
//聚精
//---------------------------------------程式開始------------------------------------
VBSCall Call FindCenterColor(400,300,400,800,f1,Fx,Fy)
If q17=1
    Rem 找COMBO
    VBSCall Call FindCenterColor(374,200,374,768,q15,CX,CY)
    If CX>=0 and CY>=0
        Delay 10
        VBSCall Call FindCenterColor(11,300,11,CY-3,q16,intCX,intCY)
        If intCX>=0 and intCY>=0
            VBSCall Call SetCursorPos(intCX,intCY)
            Delay 100
        Else
            VBSCall Call SetCursorPos(CX,CY)
            Delay 100
            LeftClick 1
            Delay 1000
            Goto 找COMBO
        EndIf
    Else
        VBSCall Call FindCenterColor(374,200,374,768,q16,CX,CY)
        Delay 10
        VBSCall Call FindCenterColor(11,300,11,CY-3,q16,intCX,intCY)
        If intCX>=0 and intCY>=0
            VBSCall Call SetCursorPos(intCX,intCY)
            Delay 100
        Else
            VBSCall Call SetCursorPos(CX,CY)
            Delay 100
            LeftClick 1
            Delay 1000
            Goto 找COMBO
        EndIf
    EndIf
EndIf
Rem 程式開始
IfColor 495 430 2d98ea 0
    MoveTo 495 430
    LeftClick 1
EndIf
IfColor 495 400 2d98ea 0
    MoveTo 495 400
    LeftClick 1
EndIf
//畫面移動
KeyDown 17 1
KeyDown 34 1
Delay 500
KeyUp 34 1
KeyUp 17 1
//點到非怪物或卡點.自動放棄
If x=4
    KeyPress 27 1
EndIf
If x>=30
    VBS x=0
    LeftClick 1
    KeyPress 27 1
EndIf
//------------------------------------抓點部份--------------------------------------
//常駐技能位子
VBSCall Call GetCursorPos(177,45)
k1=GetPixelColor(177,45)
VBSCall Call GetCursorPos(201,45)
k2=GetPixelColor(201,45)
VBSCall Call GetCursorPos(225,45)
k3=GetPixelColor(225,45)
VBSCall Call GetCursorPos(249,45)
k4=GetPixelColor(249,45)
VBSCall Call GetCursorPos(273,45)
k5=GetPixelColor(273,45)
VBSCall Call GetCursorPos(297,45)
k6=GetPixelColor(297,45)
VBSCall Call GetCursorPos(321,45)
k7=GetPixelColor(321,45)
/-------------------------------------------------------------------------------------------
Gosub 補血
Rem 打怪
KeyDown 18 1
KeyPress 65 1
Delay 200
KeyPress 65 1
KeyUp 18 1
Delay 200
Gosub 補血
//怪臉位子
VBSCall Call GetCursorPos(454,112)
q1=GetPixelColor(454,112)
VBSCall Call GetCursorPos(457,112)
q2=GetPixelColor(457,112)
If q1=s1 or q1=s2 or q1=s3 or q2=s1 or q2=s2 or q2=s3
    Gosub 打怪技能
    Gosub 補血
Else
    VBS x=0
    KeyDown 18 1
    KeyPress 70 1
    Delay 100
    KeyPress 70 1
    KeyUp 18 1
    Delay 200
    //怪臉位子
    VBSCall Call GetCursorPos(454,112)
    q1=GetPixelColor(454,112)
    VBSCall Call GetCursorPos(457,112)
    q2=GetPixelColor(457,112)
    If q1=s1 or q1=s2 or q1=s3 or q2=s1 or q2=s2 or q2=s3
        Gosub 打怪技能
        Gosub 補血
    Else
        Gosub 補血
        Gosub 活靈
        Gosub 活絡
        VBS x=0
        Gosub 休息
        VBSCall Call FindCenterColor(10,190,1000,560,q7,intX,intY)
        If intX>=0 and intY>=0
            VBSCall Call SetCursorPos(intX-55,intY+30)
            Delay 10
            LeftClick 1
            Delay 50
        Else
            VBSCall Call FindCenterColor(180,60,870,560,q7,intX,intY)
            If intX>=0 and intY>=0
                VBSCall Call SetCursorPos(intX-55,intY+15)
                Delay 10
                LeftClick 1
                Delay 50
            EndIf
        EndIf
    EndIf
EndIf
Rem 程式結尾
Goto 程式開始
Sub 補血
    Gosub 徵兆
    Gosub f7
    Gosub f8
    Gosub 升級
    Gosub 死
    Rem 補1
    IfColor 110 58 (hp) 0
        KeyDown 17 1
        KeyPress 115 1
        Delay 100
        KeyUp 17 1
        Delay 100
        KeyDown 18 1
        Delay 100
        KeyPress 49 1
        Delay 100
        KeyUp 18 1
        Delay 100
        Goto 補1
    EndIf
Return 補血
Sub 打怪技能
    VBS x=x+1
    Gosub combo
    Gosub F1
    Gosub F4
    Gosub F3
Return 打怪技能
Sub F1
    If x<4
        IfColor 390 Fy (f1) 0
            KeyPress 112 1
            Delay 500
        EndIf
    EndIf
Return F1
Sub F4
    IfColor 570 136 141460 0
        IfColor 90 70 141460 1
            IfColor 490 Fy (f2) 0
                KeyPress 115 1
                Delay 500
            EndIf
        EndIf
    EndIf
Return F4
Sub F3
    IfColor 570 136 141460 0
        IfColor 90 70 141460 1
            IfColor 460 Fy (f1) 0
                KeyPress 114 1
                Delay 500
            EndIf
        EndIf
    EndIf
Return F3
Gosub 偷
Sub 偷
    IfColor 509 136 141460 0
        IfColor 429 Fy (f2) 0
            KeyPress 113 1
        Else
        EndIf
    Else
    EndIf
Return 偷
Sub 休息
    IfColor 75 70 (hp) 0
        Delay 500
        IfColor 75 70 (hp) 0
            Rem 休
            Gosub 補血
            KeyDown 17 1
            KeyPress 119 1
            KeyUp 17 1
            Delay 5000
            KeyDown 18 1
            KeyPress 70 1
            KeyUp 18 1
            Delay 1000
            //怪臉位子
            VBSCall Call GetCursorPos(454,112)
            q1=GetPixelColor(454,112)
            VBSCall Call GetCursorPos(457,112)
            q2=GetPixelColor(457,112)
            If q1=s1 or q1=s2 or q1=s3 or q2=s1 or q2=s2 or q2=s3
                Goto 程式開始
            EndIf
            IfColor 110 70 (hp) 1
                Goto 程式開始
            EndIf
            Goto 休
        EndIf
    EndIf
Return 休息
Sub 活絡
    If k1<>g2 and k2<>g2 and k3<>g2 and k4<>g2 and k5<>g2 and k6<>g2 and k7<>g2
        KeyPress 116 1
        Delay 200
        KeyDown 18 1
        Delay 100
        KeyPress 49 1
        Delay 100
        KeyUp 18 1
        Delay 3000
    EndIf
Return 活絡
Sub 活靈
    If k1<>g3 and k2<>g3 and k3<>g3 and k4<>g3 and k5<>g3 and k6<>g3 and k7<>g3
        IfColor 552 Fy (f2) 0
            KeyPress 117 1
            Delay 5000
        EndIf
    EndIf
Return 活靈

評分

!number_of_participants! 1論壇幣 +2 嘉獎 +1 收起 理由
jack20293 + 2 + 1 原創內容

查看全部評分

收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


dean0117 當前離線
UID
59284
熱心
16 值
嘉獎
1 次
違規
0 次
在線時間
32 小時
經驗
30 點
積分
144
精華
0
最後登錄
2010-12-31
閱讀權限
20
註冊時間
2006-10-12
論壇幣
57 幣
聯合幣
0 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 2Rank: 2
dean0117 2007-1-25 16:12:17
Sub 徵兆
    k1=GetPixelColor(177,45)
    k2=GetPixelColor(201,45)
    k3=GetPixelColor(225,45)
    k4=GetPixelColor(249,45)
    k5=GetPixelColor(273,45)
    k6=GetPixelColor(297,45)
    k7=GetPixelColor(321,45)
    If k1<>g1 and k2<>g1 and k3<>g1 and k4<>g1 and k5<>g1 and k6<>g1 and k7<>g1 and k1<>g5 and k2<>g5 and k3<>g5 and k4<>g5 and k5<>g5 and k6<>g5 and k7<>g5
        Delay 100
        IfColor 680 Fy (f2) 0
            KeyPress 121 1
            Delay 4000
        EndIf
        k1=GetPixelColor(177,45)
        k2=GetPixelColor(201,45)
        k3=GetPixelColor(225,45)
        k4=GetPixelColor(249,45)
        k5=GetPixelColor(273,45)
        k6=GetPixelColor(297,45)
        k7=GetPixelColor(321,45)
        If k1<>g1 and k2<>g1 and k3<>g1 and k4<>g1 and k5<>g1 and k6<>g1 and k7<>g1 and k1<>g5 and k2<>g5 and k3<>g5 and k4<>g5 and k5<>g5 and k6<>g5 and k7<>g5
            VBS K=K+1
            If K>75
                IfColor 648 Fy (f1) 0
                    VBS K=0
                    KeyPress 120 1
                    Delay 3000
                EndIf
            EndIf
        EndIf
    EndIf
Return 徵兆
Sub 舉盾
    If k1<>g8 and k2<>g8 and k3<>g8 and k4<>g8 and k5<>g8 and k6<>g8 and k7<>g8
        IfColor 583 Fy (f1) 0
            KeyPress 118 1
            Delay 500
        EndIf
    EndIf
Return 舉盾
Sub f7
    IfColor 95 70 (hp) 0
        IfColor 585 Fy (f1) 0
            KeyPress 118 1
            Delay 500
        EndIf
    EndIf
Return f7
Sub f8
    IfColor 626 Fy (f2) 0
        KeyPress 119 1
        Delay 1000
    EndIf
Return f8
Sub combo
    IfColor 45 intCY-11 (v5) 0
        IfColor 139 intCY-15 (v1) 0
            IfColor 169 intCY-15 (v2) 0
                IfColor 199 intCY-15 (v3) 0
                    IfColor 30 intCY-14 (v4) 0
                        KeyDown 17 1
                        KeyPress 87 1
                        KeyUp 17 1
                    Else
                    EndIf
                Else
                    IfColor 30 intCY-14 (v3) 0
                        KeyDown 17 1
                        KeyPress 87 1
                        KeyUp 17 1
                    Else
                    EndIf
                EndIf
            Else
                IfColor 30 intCY-14 (v2) 0
                    KeyDown 17 1
                    KeyPress 87 1
                    KeyUp 17 1
                Else
                EndIf
            EndIf
        Else
            IfColor 30 intCY-14 (v1) 0
                KeyDown 17 1
                KeyPress 87 1
                KeyUp 17 1
            Else
            EndIf
        EndIf
    Else
        IfColor 45 intCY-11 (v6) 0
            KeyDown 17 1
            KeyPress 87 1
            KeyUp 17 1
        Else
        EndIf
    EndIf
Return combo
Sub 死
    IfColor 155 83 ffffff 1
        MoveTo 155 61
        LeftClick 1
    Else
    EndIf
    IfColor 58 58 141460 0
        WaitKey
    EndScript
EndIf
Return 死
Sub 升級
    IfColor 151 40 f6f6f8 0
        MoveTo 151 40
        LeftClick 1
    Else
    EndIf
    IfColor 151 40 ccccd6 0
        MoveTo 151 40
        LeftClick 1
    Else
    EndIf
    IfColor 151 40 f5f6f7 0
        MoveTo 151 40
        LeftClick 1
    Else
    EndIf
    Gosub 敏
Return 升級
Sub 耐
    IfColor 137 378 317dff 0
        MoveTo 137 382
        LeftClick 1
    Else
    EndIf
Return 耐
Sub 敏
    IfColor 134 353 317dff 0
        MoveTo 136 346
        LeftClick 1
    Else
        IfColor 136 346 317dff 0
            MoveTo 136 346
            LeftClick 1
        Else
        EndIf
    EndIf
Return 敏
回覆

使用道具 舉報

↙打馬吊∞ 該用戶已被刪除
↙打馬吊∞ 2007-1-25 20:12:01
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

Ken2006 該用戶已被刪除
Ken2006 2007-1-26 08:15:20
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

WOody仔 該用戶已被刪除
5
WOody仔 2007-1-26 17:23:57
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

ivan020210 當前離線
UID
7519
熱心
43 值
嘉獎
0 次
違規
0 次
在線時間
81 小時
經驗
56 點
積分
56
精華
0
最後登錄
2011-3-5
閱讀權限
20
註冊時間
2006-7-18
論壇幣
8 幣
聯合幣
0 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 2Rank: 2
6
ivan020210 2007-3-11 00:38:41
不錯~~幫我升了兩級
回覆

使用道具 舉報

dsenri75728 當前離線
UID
183014
熱心
8 值
嘉獎
0 次
違規
0 次
在線時間
46 小時
經驗
10 點
積分
128
精華
0
最後登錄
2018-8-1
閱讀權限
20
註冊時間
2007-2-5
論壇幣
56 幣
聯合幣
6 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 2Rank: 2
7
dsenri75728 2007-4-12 02:24:26
會將游標一直往左上移過去
眉作用
回覆

使用道具 舉報

on169 該用戶已被刪除
8
on169 2008-1-19 08:36:52
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

jack20293 當前離線
UID
468902
熱心
74 值
嘉獎
0 次
違規
0 次
在線時間
160 小時
經驗
106 點
積分
340
精華
0
最後登錄
2016-1-1
閱讀權限
25
註冊時間
2007-7-30
論壇幣
281 幣
聯合幣
17 枚
幸運鑽
0 顆
招待卷
0 點
Yahoo!查看個人網站 查看詳細資料
Rank: 3
9
jack20293 2008-1-20 11:00:34
這個是按鍵精靈的程式腳本..
上網抓按鍵精靈之後直接套入即可
女性朋友線上拍賣購物最便宜365拍賣網(絕無瑕疵)
365拍賣網
回覆

使用道具 舉報

c5000000 當前離線
UID
422003
熱心
13 值
嘉獎
0 次
違規
0 次
在線時間
9 小時
經驗
13 點
積分
13
精華
0
最後登錄
2010-7-26
閱讀權限
10
註冊時間
2007-6-30
論壇幣
14 幣
聯合幣
0 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 1
10
c5000000 2008-2-1 19:50:15
不會用按鍵精靈可以貼一下教學嗎?yociexp85.gif
回覆

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

12345下一頁

手機版 | Archiver | 外掛聯合國

GMT+8, 2024-4-20 20:52 , Processed in 0.064698 second(s), 21 queries , Memcache On.

版權說明:
  本站不會製作、經銷、代理外掛程式。僅免費提供外掛程式下載前之掃毒及掃木馬等安全檢測驗證,協助會員遠離盜號危險程式。本站所有資料均來自網際網路收集整理,說明文字暨下載連結轉載自原程 式開發站。站上出現之公司名稱、遊戲名稱、程式等,商標及著作權,均歸各公司及程式原創所有,本站程式所有權歸外掛聯合國所有。本程式所有權歸外掛聯合國所有.......

回頂部
第二步?
第三步?