- UID
- 19632
- 帖子
- 2073
- 主題
- 352
- 精華
- 0
- 積分
- 600
- 楓幣
- 59
- 威望
- 123
- 存款
- 0
- 贊助金額
- 1500
- 推廣
- 5
- GP
- 11
- 閱讀權限
- 180
- 性別
- 男
- 在線時間
- 2035 小時
- 註冊時間
- 2013-1-6
- 最後登入
- 2024-9-22
|
- //TwMs 193.1_ICS_限定全圖+物品落腳下
- //更新時間:2016-10-19
- //更新: 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],009A98EE
- Je FullMapAttByPass
- Cmp [Esp+C],009A96D6
- 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 009A82C4
- 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 0095CB3B
- test eax,eax
- jmp 009A993E
- FullMapAttackHook:
- mov ecx,[ebx+000001B0]
- mov [ebp-04],00000010
- cmp ecx,esi
- je 009A82C4
- 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 009A971B
- FullMapAttackCall:
- push esi
- push edi
- mov edi,[esp+0C]
- pushad
- mov ecx,[01CE8368]
- add ecx,04
- push edi
- call 0061EDDC
- popad
- jmp 004C8E44
- 016AB2E0:
- DD FullMapAtt_ICS
- [Disable]
- 016AB2E0:
- DD Variantinit
- DeAlloc(FullMapAtt_ICS)
- UnRegisterSymbol(FullMapSW)
複製代碼 喜歡幫我加個GP吧 XD
|
|