Learning.

Discuss MapleStory hacks and bots over here!
ShootDaLoves
Novice Knight
Novice Knight
Posts: 4
Joined: Sat Feb 26, 2011 10:48 pm

Learning.

Post by ShootDaLoves »

Hello all,

I have da question to ask. DO i have to learn those C+ ASM language thing before I'm able to hack maple? Not those wz hack , as in those CE Script Hack. DO i have to ? I can guess the answer is yes. Making script is using ASM language or C++ thing? Can anyone be my mentor for this? :)
-Learning ASM Language [On-Going]
-Make my First Maple Hack (Memory-Edit) [ X ]

If you can please Teach me , I'm willing to learn.
User avatar
xiangloong
The Great Lord
The Great Lord
Posts: 1794
Joined: Sat May 15, 2010 6:44 pm
Location: Kajang,Selangor

Re: Learning.

Post by xiangloong »

CE script no need.Those language are for bot/trainer.
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
New|Life
Dark Lord
Dark Lord
Posts: 142
Joined: Sun Dec 06, 2009 8:01 pm

Re: Learning.

Post by New|Life »

IMO the most crucial thing about hacking is the understanding of memory.

When dealing with memory, actually ASM knowledge is used more than C++, because C++ is not mainly used for game hacking.

In our case, the purpose of C++ is to code a bot/trainer, obviously to provide GUI for users, as well as implement all the hacks and botting functions inside them.

But then it is not a must to master ASM though, just know how to read the instructions will do.

So to answer you, I think learning both is compulsory, but C++ does have higher priority than ASM.

However you should not learn C++ if your main purpose is just to hack games.
- Learning C++ and Assembly language
ShootDaLoves
Novice Knight
Novice Knight
Posts: 4
Joined: Sat Feb 26, 2011 10:48 pm

Re: Learning.

Post by ShootDaLoves »

So if onli wanted to make hack for hacking maple i need to learn ASM language to make?

So Basically ,

C++ for Making Trainer
ASM language for Making Hack? as in Memory Hack (eg. pVac , Godmode )
-Learning ASM Language [On-Going]
-Make my First Maple Hack (Memory-Edit) [ X ]

If you can please Teach me , I'm willing to learn.
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: Learning.

Post by Nerrazzuri »

New|Life wrote:IMO the most crucial thing about hacking is the understanding of memory.

When dealing with memory, actually ASM knowledge is used more than C++, because C++ is not mainly used for game hacking.

In our case, the purpose of C++ is to code a bot/trainer, obviously to provide GUI for users, as well as implement all the hacks and botting functions inside them.

But then it is not a must to master ASM though, just know how to read the instructions will do.

So to answer you, I think learning both is compulsory, but C++ does have higher priority than ASM.

However you should not learn C++ if your main purpose is just to hack games.
There is something I need to say is that, learn C++ is crucial as it will help you understand how actually memory works. Do note that C++ is converted into assembly after compiling. And yes, learning C++ will give more information on how actually the assembly works.

example:

Code: Select all

if(int X == 0) {
//do something
}
while in assembly it will be something like

Code: Select all

cmp ax,00
je xxxxxxxx//address of the (do something code)
I hope you understand that.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
ShootDaLoves
Novice Knight
Novice Knight
Posts: 4
Joined: Sat Feb 26, 2011 10:48 pm

Re: Learning.

Post by ShootDaLoves »

wa! i tot hack easy easy nia..so learn from ASM first right? as in cheat engine is using a ASM only right? because i not gonna make trainer but onli use the memory editing to hack maple and make my own vac hack onli..
-Learning ASM Language [On-Going]
-Make my First Maple Hack (Memory-Edit) [ X ]

If you can please Teach me , I'm willing to learn.
XIIILeoj
Dark Lord
Dark Lord
Posts: 147
Joined: Sat Apr 10, 2010 4:58 pm

Re: Learning.

Post by XIIILeoj »

No need to learn to make hacks la dey , just update those =P
happy125
Headmaster of Darkness
Headmaster of Darkness
Posts: 549
Joined: Tue Jun 22, 2010 10:06 pm
Location: Singapore

Re: Learning.

Post by happy125 »

i tot c++ convert ur script to machine/executable(binary) code?

and learn c++ first. asm is abit harder to learn and less of use. or u could learn machine code(just kidding)
If ur good at smth, never do it for free.
Maple ID list v1.02
Image
Image
Image
User avatar
Nerrazzuri
Destiny General
Destiny General
Posts: 1110
Joined: Sun Dec 20, 2009 9:15 pm

Re: Learning.

Post by Nerrazzuri »

Before converting to machine codes, it will convert into assembly first.
Selling my ultimate trainer for MapleStory SEA --> View below for screenshot

Click Here for more Information!

Image
ShootDaLoves
Novice Knight
Novice Knight
Posts: 4
Joined: Sat Feb 26, 2011 10:48 pm

Re: Learning.

Post by ShootDaLoves »

LOL! to me updating ppl hack is just like a baby trying to walk without learning how to crawl..no offend meant but yeah..that how i felt..somemore i don't even know how to update addresses..i wanted to learn ASM and understand what CE is writing in the memory region..wanna make some hack out of it...HOPE SOMEONE HERE CAN COACH ME :)

btw is there any good E-BOOK around here to learn SIMPLE ASM and Reading Instruction?
-Learning ASM Language [On-Going]
-Make my First Maple Hack (Memory-Edit) [ X ]

If you can please Teach me , I'm willing to learn.
Post Reply