- UID
- 19632
- 帖子
- 2073
- 主題
- 352
- 精華
- 0
- 積分
- 600
- 楓幣
- 59
- 威望
- 123
- 存款
- 0
- 贊助金額
- 1500
- 推廣
- 5
- GP
- 11
- 閱讀權限
- 180
- 性別
- 男
- 在線時間
- 2035 小時
- 註冊時間
- 2013-1-6
- 最後登入
- 2024-9-22
|
- //TwMs 194.1_ICS_限定全圖+物品落腳下
- //更新時間:2016-11-29
- //更新: Boyue
- //原創:未知 有知道的麻煩私信 將改正
- [Enable]
- RegisterSymbol(FullMapSW)
- Alloc(FullMapAtt_ICS,512)
- Alloc(FullMapSW,04)
- Label(FullMapAttByPass)
- Label(FullMapAttack)
- Label(FullMapAttackHook)
- Label(FullMapAttackCall)
- Label(FullMapAttByPassHook)
- FullMapSW:
- DD 01
- FullMapAtt_ICS:
- Cmp [FullMapSW],01
- Jne Variantinit
- nop
- Cmp [Esp+C],009A1441
- Je FullMapAttByPass
- Cmp [Esp+C],009A1229
- Je FullMapAttack
- Jmp Variantinit
- FullMapAttByPass:
- Mov [Esp+C],FullMapAttByPassHook
- Jmp Variantinit
- FullMapAttack:
- Mov [Esp+C],FullMapAttackHook
- Jmp Variantinit
- FullMapAttByPassHook:
- mov ecx,[ebx+000001B0]
- mov [ebp-04],00000011
- cmp ecx,esi
- je 0099FE17
- lea eax,[ebp-68]
- push eax
- push esi
- push esi
- push esi
- push esi
- push esi
- push esi
- lea eax,[ebp-54]
- push eax
- lea eax,[ebp-58]
- push eax
- call 004C77D7
- or dword ptr [ebp-04],-01
- lea eax,[ebp-68]
- push eax
- call 00476DCC
- pop ecx
- lea eax,[ebp-58]
- push eax
- lea ecx,[ebx+000009EC]
- call 0095468C
- test eax,eax
- jmp 009A1491
- FullMapAttackHook:
- mov ecx,[ebx+000001B0]
- mov [ebp-04],00000010
- cmp ecx,esi
- je 0099FE17
- lea eax,[ebp-68]
- push eax
- push esi
- push esi
- push esi
- push esi
- push esi
- push esi
- lea eax,[ebp-54]
- push eax
- lea eax,[ebp-58]
- push eax
- call 004C77D7
- or dword ptr [ebp-04],-01
- lea eax,[ebp-68]
- push eax
- call 00476DCC
- pop ecx
- lea eax,[ebp-58]
- push eax
- mov ecx,edi
- call FullMapAttackCall
- jmp 009A126E
- FullMapAttackCall:
- push esi
- push edi
- mov edi,[esp+0C]
- pushad
- mov ecx,[01CD6CC8]
- add ecx,04
- push edi
- call 00616D80
- popad
- jmp 004C8E52
- 016A22EC:
- DD FullMapAtt_ICS
- [Disable]
- 016A22EC:
- DD Variantinit
- DeAlloc(FullMapAtt_ICS)
- UnRegisterSymbol(FullMapSW)
複製代碼 |
-
總評分: GP + 1
查看全部評分
|