TWMS115 寵物吸物
// 功能:寵物吸物
// For TWMS115
//更新時間:2010/5/12
//更新者:綠水克修
//add=00522BA1
//EIP=PetGetItem
registersymbol(PetGetItem)
alloc(PetGetItem,256)
registersymbol(PetGetItemSwitch)
alloc(PetGetItemSwitch,4)
label(NormalPet)
PetGetItemSwitch:
dd 1 // 開關 0 是關 1 是開
PetGetItem:
cmp , 0
je NormalPet
push ebx
mov ebx,
mov , edi
mov , eax
pop ebx
jmp 00522BB8
NormalPet:
lea eax,
push eax
call dword ptr
jmp 00522BAB
unregistersymbol(PetGetItem)
dealloc(PetGetItem)
unregistersymbol(PetGetItemSwitch)
dealloc(PetGetItemSwitch)
頁:
[1]