[Release] v80 MapleSEA Scripts

Download MapleStory hacks and bots over here!
everrich
Novice Knight
Novice Knight
Posts: 5
Joined: Tue Sep 01, 2009 10:43 am

Re: [Release] v80 MapleSEA Scripts

Post by everrich »


ZZ Vac

Code: Select all

[ENABLE]
009D89E3: 
db 90 90 90

009D89E3:
db 90 90 90

[DISABLE]
009D89E3:
db 45 e8 // or e0

009D89E3:
db dd 45 e8

Super Tubi

Code: Select all

[ENABLE]
0053E350:
db 90 90

[DISABLE]
0053E350:
db 75 36 
Image
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [Release] v80 MapleSEA Scripts

Post by Boredness »

Updated with everrich's script
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
everrich
Novice Knight
Novice Knight
Posts: 5
Joined: Tue Sep 01, 2009 10:43 am

Re: [Release] v80 MapleSEA Scripts

Post by everrich »


Item Filter

Code: Select all

[ENABLE]
Alloc(filter,124)
label(ifreject)
label(end)
label(skip)
Alloc(iftable,16024)
label(ifexit)
 
filter:
push ebx
push esi
xor ebx, ebx
mov esi,iftable
 
ifreject:
cmp eax,[esi]
je skip
cmp [esi],ebx
je end
add esi,4
jmp ifreject
 
skip:
mov eax,00
 
end:
pop esi
pop ebx
mov [edi+34], eax
mov edi, [ebp-14]
jmp ifexit
 
iftable:                             
//Usable Items
dd 1F6EE0 //Arrow for Bow
dd 1F72C8 //Arrow for Crossbow
dd 1F6EE1 //Bronze Arrow for Bow
dd 1F72C9 //Bronze Arrow for Crossbow
 
//Potions
dd 1E8480 //Red Potion
dd 1E8481 //Orange Potion
dd 1E8482 //White Potion
dd 1E8483 //Blue Potion
dd 1E8486 //Mana Elixer
 
dd 1E8487 //Red Pill
dd 1E8488 //Orange Pill
dd 1E8489 //White Pill
dd 1E848A //Blue Pill
dd 1E848B //Mana Elixer Pill
 
dd 1E8484 //Elixer
dd 1E8485 //Power Elixer
 
dd 1F47D4 //All Cure Potion
dd 1F47D0 //Antidote
dd 1F47D1 //Eye Drop
dd 1F47D3 //Holy Water
dd 1F47D2 //Tonic
 
dd 1E8C50 //Dexterity Potion
dd 1E8C52 //Magic Potion
dd 1E8C55 //Sniper Potion
dd 1E8C51 //Speed Potion
dd 1E8C54 //Warrior Potion
dd 1E8C53 //Wizard Potion
 
dd 1E8C59 //Dexterity Pill
dd 1E8C57 //Magic Pill
dd 1E8C58 //Sniper Pill
dd 1E8C5A //Speed Pill
dd 1E8C56 //Warrior Pill
 
dd 1EAB93 //Orange
dd 1EAB94 //Lemon
 
//Rocks
//dd 3D2071 //The Summoning Rock
//dd 3D2070 //The Magic Rock
 
//Mini-Game Items
dd 3D7E3C //Monster Card
dd 3D7E3D //Bloctopus Omok Piece
dd 3D7E31 //Mushroom Omok Piece
dd 3D7E3A //Octopus Omok Piece
dd 3D7E39 //Omok Table
dd 3D7E3F //Panda Teddy Omok Piece
dd 3D7E3B //Pig Omok Piece
dd 3D7E3E //Pink Teddy Omok Piece
dd 3D7E30 //Slime Omok Piece
dd 3D7E40 //Trixter Omok Piece
 
