[RLS] MSEA 0.93 Some Scripts

Download MapleStory hacks and bots over here!
yule5
Sacrificer
Sacrificer
Posts: 23
Joined: Tue May 25, 2010 5:03 pm

[RLS] MSEA 0.93 Some Scripts

Post by yule5 »

Here some scripts I updated for 0.93. Still have not had the time to test out BP hack more, so shall share with you guys the auto bannable one in case you guys want to mess around with it.

These scripts still can be used with Nullz MSHSCRC.dll and MS-Memory writer by nimo.

MS-MemoryWriter Download:
http://www.mediafire.com/?0nyzymvm2yk

MSHSCRC.dll:
http://www.mediafire.com/?m2zztw1emjl


Char base - 00ba607c
Char x offset - 121c
Char y offset - 1220


Spam

Code: Select all

[ENABLE]
00493351:
jmp 0049337a

0049339B:
jmp 004933ba

[DISABLE]
00493351:
je 0049337a

0049339B:
jae 004933ba
Instant Drop

Code: Select all

[ENABLE]
00511DD2:
db EB 0A

[DISABLE]
00511DD2:
db EB 4E
Monsters Flying around.

Code: Select all

[Enable]
0067F33A:
je 0067f34d

0067E5B5:
jne 0067e631

0067E5CD:
jne 0067e5f9

[Disable]
00683CEE:
jne 0067f34d

0067E5B5:
je 0067e631

0067E5CD:
je 0067e5f9
Lemmings

Code: Select all

[Enable]
009BF6F6:
db 8b 83 10 01

[Disable] 
009BF6F6:
db 8b 83 20 02
AOE Pvac ; Like wz pvac, GMS ppl says it don't AB, havn't tried it out myself.

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)

7 Miss Godmode; Works great used for half an hour no AB

Code: Select all

[enable]
alloc(7Miss,60)
label(7MissRet)

00955B6E:  // 39 5d ?? 75 ?? 39 5d
jmp 7Miss
7MissRet:

7Miss:
mov [ebp+0c],00//KB
inc [7Miss+32]
cmp dword ptr [7Miss+32],07//Miss Amount
jg 7Miss+22
mov [ebp+08],00//Dmg
jmp 7MissRet
7Miss+22:
mov [7Miss+32],00
jmp 7MissRet

[disable]
00955B6E:
db 39 5D 0C 75 05
dealloc(7Miss)

Auto Bannable BP Hack

Code: Select all

[enable] 
registersymbol(k) 
alloc(k,16) 
k:
je 0095605b
jmp 00954B9E

00954B98: 
jmp k

[DISABLE]
00954B98: 
jne 0095605b
unregistersymbol(k) 
dealloc(k) 
No Blink

Code: Select all

[Enable]
0095BF7A:
add eax,00000000 

[Disable]
0095BF7A:
add eax,000003e8
Monster Weakness Thing for BP

Code: Select all

[Enable]
0068FCEA:
db 90 90 90 90 90 90 90 90
[Disable]
push esi
call 0068313e
jmp 0068fd48
cyber88
Dark Lord
Dark Lord
Posts: 137
Joined: Sat Sep 05, 2009 5:59 pm

Re: [RLS] MSEA 0.93 Some Scripts

Post by cyber88 »

Won't you get detected by Hack shield?
Danny1994
Novice Knight
Novice Knight
Posts: 4
Joined: Mon Nov 02, 2009 3:06 am

Re: [RLS] MSEA 0.93 Some Scripts

Post by Danny1994 »

AoE pVac doesn´t ban.
Atleast not in eMS and gMS.

Btw can somebody get AoBs for :

Monsters Flying around
Auto Bannable BP Hack
Monster Weakness Thing for BP
No Blink

For what does BP stand for ?
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [RLS] MSEA 0.93 Some Scripts

Post by Nerrazzuri »

The CRC bypass was no longer usable. The MapleStory CRC changed and the detection method changed. So when you hook the CRC bypass onto it, it will detect the changes in MapleStory CRC and *DANG* the game closed.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Chance
Dark Lord
Dark Lord
Posts: 177
Joined: Fri May 14, 2010 3:34 pm

Re: [RLS] MSEA 0.93 Some Scripts

Post by Chance »

Danny1994 wrote:AoE pVac doesn´t ban.
Atleast not in eMS and gMS.

Btw can somebody get AoBs for :

Monsters Flying around
Auto Bannable BP Hack
Monster Weakness Thing for BP
No Blink

For what does BP stand for ?
i think you can get the AoBs yourself .
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [RLS] MSEA 0.93 Some Scripts

Post by Nerrazzuri »

Take the address, go CE->add address manually->choose array of bytes instead of 4 bytes, and you get your AoB.
Don't be so lazy, you are not a 3 years old kid, since you can come to Xemectrum, you are able to GOOGLE. We are not meant to do things for you, don't sit there and wait like a FUCKING LEECHER.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
Byakuya
Sacrificer
Sacrificer
Posts: 42
Joined: Sat Jan 02, 2010 3:26 pm

Re: [RLS] MSEA 0.93 Some Scripts

Post by Byakuya »

Boredness, pls ban this guy ty he is releasing the hacks i gave u in PUBLIC...
Raiden, iSean and I are getting mad...
The Godlike God
Danny1994
Novice Knight
Novice Knight
Posts: 4
Joined: Mon Nov 02, 2009 3:06 am

Re: [RLS] MSEA 0.93 Some Scripts

Post by Danny1994 »

Chance wrote:
Danny1994 wrote:AoE pVac doesn´t ban.
Atleast not in eMS and gMS.

Btw can somebody get AoBs for :

Monsters Flying around
Auto Bannable BP Hack
Monster Weakness Thing for BP
No Blink

For what does BP stand for ?
i think you can get the AoBs yourself .
I am a Europe MS player ._.
Chance
Dark Lord
Dark Lord
Posts: 177
Joined: Fri May 14, 2010 3:34 pm

Re: [RLS] MSEA 0.93 Some Scripts

Post by Chance »

Danny1994 wrote:
Chance wrote:
Danny1994 wrote:AoE pVac doesn´t ban.
Atleast not in eMS and gMS.

Btw can somebody get AoBs for :

Monsters Flying around
Auto Bannable BP Hack
Monster Weakness Thing for BP
No Blink

For what does BP stand for ?
i think you can get the AoBs yourself .
I am a Europe MS player ._.
too bad ;)
iSean
Destiny General
Destiny General
Posts: 3001
Joined: Sat Aug 29, 2009 12:19 pm
Contact:

Re: [RLS] MSEA 0.93 Some Scripts

Post by iSean »

Well too bad the CRC Bypass is patched lol :X

PS. You know GM will get the script and get it patched after a fake server check as they always do ?
Post Reply