MapleStory Adventures [READ FIRST POST]
-migrated-
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 8:00am
Quote Post
Quote from: "butsurigaku"
anyone have any idea when the release for beyond level 50 might be??
so 50 is the max level for now?
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 8:26am
Quote Post
yea its annoying cause im stuck on it for now lol
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 11:22am
Quote Post
Quote from: "LonelyTM"
Quote from: "leoccy100"
Quote from: "emtenteo"
Quote from: "Murazaie"
I've tried to get the address which stop random items from random box but I haven't seen that logic yet. I'll post when I've got it  :mrgreen:

Thx for method (broken image removed)

I think they random from server and send to client. This is reason you always see the items add to your bag before the random animation is stopped.

Auto change all AOB with one click :p

How to use.
- Open game
- Open CE
- Open your browser process with CE
- Click Memory View
- Select Tool > Auto Assemble
- Paste this code below to script editor and press execute, then select yes.

Code: [Select]
[ENABLE]

//GODMODE
Aobscan(_godmode,D0 4F BE 1B 00)
label(godmode)
registersymbol(godmode)
_godmode:
godmode:
db 02 02 02 02 02

//MAX DMG
Aobscan(_maxdmg,60 BC 02 24 5F 24 69)
label(maxdmg)
registersymbol(maxdmg)
_maxdmg:
maxdmg:
db 60 BC 02 24 69 24 69

//NO MISS
Aobscan(_nomiss,60 d9 37 46 f6 2b 00 60 b5 33 62 07 66 c1 48 0c 3b 00 00 d2 66 d5 02 d2 66 d5 02 66 88 15 24 01 a0 61 88 15 27 62 04 ab 2a 12 0f 00 00 29 60 8d 0b 66 e1 2d d2 66 d5 02 66 d2 08 ab 12 08 00 00 d0 66 dc 28 4f c4 07 00 24 00 27 56 02 48)
label(nomiss)
registersymbol(nomiss)
_nomiss:
nomiss:
db 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

//SPEED
Aobscan(_speed,62 0c 20 13 25 00 00 5d 19 62 0c 66 ce 1a 62 0d 66 b7 42 46 19 01 73 63 0e d0 66 a6 1c 62 09 66 d4 08 62 0e 4f 80 09 02 10 39 00 00 26 60 96 01 66 e2 2c 62 09 66 d4 08 62 09 66 d5 08 60 96 01 66 d3 2e a1 46 fe 0c 02 14 19 00 00 d0 66 a6 1c 62 09 66 d4 08 60 96 01 66 e2 2c 66 f3 0c 66 d5 08 4f 80 09 02)
label(speed)
registersymbol(speed)
_speed:
speed:
db 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 D0 66 a6 1c 62 0A 66 d4 08 62 0A 66 d5 08 4f 80 09 02 02 02 02 02 02 02 02 02 26 60 96 01 66 e2 2c 62 09 66 d4 08 62 09 66 d5 08 60 96 01 66 d3 2e a1 46 fe 0c 02 14 19 00 00 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02

//INCREASE AOE RANGE
Aobscan(_aoerange,d0 66 f1 05 66 84 09 66 8e 14 75 63 07)
label(aoerange)
registersymbol(aoerange)
_aoerange:
aoerange:
db 25 88 13 02 02 02 02 02 02 02 75 63 07

//AUTO PICKUP
Aobscan(_collection1,66 d3 0c 12 2e 00 00 d0 d0 66 d4 0c)
label(collection1)
registersymbol(collection1)
_collection1:
collection1:
db 66 d3 0c 11 2e 00 00 d0 d0 66 d4 0c

Aobscan(_collection2,24 1e 2a a2 0c 45 00 00)
label(collection2)
registersymbol(collection2)
_collection2:
collection2:
db 24 7F 2a a2 0c 45 00 00

[DISABLE]

I remove the energy request AOB in this script, you can add it if you want :p

hi there, i followed exactly the steps that u instructed, but there seem to be a problem.

Error in line 4 (Aobscan(_godmode,D0 4F BE 1B 00)) : This instruction can't  be compiled

please enlighten me, million thanks



CE must 6.1

target process correctly

if can't do please close all of program.

open browser u want, go FB and click MSA until it load character interface.

RIGHT HERE !! Remeber do now do anything and go to CE

Do like up there step by step.

