- UID
- 40747
- 帖子
- 39
- 主題
- 9
- 精華
- 0
- 積分
- 48
- 楓幣
- 27
- 威望
- 9
- 存款
- 0
- 贊助金額
- 150
- 推廣
- 1
- GP
- 9
- 閱讀權限
- 30
- 在線時間
- 24 小時
- 註冊時間
- 2013-12-30
- 最後登入
- 2023-5-19
|
最近在玩私服找了一個V189全圖打的數據
//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)
照版上的文章教學試了
出現這個
求大神是哪裡錯誤
|
|