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

[分享] ☆0.68台灣楓之谷★代碼、數據集中區☆

☆Smile〞薰 當前離線
UID
295573
熱心
439 值
嘉獎
1 次
違規
0 次
在線時間
1070 小時
經驗
557 點
積分
10687
精華
0
最後登錄
2009-11-26
閱讀權限
60
註冊時間
2007-3-19
論壇幣
8463 幣
聯合幣
33 枚
幸運鑽
0 顆
招待卷
7000 點
Yahoo! 查看詳細資料
Rank: 7Rank: 7Rank: 7
21
☆Smile〞薰 2008-2-29 21:04:33

超強代碼-----空中爬繩

※感謝~滄海~提供※

奉勸大家,別爬太高,要低調唷!
(此代碼億斷線低機率被鎖!)
//空中爬樓梯
// Address:007AFA90   55 8B EC 51 8B 55 08 8B 45 10
// EIP:rope
[ENABLE]
alloc(BYORope,32)
alloc(crope,32)
alloc(rope,64)
Registersymbol(rope)
rope:
jmp BYORope

BYORope:
mov [crope+c],eax
mov eax,crope
push [ecx+10]
pop [eax+10]
push [ecx+18]
pop [eax+14]
ret 10
jmp 007AFA97   //8B 45 10 3B D0 89 4D FC 7D 08
crope:
dd 1 0 1 0 0 0 1
[DISABLE]
Unregistersymbol(rope)
dealloc(BYORope)
dealloc(rope)
dealloc(crope)
       
回覆

使用道具 舉報

SWEI0939 當前離線
UID
207595
熱心
13 值
嘉獎
0 次
違規
0 次
在線時間
278 小時
經驗
11 點
積分
11
精華
0
最後登錄
2013-5-15
閱讀權限
10
註冊時間
2007-2-13
論壇幣
88 幣
聯合幣
0 枚
幸運鑽
0 顆
招待卷
0 點
查看詳細資料
Rank: 1
22
SWEI0939 2008-2-29 21:36:24


  1. //原作者;maxjojo
  2. //修改者;SWEI0939
  3. //Address:007539BC
  4. //maxRush v1.3
  5. //EIP:maxRush
  6. //定點順移
  7. [ENABLE]
  8. registersymbol(maxRush)
  9. registersymbol(maxRushCounter)
  10. registersymbol(maxRushOnOff)
  11. registersymbol(EDIValue)
  12. registersymbol(isLoopMaxRush)
  13. alloc(maxRush, 512)
  14. alloc(maxRushCounter,4)
  15. alloc(maxRushOnOff,4)
  16. alloc(EDIValue,4)
  17. alloc(PlatformIDList,1024)
  18. alloc(isLoopMaxRush,4)
  19. label(doRushNormal)
  20. label(getEDIValue)
  21. label(doRushTele)
  22. label(doRushTeleStart)
  23. label(doRushTeleEnd)
  24. label(doRushTeleReturn)
  25. label(doRushResetCounterEnd)

  26. maxRushCounter:
  27.     dd 0
  28. maxRushOnOff:
  29.     dd 0
  30.     // {1: On, (char teleport, 定點瞬移) |
  31.     //  0: Off (platform id detect,平台ID檢測) }
  32. EDIValue:
  33.     dd 0                    // platform id (平台ID)
  34. isLoopMaxRush:
  35.     dd 1                    // {1: loop (循環) | 0: just one time(只需跑1次)}
  36. maxRush:                    // 0075344B
  37.     Push Eax
  38.     Mov Eax,[008A5820]      // char pointer
  39.     Add Eax, 590
  40.     Mov Eax, [Eax]
  41.     Sub Eax, C              // char pid
  42.     Cmp Esi,Eax
  43.     Pop Eax
  44.     Je doRushNormal
  45.     jmp 007539c4
  46. doRushNormal:
  47.     call doRushTele
  48.     JA 007539c4
  49.     jmp 007539be
  50. doRushTele:
  51.     pushfd
  52.     Cmp [maxRushOnOff],0
  53.     je getEDIValue
  54.     call doRushTeleStart

  55. doRushTeleReturn:
  56.     popfd
  57.     ret

  58. // platform id detect.
  59. getEDIValue:
  60.     push eax
  61.     mov eax,[esi+114]
  62.     mov [EDIValue],eax
  63.     pop eax
  64.     add [maxRushCounter],1
  65.     jmp doRushTeleReturn
  66. // start charactor teleport
  67. doRushTeleStart:
  68.     push ebx
  69.     push eax
  70.     mov ebx,[maxRushCounter]
  71.     add [maxRushCounter],1
  72.     mov eax,[PlatformIDList+ebx*4]
  73.     cmp eax, 0                  // is end of platform id list (比對結束了嗎)?
  74.     je doRushTeleEnd            // end of rush teleport.
  75.     mov [esi+110],eax
  76.     jmp doRushResetCounterEnd
  77. doRushTeleEnd:
  78.     cmp [isLoopMaxRush],0
  79.     je doRushResetCounterEnd
  80.     mov [maxRushCounter],0      // reset counter (歸零重來)
  81.     pop eax
  82.     pop ebx
  83.     jmp doRushTeleStart
  84. doRushResetCounterEnd:
  85.     pop eax
  86.     pop ebx
  87.     ret

  88. PlatformIDList:
  89.     dd 0            // spot #1 (平台1號)
  90.     dd 0            // spot #2 (平台2號)
  91.     dd 0            // spot #3 (平台3號)
  92.     dd 0            // spot #4 (平台4號)
  93.     dd 0            // spot #5 (平台5號)
  94.     dd 0            // spot #End (最後一筆要填入0)

  95. [DISABLE]
  96. dealloc(maxRush)
  97. dealloc(maxRushCounter)
  98. dealloc(maxRushOnOff)
  99. dealloc(EDIValue)
  100. dealloc(PlatformIDList)
  101. dealloc(isLoopMaxRush)
  102. unregistersymbol(maxRush)
  103. unregistersymbol(maxRushCounter)
  104. unregistersymbol(maxRushOnOff)
  105. unregistersymbol(EDIValue)
  106. unregistersymbol(isLoopMaxRush)


