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

[原創] 補師~組隊專用~~~

h0938186539 發表於 2009-12-17 20:33:02 | 只看該作者 回帖獎勵 |倒序瀏覽 |
10論壇幣
function main

SetInputMode(4)

while true
  
  
  
  Hpkey="F1"   //補血鍵
  
  percent=60   //每個人血量低於90%時補血
  
  HpTime=3000  //補血技能延遲時間(3000=3秒)
  
  MpKey="F2"   //補魔鍵(預設50%自動補)
  
  
  
  //========只需設定以上參數====================
  
  
  KSP_ReadMemory(&H00A46AD8,2,hp01)
  KSP_ReadMemory(&H00A46AF4,2,hp02)
  KSP_ReadMemory(&H00A3E8C8,2,hp11)
  KSP_ReadMemory(&H00A3E8D0,2,hp12)
  KSP_ReadMemory(&H00A3E9A8,2,hp21)
  KSP_ReadMemory(&H00A3E9B0,2,hp22)
  KSP_ReadMemory(&H00A3EA88,2,hp31)
  KSP_ReadMemory(&H00A3EA90,2,hp32)
  KSP_ReadMemory(&H00A3EB68,2,hp41)
  KSP_ReadMemory(&H00A3EB70,2,hp42)
  KSP_ReadMemory(&H00A3EC48,2,hp51)
  KSP_ReadMemory(&H00A3EC50,2,hp52)
  
  
  
  KSP_ReadMemory(&H00A46ADC,2,mp)
  KSP_ReadMemory(&H00A46AF8,2,mp1)
  
  
  
  mp2=int(mp/mp1*100)
  
  if mp2<50 then  //hp低於50%,按補mp鍵
   
   KeyPress(MpKey)
   
  end if
  
  
  
  hp03=int(hp01/hp02*100)
  
  hp13=int(hp11/hp12*100)
  
  hp23=int(hp21/hp22*100)
  
  hp33=int(hp31/hp32*100)
  
  hp43=int(hp41/hp42*100)
  
  hp53=int(hp51/hp52*100)
  
  
  
  if hp03<percent then
   
   MouseLeftClick(50,50)
   
   KeyPress(Hpkey)
   
   wait(HpTime)
   
  end if
  
  print("自已HP:" & hp03 & "%")
  
  if hp12<999999 then
   
   if hp13<percent then
   
    MouseLeftClick(26,160)
   
    KeyPress(Hpkey)
   
    wait(HpTime)
   
   end if
   
   print("第1位隊友HP:" & hp13 & "%")        
   
  end if
  
  
  
  if hp22<999999 then
   
   if  hp23<percent then
   
    MouseLeftClick(26,200)
   
    KeyPress(Hpkey)
   
    wait(HpTime)
   
   end if           
   
   print("第2位隊友HP:" & hp23 & "%")        
   
  end if
  
  
  
  if hp32<999999 then
   
   if hp33<percent then
   
    MouseLeftClick(26,240)
   
    KeyPress(Hpkey)
   
    wait(HpTime)
   
   end if
   
   print("第3位隊友HP:" & hp33 & "%")
   
  end if
  
  
  
  if hp42<999999 then
   
   if hp43<percent then
   
    MouseLeftClick(26,280)
   
    KeyPress(Hpkey)
   
    wait(HpTime)
   
   end if        
   
   print("第4位隊友HP:" & hp43 & "%")        
   
  end if
  
  
  
  if hp52<999999 then
   
   if hp53<percent then
   
    MouseLeftClick(26,320)
   
    KeyPress(Hpkey)
   
    wait(HpTime)
   
   end if
   
   print("第5位隊友HP:" & hp53 & "%")               
   
  end if
  
  
  
  print("-----------------------------")
  
  wait(1000)
  
wend

end function

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

使用道具 舉報


kevin95 當前離線
UID
1370341
熱心
36 值
嘉獎
0 次
違規
0 次
在線時間
6 小時
經驗
36 點
積分
97
精華
0
最後登錄
2018-8-6
閱讀權限
20
註冊時間
2009-12-13
論壇幣
13 幣
聯合幣
6 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 2Rank: 2
kevin95 2009-12-19 15:23:00
因為不太會全部寫再S腳本一起掛
所以都分開掛好幾個快捷鍵...
正好缺補血的
謝謝大大的提供了
回覆

使用道具 舉報

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


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-4-28 14:03 , Processed in 0.037502 second(s), 16 queries , Memcache On.

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

回頂部
第二步?
第三步?