- UID
- 19632
- 帖子
- 2073
- 主題
- 352
- 精華
- 0
- 積分
- 600
- 楓幣
- 59
- 威望
- 123
- 存款
- 0
- 贊助金額
- 1500
- 推廣
- 5
- GP
- 11
- 閱讀權限
- 180
- 性別
- 男
- 在線時間
- 2035 小時
- 註冊時間
- 2013-1-6
- 最後登入
- 2024-9-22
|
- //TwMs v196.2_ICS_限定全圖+物品落腳下
- [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
- Cmp [Esp+C], 009F8ACB //8b 8b ?? ?? ?? ?? c7 45 ?? ?? ?? ?? ?? 3b ce 0f 84 ?? ?? ?? ?? 8d 85,2
- Je FullMapAttByPass
- Cmp [Esp+C], 009F88AA //8b 8b ?? ?? ?? ?? c7 45 ?? ?? ?? ?? ?? 3b ce 0f 84 ?? ?? ?? ?? 8d 85
- Je FullMapAttack
- Jmp Variantinit
- FullMapAttByPass:
- Mov [Esp+C],FullMapAttByPassHook
- Jmp Variantinit
- FullMapAttack:
- Mov [Esp+C],FullMapAttackHook
- Jmp Variantinit
- FullMapAttByPassHook:
- //add1
- mov ecx,[ebx+00000214]
- mov [ebp-04],00000014
- cmp ecx,esi
- je 009F73AD
- lea eax,[ebp-00000094]
- push eax
- push esi
- push esi
- push esi
- push esi
- push esi
- push esi
- lea eax,[ebp-78]
- push eax
- lea eax,[ebp-7C]
- push eax
- call 004D386B
- or dword ptr [ebp-04],-01
- lea eax,[ebp-00000094]
- push eax
- call 0047B7C4
- pop ecx
- lea eax,[ebp-7C]
- push eax
- lea ecx,[ebx+00000A58]
- call 009AA4FB
- test eax,eax
- jmp 009F8B21
- FullMapAttackHook:
- //add2
- mov ecx,[ebx+00000214]
- mov [ebp-04],00000013
- cmp ecx,esi
- je 009F73AD
- lea eax,[ebp-00000094]
- push eax
- push esi
- push esi
- push esi
- push esi
- push esi
- push esi
- lea eax,[ebp-78]
- push eax
- lea eax,[ebp-7C]
- push eax
- call 004D386B
- or dword ptr [ebp-04],-01
- lea eax,[ebp-00000094]
- push eax
- call 0047B7C4
- pop ecx
- lea eax,[ebp-7C]
- push eax
- mov ecx,edi
- call FullMapAttackCall
- jmp 009F88F5
- FullMapAttackCall:
- push esi
- push edi
- mov edi,[esp+0C]
- pushad
- mov ecx,[0213A454] //a1 ?? ?? ?? ?? 3b c3 74 ?? 53 53 > +1 > read
- add ecx,04
- push edi
- call 00635912 //55 8b ec 51 51 8d 45 ?? 50 81 c1,7
- popad
- jmp 004D5139 //call + 6
- 0198B2F4: //add1-4 > getoffset > +6 > read
- DD FullMapAtt_ICS
- [Disable]
- 0198B2F4:
- DD Variantinit
- DeAlloc(FullMapAtt_ICS)
- UnRegisterSymbol(FullMapSW)
複製代碼 |
|