複製代碼

[ 本帖最後由 SWEI0939 於 2008-3-3 22:03 編輯 ]

評分

!number_of_participants! 1論壇幣 +4 收起 理由
☆Smile〞薰 + 4 感謝提供

查看全部評分

http://f5.●外掛聯合國●.yimg.com/swei0939/1/thumbs/t1205153697.jpg
回覆

使用道具 舉報

×搞〃笑× 該用戶已被刪除
23
×搞〃笑× 2008-2-29 23:50:04
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

×搞〃笑× 該用戶已被刪除
24
×搞〃笑× 2008-2-29 23:50:54
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

1426 當前離線
UID
181574
熱心
34 值
嘉獎
0 次
違規
0 次
在線時間
70 小時
經驗
34 點
積分
34
精華
0
最後登錄
2008-7-31
閱讀權限
20
註冊時間
2007-2-4
論壇幣
236 幣
聯合幣
0 枚
幸運鑽
0 顆
招待卷
0 點
Yahoo!阿里旺旺查看個人網站 查看詳細資料
Rank: 2Rank: 2
25
1426 2008-3-1 00:07:18

動態數據

龍之魂強化

[enable]
8AA690:
db 47 33 79 AE 0A FB 76 C5 24 A1 1D 16
[disable]
8AA690:
db C0 BE 80 54 F6 05 A4 02 6C 70 15 72

測試OK
yociexp113.gif

評分

!number_of_participants! 1論壇幣 +4 收起 理由
☆Smile〞薰 + 4 感謝提供

查看全部評分

回覆

使用道具 舉報

123451876 該用戶已被刪除
26
123451876 2008-3-1 06:43:25
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

123451876 該用戶已被刪除
27
123451876 2008-3-1 06:44:08
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

123451876 該用戶已被刪除
28
123451876 2008-3-1 06:47:25
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

小猦仔 該用戶已被刪除
29
小猦仔 2008-3-1 07:04:14
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

煥′ 該用戶已被刪除
30
煥′ 2008-3-1 07:10:10
提示: 作者被禁止或刪除 內容自動屏蔽
回覆

使用道具 舉報

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


手機版 | Archiver | 外掛聯合國

GMT+8, 2024-5-12 00:17 , Processed in 0.057919 second(s), 28 queries , Memcache On.

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

回頂部
第二步?
第三步?