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.
-
ShootDaLoves
- Novice Knight

- Posts: 4
- Joined: Sat Feb 26, 2011 10:48 pm
Learning.
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?
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.
-Make my First Maple Hack (Memory-Edit) [ X ]
If you can please Teach me , I'm willing to learn.
- xiangloong
- The Great Lord

- Posts: 1794
- Joined: Sat May 15, 2010 6:44 pm
- Location: Kajang,Selangor
Re: Learning.
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

Uploaded with ImageShack.us
xiangloong@xmtmail.tk
Never Be A Hacker when you're Not Talented

Uploaded with ImageShack.us
Re: Learning.
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.
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

- Posts: 4
- Joined: Sat Feb 26, 2011 10:48 pm
Re: Learning.
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 )
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.
-Make my First Maple Hack (Memory-Edit) [ X ]
If you can please Teach me , I'm willing to learn.
- Nerrazzuri
- Destiny General

- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: Learning.
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.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.
example:
Code: Select all
if(int X == 0) {
//do something
}Code: Select all
cmp ax,00
je xxxxxxxx//address of the (do something code)Selling my ultimate trainer for MapleStory SEA --> View below for screenshot
Click Here for more Information!

Click Here for more Information!

-
ShootDaLoves
- Novice Knight

- Posts: 4
- Joined: Sat Feb 26, 2011 10:48 pm
Re: Learning.
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.
-Make my First Maple Hack (Memory-Edit) [ X ]
If you can please Teach me , I'm willing to learn.
Re: Learning.
No need to learn to make hacks la dey , just update those =P
Re: Learning.
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)
and learn c++ first. asm is abit harder to learn and less of use. or u could learn machine code(just kidding)
- Nerrazzuri
- Destiny General

- Posts: 1110
- Joined: Sun Dec 20, 2009 9:15 pm
Re: Learning.
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!

Click Here for more Information!

-
ShootDaLoves
- Novice Knight

- Posts: 4
- Joined: Sat Feb 26, 2011 10:48 pm
Re: Learning.
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?
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.
-Make my First Maple Hack (Memory-Edit) [ X ]
If you can please Teach me , I'm willing to learn.


