- UID
- 8784
- 帖子
- 4732
- 主題
- 343
- 精華
- 0
- 積分
- 3298
- 楓幣
- 2832
- 威望
- 3240
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 9
- 閱讀權限
- 90
- 性別
- 保密
- 在線時間
- 1161 小時
- 註冊時間
- 2012-6-9
- 最後登入
- 2024-12-10
|
- //TwMs 192.1 ICS 限定全圖打怪+物品掉落腳下
- [Enable]
- Alloc(FlllMapAtt_ICS,128)
- Label(FlllMapAttByPass)
- Label(FlllMapAttack)
- Label(FlllMapAttackHook)
- Label(FlllMapAttackCall)
- Label(FlllMapAttByPassHook)
- FlllMapAtt_ICS:
- Cmp [Esp+C],0096C22C
- Je FlllMapAttByPass
- Cmp [Esp+C],0096C014
- Je FlllMapAttack
- Jmp Variantinit
- FlllMapAttByPass:
- Mov [Esp+C],FlllMapAttByPassHook
- Jmp Variantinit
- FlllMapAttack:
- Mov [Esp+C],FlllMapAttackHook
- Jmp Variantinit
- FlllMapAttByPassHook:
- mov ecx,[ebx+000001b0]
- mov [ebp-04],00000011
- cmp ecx,esi
- je 0096ac06
- 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 004c0bd1
- or dword ptr [ebp-04],ff
- lea eax,[ebp-68]
- push eax
- call 00474bc1
- pop ecx
- lea eax,[ebp-58]
- push eax
- lea ecx,[ebx+000009ec]
- call 0092075e
- test eax,eax
- jmp 0096c27c
- FlllMapAttackHook:
- mov ecx,[ebx+000001b0]
- mov [ebp-04],00000010
- cmp ecx,esi
- je 0096ac06
- 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 004c0bd1
- or dword ptr [ebp-04],-1
- lea eax,[ebp-68]
- push eax
- call 00474bc1
- pop ecx
- lea eax,[ebp-58]
- push eax
- mov ecx,edi
- call FlllMapAttackCall
- jmp 0096C059
- FlllMapAttackCall:
- push esi
- push edi
- mov edi,[esp+0C]
- pushad
- mov ecx,[01c38a38]
- add ecx, 04
- push edi
- call 005F572F
- popad
- jmp 004C256F
- 0162a2d0:
- DD FlllMapAtt_ICS
- [Disable]
- 0162a2d0:
- DD Variantinit
- DeAlloc(FlllMapAttack)
複製代碼 |
-
總評分: GP + 1
查看全部評分
|