if can not do again. please read error msg and bring here for more detail.

I want to know the problem about the Max DMG.  The Max DMG meaning is one hit dead ? I already can use this hack , yes. The "Auto Aob with one click " thingy.. but the Max DMG seems doesn't work ! (broken image removed)  Help~

OH .  the only thing that worked is The walking speed is superb, and godmode is working and auto pickup. Others are not. Any idea ?
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 11:46am
Quote Post
max dmg refers to maximum amount of damage u can deal based on ur current stat... msa always randomize ur atk so that it will be in the range of 95% - 105%, but wat the hack does is that it will ensure that u will always hit 105% of ur atk
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 12:05pm
Quote Post
Quote from: "hotkicker"
max dmg refers to maximum amount of damage u can deal based on ur current stat... msa always randomize ur atk so that it will be in the range of 95% - 105%, but wat the hack does is that it will ensure that u will always hit 105% of ur atk


ohhh i seee.. is there no such hack like hitting with full dmg but displays it as your own dmg ?
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 12:11pm
Quote Post
Impossible to be like that.

b cuz server side protect that be. :twisted:  :twisted:  :twisted:
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 12:14pm
Quote Post
Quote from: "LonelyTM"
Impossible to be like that.

b cuz server side protect that be. :twisted:  :twisted:  :twisted:


OHHH ~ Aigoo (broken image removed)  Sad !  Anyway i'm sorry if this is actually posted ... I wanna ask about Speed Attack Hack. Is there any in this post ? (broken image removed)  million thanks if you dooo know about this!
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 3:37pm
Quote Post
Quote from: "Bommie"
Quote from: "LonelyTM"
Impossible to be like that.

b cuz server side protect that be. :twisted:  :twisted:  :twisted:


OHHH ~ Aigoo (broken image removed)  Sad !  Anyway i'm sorry if this is actually posted ... I wanna ask about Speed Attack Hack. Is there any in this post ? (broken image removed)  million thanks if you dooo know about this!


keep finding :ugeek:  :shock:  (broken image removed)
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 3:41pm
Quote Post
First of all I want to thank everyone's work and his collaborations here.  (broken image removed)

My question is: Is it possible to increase the range of 15% to 70% or more in the scroll?  :?:

Well.. that is all!  thank  you..!  

PD: i use translate.google.com sorry bad english.  :!:
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 8:27pm
Quote Post
many thanks, monster not enough for me :cry:
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/25/2011 10:37pm
Quote Post
same here i really want to check the sweet equips and get enough meso to buy them..and exp lvl up..can anyone help me please?..that would be great..
thnx
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/26/2011 1:17am
Quote Post
sorry for this post.

but i search for post about how to look for code at TUT tread.

and i do after of all, i know that flasm program is out date now. can't use yo see code.

and how about you can ??

can you share me a program??

i don't to be just a user. want to try some code and theory of AoB hack that can be for me.

But now can't extract for that code. Please share me some.

Respect you all from Thailand.

Mr.Lonely @CNX ThaiLand. :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/26/2011 4:40am
Quote Post
Quote from: "LonelyTM"
sorry for this post.

but i search for post about how to look for code at TUT tread.

and i do after of all, i know that flasm program is out date now. can't use yo see code.

and how about you can ??

can you share me a program??

i don't to be just a user. want to try some code and theory of AoB hack that can be for me.

But now can't extract for that code. Please share me some.

Respect you all from Thailand.

Mr.Lonely @CNX ThaiLand. :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:

use sothink flash decompiler
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/26/2011 7:04am
Quote Post
got money hack

BAN HAMMER!!!!!!!!!!!
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/26/2011 9:45am
Quote Post
Quote from: "hotkicker"
Quote from: "LonelyTM"
sorry for this post.

but i search for post about how to look for code at TUT tread.

and i do after of all, i know that flasm program is out date now. can't use yo see code.

and how about you can ??

can you share me a program??

i don't to be just a user. want to try some code and theory of AoB hack that can be for me.

But now can't extract for that code. Please share me some.

Respect you all from Thailand.

Mr.Lonely @CNX ThaiLand. :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:  :mrgreen:

use sothink flash decompiler

i already use but only can read rawbyte data  can't edit it.

you have any idea for me?

teach me or something if who know.

maybe i'm so noob for this b cuz i registered this forum earlier.