Page 1 of 3

[RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 2:04 am
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

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 2:22 am
by cyber88
Won't you get detected by Hack shield?

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 2:29 am
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 ?

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 2:31 am
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.

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 4:07 pm
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 .

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 4:39 pm
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.

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 6:35 pm
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...

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 7:48 pm
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 ._.

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Fri May 28, 2010 8:11 pm
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 ;)

Re: [RLS] MSEA 0.93 Some Scripts

Posted: Sat May 29, 2010 12:21 am
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 ?