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

[發問] 大大幫幫我拉

黃大豆 發表於 2009-10-28 02:14:36 | 只看該作者 回帖獎勵 |倒序瀏覽 |
#[HOTKEY][EXT]F10
function main
SetInputMode(3) //驅動模式,很多遊戲會阻擋SP的部份功能,可以套用此函數
while true    //循環開始
  State() //子函數狀態
wend        //返回while開始循環
end function
function State//休息攻擊+喝水
//取窗口原點坐標
  GetActiveWindowXY(WinX0, WinY0)
print("休息")
if not CheckColor(WinX0+347, WinY0+909, Color(218, 41, 79), 10) then//人物血量剩餘多少以下休息
  Wait(100)
  KeyPress("F")
  Wait(300)
  KeyDown("x")
  Wait(5000)
  KeyUp("x")
  do  //循環
   Wait(500)
  loop until CheckColor(WinX0+363, WinY0+910, Color(180, 33, 66), 10)//直到血量到達
end if
GetActiveWindowXY(WinX0, WinY0)
if not CheckColor(WinX0+720, WinY0+31, Color(103, 19, 35), 10) then//怪物血量沒滿
  do  
   KeyDown("Tab")
   Wait(100)
   KeyUp("Tab")
   Wait(500)
  loop until CheckColor(WinX0+720, WinY0+31, Color(103, 19, 35), 10)//怪物滿血的位置
end if
GetActiveWindowXY(WinX0, WinY0)
  if not  CheckColor(WinX0+561, WinY0+10, Color(201, 196, 111), 10) then//指定目標的種類
  do  
   Print("Npc")
   KeyDown("Tab")
   Wait(100)
   KeyUp("Tab")
   Wait(500)
  loop until CheckColor(WinX0+720, WinY0+31, Color(103, 19, 35), 10)//怪物滿血的位置
else //找到的話…
  do//執行攻擊
  Print("攻擊")
  for ForCount = 1 to 1
   KeyDown("1")
   Wait(8000)
   KeyUp("1")
   KeyDown("2")
   Wait(3000)
   KeyUp("2")
   Wait(1000)
  
  GetActiveWindowXY(WinX0, WinY0)
  if not CheckColor(WinX0+301, WinY0+911, Color(219, 42, 83), 10) then
   Print("補血")
   KeyPress("4")
   wait(300)
  end if
  GetActiveWindowXY(WinX0, WinY0)
  if CheckColor(WinX0+738, WinY0+138, Color(250, 210, 0), 10) then
   Print("無法攻擊")
   KeyDown("2")
   Wait(3000)
   KeyUp("2")
   Wait(3000)
   KeyDown("Tab")
   Wait(100)
   KeyUp("Tab")
   Wait(1000)
  end if
next
loop while CheckColor(WinX0+579, WinY0+29, Color(108, 49, 54), 10)//怪物血量到達0如果還有血會跳回去
Print("死亡")
KeyDown("2")
Wait(1000)
KeyUp("2")
Wait(100)
KeyPress("ESC")
Wait(500)
KeyPress("F")
Wait(1000)
end if
GetActiveWindowXY(WinX0, WinY0)
if not CheckColor(WinX0+148, WinY0+13, Color(162, 55, 31), 10) then
Print("輔助")
KeyDown("F1")
Wait(1000)
KeyUp("F1")
KeyDown("5")
Wait(1500)
KeyUp("5")
end if
end function
  這是從聯合國抓來的    可以幫我看一下  所有按鍵位子嗎?
    例如→ 攻擊鍵    按鍵123
收藏收藏 分享分享 讚 幹 分享分享 FB分享
回覆

使用道具 舉報


b911955 當前離線
UID
413127
熱心
44 值
嘉獎
0 次
違規
0 次
在線時間
12 小時
經驗
44 點
積分
44
精華
0
最後登錄
2009-11-3
閱讀權限
20
註冊時間
2007-6-23
論壇幣
92 幣
聯合幣
0 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 2Rank: 2
b911955 2009-11-2 17:39:57
好好看一下吧

很容易看出來的

加油
回覆

使用道具 舉報

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


手機版 | Archiver | 外掛聯合國

GMT+8, 2025-1-22 21:58 , Processed in 0.028035 second(s), 16 queries , Memcache On.

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

回頂部
第二步?
第三步?