[RELEASE]v82 MapleSEA No Delay Summon
Posted: Thu Oct 22, 2009 1:25 am
Its free now. NDS has been patched as of 21/10/2009. Even Boredness, Slayer369 acknowledges it. After that server check, maple killed us all.
Since it doesn't work, Imma go release it. Quitting MSEA. Anyone wanna join me and migrate to TaiwanMS?
No Delay Summon:
There you go. Have a nice day.
Since it doesn't work, Imma go release it. Quitting MSEA. Anyone wanna join me and migrate to TaiwanMS?
No Delay Summon:
Code: Select all
//For MSEA v82 ONLY.
[ENABLE]
registersymbol(FixTime)
alloc(FixTime,1024)
registersymbol(FixTimeOF)
alloc(FixTimeOF,4)
registersymbol(Fix)
alloc(Fix,1024)
registersymbol(FixSSTime)
alloc(FixSSTime,4)
registersymbol(FixSSTime10C)
alloc(FixSSTime10C,4)
label(Fix00)
label(Fix01)
//-----------------------------------------------
Fix:
push eax
mov eax,[ebx+0000010c]
cmp [FixSSTime10C],eax
pop eax
je Fix01
push eax
mov eax,[FixTimeOF]
cmp eax,[FixSSTime]
pop eax
je Fix00
push eax
mov eax,[ebx+0000010c]
mov [FixSSTime10C],eax
mov eax,[FixTimeOF]
mov [FixSSTime],eax
pop eax
Fix01:
push [ebx+000000b0]
call 0040d58f
pop ecx
mov ecx,esi
sub ecx,[ebx+0000010c]
push esi
mov ecx,ebx
call 0040f042
jmp 007ebe89
//-----------------------------------------------
Fix00:
jg 007ebe89
mov eax,[ebx+000000c0]
jmp 7ebe1d
//-----------------------------------------------
FixTime:
add [FixTimeOF],2710
mov eax,[FixTimeOF]
ret
7ebe15:
jmp Fix
db 90 90 90 90
7ed89d:
call FixTime
//-----------------------------------------------
[DISABLE]
7ebe15:
jg 007ebe89
mov eax,[ebx+000000c0]
//-----------------------------------------------
dealloc(FixTime)
unregistersymbol(FixTime)
//-----------------------------------------------
dealloc(Fix)
unregistersymbol(Fix)
dealloc(Fix)
unregistersymbol(Fix)