//Ores
dd 3D3013 //Adamantium Ore
dd 3D3010 //Bronze Ore
//dd 3D3016 //Gold Ore
dd 3D3012 //Mithril Ore
dd 3D3015 //Orihalcon Ore
dd 3D3014 //Silver Ore
dd 3D3011 //Steel Ore
 
//Jewel Ores
dd 3D5721 //Amethyst Ore
dd 3D5722 //Aquamarine Ore
//dd 3D5728 //Black Crystal Ore
//dd 3D5727 //Diamond Ore
dd 3D5723 //Emerald Ore
dd 3D5720 //Garnet Ore
dd 3D5724 //Opal Ore
dd 3D5725 //Sapphire Ore
dd 3D5726 //Topaz Ore
dd 00
 
0054F01A:
jmp filter
db 90
ifexit:
 
[DISABLE]
dealloc(filter) 
dealloc(IFTable) 
 
0054F01A:
MOV [EDI+34], EAX 
MOV EDI, [EBP-14]
Image
Susashiden
Holy Philosopher
Holy Philosopher
Posts: 965
Joined: Sun Sep 06, 2009 11:58 pm
Location: SomeWhere You Don't Know.

Re: [Release] v80 MapleSEA Scripts

Post by Susashiden »

Code: Select all

//Levitate
//Updated by critical , MSEA 0.80
[enable]
009DA44B:
jne 009da665
[disable]
009DA44B:
je 009da665
Credit : Critical (From GzN)
Last edited by Susashiden on Wed Sep 09, 2009 3:57 am, edited 1 time in total.

Image
Image
Image
800 Post [x]
1337 Post [-]
1600 Post [-]
Wz.Edit [X]
Learn Basic Mem Edit [X]
Rls my own trainer [X]
Rls a hack found by me[-]
" Who Wants to Be A Millionaire " Legendary Winner .
mapleseams
Novice Knight
Novice Knight
Posts: 3
Joined: Mon Sep 07, 2009 7:20 am

Re: [Release] v80 MapleSEA Scripts

Post by mapleseams »

how does item filter work?
Jeof
Sacred Guardian
Sacred Guardian
Posts: 373
Joined: Sat Aug 29, 2009 9:32 am
Location: SexBomb

Re: [Release] v80 MapleSEA Scripts

Post by Jeof »

It works like wz edit where you delete stuffs that you don't wanna see and it wont appear in your game. People will see that item on the floor but you can't.
Image
Image

Image
cyber88
Dark Lord
Dark Lord
Posts: 137
Joined: Sat Sep 05, 2009 5:59 pm

Re: [Release] v80 MapleSEA Scripts

Post by cyber88 »

ZZvac dcs after a while. Is there any way to solve the problem?
Boredness
The Emperor
The Emperor
Posts: 2539
Joined: Wed Aug 26, 2009 9:50 pm
Location: Singapore
Contact:

Re: [Release] v80 MapleSEA Scripts

Post by Boredness »

cyber88 wrote:ZZvac dcs after a while. Is there any way to solve the problem?
It's an old CS vac, what do you expect.
Donate money to my paypal account @ danielongdequan1996@hotmail.com to keep this website alive!
cyber88
Dark Lord
Dark Lord
Posts: 137
Joined: Sat Sep 05, 2009 5:59 pm

Re: [Release] v80 MapleSEA Scripts

Post by cyber88 »

Is there any way to change the vac point?
Are there any scripts to allow ifrit dem?
zamoth
Dark Lord
Dark Lord
Posts: 199
Joined: Mon Sep 07, 2009 6:59 am

Re: [Release] v80 MapleSEA Scripts

Post by zamoth »

cyber88 wrote:Is there any way to change the vac point?
Are there any scripts to allow ifrit dem?
Ifrit, bahamut and icedemon patch liao if u edit wz and change rb, lt to 9999999 and change mobcont to 15 100% dc

same happend if u edit by CE = MLE 100% dc saddd T_T
there is 01 kind of ppl, ppl to understand binaries and ppl to dun
Post Reply