- UID
- 8784
- 帖子
- 4732
- 主題
- 343
- 精華
- 0
- 積分
- 3298
- 楓幣
- 2832
- 威望
- 3240
- 存款
- 0
- 贊助金額
- 0
- 推廣
- 0
- GP
- 9
- 閱讀權限
- 90
- 性別
- 保密
- 在線時間
- 1162 小時
- 註冊時間
- 2012-6-9
- 最後登入
- 2024-12-15
|
- //TwMs 189.1 全圖打怪+物品掉落腳下
- [Enable]
- Alloc(FlllMapAtt_ICS,128)
- Label(FlllMapAttByPass)
- Label(FlllMapAttack)
- Label(FlllMapAttackHook)
- Label(FlllMapAttackCall)
- Label(FlllMapAttByPassHook)
- FlllMapAtt_ICS:
- Cmp [Esp+C],0092BA1A
- Je FlllMapAttByPass
- Cmp [Esp+C],0092B802
- Je FlllMapAttack
- Jmp Variantinit
- FlllMapAttByPass:
- Mov [Esp+C],FlllMapAttByPassHook
- Jmp Variantinit
- FlllMapAttack:
- Mov [Esp+C],FlllMapAttackHook
- Jmp Variantinit
- FlllMapAttByPassHook:
- mov ecx,[ebx+000001ac]
- mov [ebp-04],00000011
- cmp ecx,esi
- je 0092a46f
- lea eax,[ebp-50]
- push eax
- push esi
- push esi
- push esi
- push esi
- push esi
- push esi
- lea eax,[ebp-58]
- push eax
- lea eax,[ebp-5c]
- push eax
- call 004c6840
- or dword ptr [ebp-04],ff
- lea eax,[ebp-50]
- push eax
- call 00401dc1
- pop ecx
- lea eax,[ebp-5c]
- push eax
- lea ecx,[ebx+000009ac]
- call 008e6133
- test eax,eax
- jmp 0092ba6a
- FlllMapAttackHook:
- mov ecx,[ebx+000001ac]
- mov [ebp-04],00000010
- cmp ecx,esi
- je 0092a46f
- lea eax,[ebp-50]
- push eax
- push esi
- push esi
- push esi
- push esi
- push esi
- push esi
- lea eax,[ebp-58]
- push eax
- lea eax,[ebp-5c]
- push eax
- call 004c6840
- or dword ptr [ebp-04],-1
- lea eax,[ebp-50]
- push eax
- call 00401dc1
- pop ecx
- lea eax,[ebp-5c]
- push eax
- mov ecx,edi
- call FlllMapAttackCall
- jmp 0092B847
- FlllMapAttackCall:
- push esi
- push edi
- mov edi,[esp+0C]
- pushad
- mov ecx,[01af91c0]
- add ecx, 04
- push edi
- call 005EAC10
- popad
- jmp 004C80CF
- 015282d8:
- DD FlllMapAtt_ICS
- [Disable]
- 015282d8:
- DD Variantinit
- DeAlloc(FlllMapAttack)
複製代碼 |
|