MapleStory Adventures [READ FIRST POST]
-migrated-
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 12:10pm
Quote Post
THNAK YOU for finally banning all those leechers. Holy shit they were horrible.


@emtenteo: Awesome idea.
Never would've thought of that. (broken image removed)
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 12:40pm
Quote Post
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)
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 2:26pm
Quote Post
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)

Thanks for your time. I hope you get to make it work. More power.
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 2:28pm
Quote Post
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
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 3:01pm
Quote Post
how ? I can add energy. Thank you emtenteo.
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 3:03pm
Quote Post
thats a fantastic script, very well executed. I can't wait for more when they update it again. (broken image removed)
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 3:10pm
Quote Post
Quote from: "narraygtokao"
how ? I can add energy. Thank you emtenteo.

Use the template he's given you.

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

You can clearly see everything, even tho you might not understand the use of the commands you can still change some words and AoBs.
If not, well, you're not really worth using them.
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 3:22pm
Quote Post
Thank it's work
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 3:39pm
Quote Post
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
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 4:43pm
Quote Post
Maybe your cheat engine version is old, try to update the newest version.
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 4:48pm
Quote Post
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

Error in line 4 (Aobscan(_godmode,D0 4F BE 1B 00))
because the page still in invite friend page, you must click Tab play before Cheat
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 5:30pm
Quote Post
if code not found mean the process that you attached is wrong!
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 5:44pm
Quote Post
you'll get that error in line 4 if you move/attack in-game before injecting.
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 6:01pm
Quote Post
Quote from: "emtenteo"
Maybe your cheat engine version is old, try to update the newest version.

thank you for your guidance
Re: MapleStory Adventures [READ FIRST POST] Posted on: 08/23/2011 7:00pm
Quote Post
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

thx vv much it's work