Someone remove the BP Hack script =="
Later GM patched it by one or their own favourite joke...
Dear Maplers, we are under going a server check, during XXXXhrs - XXXXhrs.
Actually they are saying, WE ARE GOING TO PATCH MAPLESEA HACKS ONE BY ONE TO THE HACKERS GOONS
Anyways, the AOE pVac lol... I was shocked you can update it lol.. but not sure it works lol...
You know the pointers and offsets lol?
Code: Select all
[enable]
alloc(PrevNext,200)
alloc(Time,4)
label(Prev)
label(Next)
label(EndPVac)
label(PrevNextRet)
009B3D3C:
jmp PrevNext
db 90
PrevNextRet:
PrevNext:
mov eax,[esi+110]
cmp [Time],000007f0//about 30 seconds
jnl PrevNextRet
push ecx
push edx
inc [Time]
mov edx,[00ba7bb4]
mov edx,[edx+5ec]
mov ecx,[eax+0c]
cmp ecx,edx
jg Next
jl Prev
EndPVac:
pop ecx
pop edx
jmp PrevNextRet
Next:
mov [eax+50],00
jmp EndPVac
Prev:
mov [eax+4c],00
jmp EndPVac
[disable]
009B3D3C:
db 8B 86 10 01 00 00
dealloc(PrevNext)
dealloc(Time)