[RELEASE]v82 MapleSEA No Delay Summon

Download MapleStory hacks and bots over here!
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by Boredness »

heyyou1 wrote:Actually GMs of Msea is doing something in the memory that disable you to do attack counter on mob in XX duration.
[For summoning Only]..
i Firstly heard u all say its patched. then i think..
Maybe is speed hack address changed?
They added a timer not XX thingy
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
lols
Apprantice Knight
Apprantice Knight
Posts: 11
Joined: Mon Oct 12, 2009 2:20 pm

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by lols »

they add a timer to server side?
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by Boredness »

lols wrote:they add a timer to server side?
yep which makes it cs
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by iSean »

I saw a post in MSEA said Summoning Bug:
http://maple.playpark.net/news_events/v ... skill_bug/

Code: Select all

Summoning Skill Bug

Dear Mapler,

Due to a bug in the summoning skills, kindly note that monsters will not be annihilated after been attacked. Affected skills include but are not limited to, Octopus, Phoenix, Ifrit, Bahamut and various Knights of Cygnus’ summonings.

We would like to apologize for the inconvenience caused and would like to seek your understanding while we look into the issue.

[Update]
The summoning skill bug has been resolved after the urgent server check concluded at 1550hrs (+8 GMT) today.

- MapleSEA Administrator
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by Boredness »

iSean wrote:I saw a post in MSEA said Summoning Bug:
http://maple.playpark.net/news_events/v ... skill_bug/

Code: Select all

Summoning Skill Bug

Dear Mapler,

Due to a bug in the summoning skills, kindly note that monsters will not be annihilated after been attacked. Affected skills include but are not limited to, Octopus, Phoenix, Ifrit, Bahamut and various Knights of Cygnus’ summonings.

We would like to apologize for the inconvenience caused and would like to seek your understanding while we look into the issue.

[Update]
The summoning skill bug has been resolved after the urgent server check concluded at 1550hrs (+8 GMT) today.

- MapleSEA Administrator

Code: Select all

[Update]
The summoning skill bug has been resolved after the urgent server check concluded at 1550hrs (+8 GMT) today.
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by iSean »

The Re-Cast NDS Also Patched then O_O?
How to use:
1. Tick This code:

Code: Select all

[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
cmp dword ptr [ebx+000000c0],00
jmp 7ebe1d
//-----------------------------------------------

FixTime:
add [FixTimeOF],2710
mov eax,[FixTimeOF]
ret

007226D6:
jmp Fix
nop
nop
nop
nop

00723DB8:
call FixTime
//-----------------------------------------------
[DISABLE]
7ebe15:
jg 007ebe89
cmp dword ptr [ebx+000000c0],01

//-----------------------------------------------
dealloc(FixTime)
unregistersymbol(FixTime)
//-----------------------------------------------
dealloc(Fix)
unregistersymbol(Fix)
2. Run Summon and let it hit Mobs
3. Use this Thread NDS Script Tick it
4. If it is wear off redo these steps again...
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by Boredness »

iSean wrote:The Re-Cast NDS Also Patched then O_O?
How to use:
1. Tick This code:

Code: Select all

[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
cmp dword ptr [ebx+000000c0],00
jmp 7ebe1d
//-----------------------------------------------

FixTime:
add [FixTimeOF],2710
mov eax,[FixTimeOF]
ret

007226D6:
jmp Fix
nop
nop
nop
nop

00723DB8:
call FixTime
//-----------------------------------------------
[DISABLE]
7ebe15:
jg 007ebe89
cmp dword ptr [ebx+000000c0],01

//-----------------------------------------------
dealloc(FixTime)
unregistersymbol(FixTime)
//-----------------------------------------------
dealloc(Fix)
unregistersymbol(Fix)
2. Run Summon and let it hit Mobs
3. Use this Thread NDS Script Tick it
4. If it is wear off redo these steps again...
anything related to nds are patched
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
chizuruu
Headmaster of Darkness
Headmaster of Darkness
Posts: 508
Joined: Sat Sep 19, 2009 8:25 pm
Location: MYOB

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by chizuruu »

*Sigh*now i must resolve to private server hack.
Image
ajerul
Apprantice Knight
Apprantice Knight
Posts: 6
Joined: Sun Sep 13, 2009 9:32 pm
Location: Behind you really! why dont you take a look?
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by ajerul »

release but sad its patched. i got the address right but didnt test it untill it was patched aww very sad...
This is my signature~~ lalalalalalalalalalala
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [RELEASE]v82 MapleSEA No Delay Summon

Post by Boredness »

ajerul wrote:release but sad its patched. i got the address right but didnt test it untill it was patched aww very sad...
nvm, new hacks will be discovered soon ;)
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
Post Reply