taultunleashed logoMaplestory patch .30 addresses : Maple Story - Submissions
newtopic  postreply
 [ 3 posts ] 
blue large dot

Maplestory patch .30 addresses : Maple Story - Submissions

Posted: November 2nd, 2006, 7:28 pm
 
sepphie
sepphie's Reps:
User avatar
Map ID - 75B588, Offset 5cc

People Scanner - 75AC3C, Offset 18

Mouse X - 75b4d8, Offset 94

Mouse Y - 75b4d8, Offset 98

Char X 75B588 Offset 574

Char Y 75B588 Offset 578

Unlimited Attack:
Address: 75b51c Offset: E60

No Breath:
Address: 75b51c Offset: 254

Speed Attack
Address: 75b51c Offset: 264

Item X (D/C when you Vac+Item Vac at the same time)
Address: 75b51c Offset: 390
Item Y
Address:: Offset: 394


Wall - Bottom(Works)
Address: 75AC34 Offset: 10
Freeze this at -1000000 to go to the top of a map.

Wall - Top(Works)
Address: 75AC34 Offset: 8

Wall - Left(Works)
Address: 754C34 Offset: 4

Wall - Right(Works)
Address: 754C34 Offset: C


Memory View Hacks

No-Hit Godmode
Address: 629585 ZF[X] [ ]

Full Godmode ZF[X][ ]:
Address: 616F73

Super Tubi ZF[X][X]:
Address: 487EC8

Swear ZF[X][ ]:
Address: 451ca2

Unrandomizer Stats
EAX 0-STR,1-DEX,2-INT,3-LUK
Address:6af75d

Unrandomizer Stab/Swing
EAX 11111115/11111113/33333335/33333332
Address: 6af75d

CS EAX X EAX(G@y Version of SSEAX)
Address: 65C5F0

CS EAX Y EAX(G@y Version of SSEAX)
Address: 65C655

Shadow Partner ZF[X][ ] (ClientSided)
Address: 00615228

Dark Sight ZF[X][ ] (ClientSided)
Address: 617067

Fake Miss GodMode ZF[X][ ]
Address: 6295CF

SS EAX X EAX(D/C)
Address: 658956

SS EAX Y EAX(D/C)
Address: 65897D

Speed Walk ZF[X][ ] (I think it D/C)
Address: 6596f4

Unlimited Jump ZF[X][ ]:
Address: 658fde

Levitate ZF[X][X] (I think it D/C)
Address: 659d25

Speed Attack EAX[1-9](I think it D/C)
43166A

Fast Attack EAX[1-9]:
Address: 430628

Glide ZF[X][ ](D/C)
Address: 6591CB

Quit MS EIP[0]
Address: 6AF75D
(Retarded Addy )


DupeX EIP(D/C's for me)
Address: 65B58A


Code:
DupeX (Monsters stay):
Code:
alloc(FindCharacterAddress, 1024)
alloc(ListOffset, 4)
alloc(ESIList, 1024)
alloc(DupeXVac, 1024)
alloc(EDIValue, 4)
label(EndSearch)
label(CompareOffset)
label(StoreESI)
label(DoNormal)
FindCharacterAddress:
mov [esi+114],edi
push eax
push ebx
push ecx
push edx
mov eax,0
mov ebx,ListOffset
mov ecx,ESIList
mov edx,EDIValue
CompareOffset:
cmp eax,[ebx]
je StoreESI
cmp esi,[ecx+eax*4]
je EndSearch
inc eax
jmp CompareOffset
StoreESI:
mov [ecx+eax*4],esi
inc eax
mov [ebx],eax
mov [edx],edi
EndSearch:
pop edx
pop ecx
pop ebx
pop eax
jmp 65b590

DupeXVac:
push eax
push ebx
push ecx
mov ebx,[ListOffset]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]
cmp esi,eax
je DoNormal
mov edi,[EDIValue]
DoNormal:
mov [esi+114],edi
pop eax
pop ebx
pop ecx
jmp 65b590

Code:
DupeX (Monsters follow you):
Code:

alloc(FindCharacterAddress, 1024)
alloc(ListOffset, 4)
alloc(ESIList, 1024)
alloc(DupeXVac, 1024)
alloc(EDIValue, 4)
label(EndSearch)
label(CompareOffset)
label(StoreESI)
label(DoNormal)
FindCharacterAddress:
mov [esi+114],edi
push eax
push ebx
push ecx
push edx
mov eax,0
mov ebx,ListOffset
mov ecx,ESIList
mov edx,EDIValue
CompareOffset:
cmp eax,[ebx]
je StoreESI
cmp esi,[ecx+eax*4]
je EndSearch
inc eax
jmp CompareOffset
StoreESI:
mov [ecx+eax*4],esi
inc eax
mov [ebx],eax
mov [edx],edi
EndSearch:
pop edx
pop ecx
pop ebx
pop eax
jmp 65b590

DupeXVac:
push eax
push ebx
push ecx
mov ebx,[ListOffset]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]
cmp esi,eax
je DoNormal
mov edi,[eax+114]
DoNormal:
mov [esi+114],edi
pop eax
pop ebx
pop ecx
jmp 65b590
Credits to YoOSup for finding some address and pointers.
Credits to the other forum. I leeched 60% of this and found some my own. Enjoy!

Tell me what I'm missing and what addresses doesn't work, I'll try to fix it

-=Edit=-

Static DupeX. Credits to someone from GamerzNeeds.


Code:
FULLACCESS(400300, 4)
alloc(ESIList, 1024)
alloc(EDIValue, 4)

