[TUT] Extremely Simple Pointer Finding Method

Download MapleStory hacks and bots over here!
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

[TUT] Extremely Simple Pointer Finding Method

Post by Raiden »

First, NO NOOB REPLIES in this thread. NO NOOB QUESTIONS. And justcool91, if you DARE to post in this thread, you`ll get fcked up hardcore.

Please don`t quote this thread in your replies as I`ll update it frequently.

Strictly NO questions about the way to get CE working on MapleSEA. If you can`t make it to work, try to use at PRIVATE SERVERS.




As you all know, Pointer hacks are the ONLY working hack in MapleSEA. So, finding pointers are VERY IMPORTANT now.

Recently, I found a freaking way to find pointers in a very shortcut way, unlike those tutorials which needs debuggers. (I`ll add pictures when I`m free)

The program you need to use is a working Cheat Engine(CE)/Undetected Cheat Engine(UCE). Most of the advanced members have the way to get it to work, like iSean and guyz92. If you can`t get it to work on MSEA, try on a Private Server. The theory is same but sometimes AoBs might change.

First, load maple and login until you reach in game.
1. Finding Bases
First, scan values using the way you know, like AttackCount, attack once, first scan "1", attack another, next scan "2"

Okey, now, you got your address. Let`s say, the current address for AttackCount is 04AB3679. The old way that needs debugger is to attatch a debugger and "find out whay address accesses this address".......... It is very complicated. So, I`ll teach a new way.

Now, choose "Value between" on Scan Type and tick "Hex" (Value type = 4 bytes). Fill in "04AB0000" (Any you like...the lesser the better) on the first blank and "04AB3679" at the second blank. First scan.

Now, check that if an address AROUND 00CXXXXX that contains a value in the range. That might be the base address.

Lets say, we found it.
00C86838 - 04AB0001
So, this is CharBase. Now, letz proceed to another stage.

2. Finding Offsets with Base
Now, we got CharBase as the Base.
We have to find the offset. Itz so easy. Get your calculator ready with HEX. Subtract 04AB3679 by 04AB0001 and you get 3678. Done, this is your Offset.

So, CharBase = 00C86838 and AttCount = 3678

3. Finding Base with Offset.
Hey, i got MapID`s offset, AA8 and I don`t know CharInfoBase!!!
Well now, scan the value of the MapID and you`ll finally get an address. Letz say, 0662DCA8 contains the MapID`s value. Well, get your calculator, subtract 0662DCA8 with AA8, you got 0662CD00. Now, at Scan Type check "Exact Value" and tick HEX.
So we found:
00C88C4C - 0662CD00

So, CharInfoBase = 00C88C4C and MapID = AA8.

Oh yes, the bases and offsets are MapleSEA v97`s.

If you can`t find the Base, try to extend the scan range.
Oh yeah, if you want a more simple scanning, Edit the "Memory Scan Options".
From "00401000" to "00C95000" <<<---This is MapleSEA`s MSCRC range. If still can`t, check "Also scan Read Only Memory" or "Hyper Scan".

For finding AoBs to the next version, I`ll include that later. These first lol......
So these are the things that I found. Hope they`ll help you.

*These AoBs are WRONG/CHANGED in Nerrazurri`s pointer updater
ServerBase = 00C823C4
WorldOffset = 2068*
ChannelOffset = 206C*
CharInfoBase = 00C88C4C
MapIDOffset = 00000AA8*

A great tip: EXP% is "Double", not "4 byte", as it contains decimals.
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [TUT] Extremely Simple Pointer Finding Method

Post by Nerrazzuri »

My updater's AoB are based off gMS AoB. So it doesn't surprise me when it is wrong. =)

BTW nice find. But attaching debugger on MapleStory is still working, it just setting wise.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
User avatar
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: [TUT] Extremely Simple Pointer Finding Method

Post by New|Life »

Good tutorial, you can make it more organized because it looks abit messy.
- Learning C++ and Assembly language
User avatar
albertng95
Master of Darkness
Master of Darkness
Posts: 327
Joined: Fri Mar 05, 2010 5:11 pm

Re: [TUT] Extremely Simple Pointer Finding Method

Post by albertng95 »

lollipop1996 wrote:I comment oredy come fcked me larh.. noob shit
he is justcool91 - -
Image
ShiunYean
Headmaster of Darkness
Headmaster of Darkness
Posts: 648
Joined: Tue Sep 08, 2009 2:59 pm
Location: Brunei Darussalam
Contact:

Re: [TUT] Extremely Simple Pointer Finding Method

Post by ShiunYean »

Nice, I'm still learning C++.
Hope this will be useful next time.
albertng95 wrote:
lollipop1996 wrote:I comment oredy come fcked me larh.. noob shit
he is justcool91 - -
But his/her name is 1996, isn't justcool91?
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [TUT] Extremely Simple Pointer Finding Method

Post by Raiden »

New|Life wrote:Good tutorial, you can make it more organized because it looks abit messy.
I`ll make it a picture tutorial when i`ve time.

@Nerrazuri: OMG you can attatch the debugger? Once I edit something (change register) maple str8 crash..lol....scan pointers won`t.
lollipop1996 wrote:I comment oredy come fcked me larh.. noob shit
Well, I`ll call Jeof and sweep him out.
User avatar
albertng95
Master of Darkness
Master of Darkness
Posts: 327
Joined: Fri Mar 05, 2010 5:11 pm

Re: [TUT] Extremely Simple Pointer Finding Method

Post by albertng95 »

can??
Image
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: [TUT] Extremely Simple Pointer Finding Method

Post by xiangloong »

Str8 ban his ip from this website larh..sienz de with these kind of noobs
add me on MSN if u need help
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented
Image

Uploaded with ImageShack.us
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: [TUT] Extremely Simple Pointer Finding Method

Post by Nerrazzuri »

Raiden wrote:
New|Life wrote:Good tutorial, you can make it more organized because it looks abit messy.
I`ll make it a picture tutorial when i`ve time.

@Nerrazuri: OMG you can attatch the debugger? Once I edit something (change register) maple str8 crash..lol....scan pointers won`t.
lollipop1996 wrote:I comment oredy come fcked me larh.. noob shit
Well, I`ll call Jeof and sweep him out.
Yes, attaching debugger is possible.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
ShiunYean
Headmaster of Darkness
Headmaster of Darkness
Posts: 648
Joined: Tue Sep 08, 2009 2:59 pm
Location: Brunei Darussalam
Contact:

Re: [TUT] Extremely Simple Pointer Finding Method

Post by ShiunYean »

Ask guyz if their ips are the same.
Post Reply