400300:
mov [esi+114],edi
push eax
push ebx
push ecx
push edx
mov eax,0
mov ebx,400390
mov ecx,ESIList
mov edx,EDIValue
cmp eax,[ebx]
je 40032A
cmp esi,[ecx+eax*4]
je 400332
inc eax
jmp 40031e
mov [ecx+eax*4],esi
inc eax
mov [ebx],eax
mov [edx],edi
pop edx
pop ecx
pop ebx
pop eax
jmp 0065B590

400350:
push eax
push ebx
push ecx
mov ebx,[400390]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]
cmp esi,eax
je 40036c
mov edi,[EDIValue]
mov [esi+114],edi
pop eax
pop ebx
pop ecx
jmp 0065B590
Static DupeXmonster


Code:
FULLACCESS(400300, 4)
alloc(ESIList, 1024)
alloc(EDIValue, 4)

400300:
mov [esi+114],edi
push eax
push ebx
push ecx
push edx
mov eax,0
mov ebx,400390
mov ecx,ESIList
mov edx,EDIValue
cmp eax,[ebx]
je 40032A
cmp esi,[ecx+eax*4]
je 400332
inc eax
jmp 40031e
mov [ecx+eax*4],esi
inc eax
mov [ebx],eax
mov [edx],edi
pop edx
pop ecx
pop ebx
pop eax
jmp 0065B590

400350:
push eax
push ebx
push ecx
mov ebx,[400390]
dec ebx
mov ecx,ESIList
mov eax,[ecx+ebx*4]
cmp esi,eax
je 40036c
mov edi,[eax+114]
mov [esi+114],edi
pop eax
pop ebx
pop ecx
jmp 0065B590
I've inserted a Tutorial on how to use Static Dupe Only!

1.Go to AutoAssembler from Memory View by Pressing CTRL+A
2. Insert one of the "Static DupeVac Scripts"
3.Inject it
4.Go to Add Address Manually and Add "400390" to your Engine's CT.
5.Then go to DupeX address: 65B58A.
6. Change Register=>EIP=>400300
7.Wait until the #'s stop rising just like DupeXvac.
8. Jump 1 time only!
9.Go to DupeX address=>Change EIP==>400350.
10.Happy Hacking.

=-Edit=-

I've Found some V.30 CodeCaves. Credits to hyder531 from theh4x.

Gravity Hack Change value to 2000 for normal, 0 for no gravity

Addy To Change EIP: 00656D33
Code:
alloc(CodeCave, 11)
alloc(Gravity, 8) //
CodeCave:
fmul qword ptr [Gravity]
jmp 00656D39


Walking Speed Hack Change value to 125 for normal

Address To Change EIP: 00659DDC
Code:
alloc(CodeCave, 11)
alloc(Jump, 8) //
CodeCave:
fmul qword ptr [Jump]
jmp 00659DE2


Jump Hack Change Value to -555 for normal

Address To Change EIP: 00655F61
Code:
alloc(CodeCave, 11)
alloc(Jump, 8) //
CodeCave:
fmul qword ptr [Jump]
jmp 00655F67


Friction Hack change value to 80000 for normal,decrease for lower friction,0 for no friction

Address To Change EIP: 00659845
Code:
alloc(CodeCave, 11)
alloc(Friction, 8) //
CodeCave:
fmul qword ptr [Friction]
jmp 0065984B


Drop item hack change value to 400 for normal

Addy To Change EIP: 0048EFE3
Code:
alloc(CodeCave, 11)
alloc(Jump, 8 ) //
CodeCave:
fmul qword ptr [Jump]
jmp 0048EFE9


Rope Jump Strenght hack change vaule to 162.5 for normal,increase for more strength

Address To Change EIP: 00658FC0
Code:

alloc(CodeCave, 11)
alloc(Rope, 8 ) //
CodeCave:
fmul qword ptr [Rope]
jmp 00658FC6


Frog Jump Strenght Hack change vaule to 10000 for normal,increase for more strenght try 999999 for REAL FUN

Address To Change EIP: 00659D01
Code:

alloc(CodeCave, 11)
alloc(Rope, 8) //
CodeCave:
fmul qword ptr [Rope]
jmp 00659D07

~Last Edit~

Credits to Haris182 or sumthing for the clothes hack and stuff. Sorry for leeching this but i did this so people won't beg for clothes hack.

Description | Address | Offset
Hat | 75b51c | 61
Face/Emoticons | 75b51c | 65
Eyes | 75b51c | 69
Earring | 75b51c | 6D
Overall/Top | 75b51c | 71
Bottom | 75b51c | 75
Shoes | 75b51c | 79
Gloves | 75b51c | 7D
Cape | 75b51c | 81
Shield | 75b51c | 85
Weapon | 75b51c | 89



NOT BY ME, TAKEN FROM SOMEWHERE ELSE, THIS IS UPDATED, DONT FEEL LIKE GETTING ADDRESSES MYSELF FOR NOW.


Last edited by Guest on November 2nd, 2006, 7:44 pm, edited 1 time in total.

Posted: November 2nd, 2006, 7:38 pm
 
lilfisher

Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
User avatar
Moderator
current version is .30 so these codes dont work.

_________________
Click to buy a premium account


Posted: November 2nd, 2006, 7:51 pm
 
lilfisher

Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
User avatar
Moderator
current addresses are up anyways allready in premium so mod nay

LOCKED

_________________
Click to buy a premium account


Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 5 guests

cron
Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Maple Story - Submissions RSS Feed 
Sitemap of Maple Story - Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?