Page 1 of 2
Learning.
Posted: Sat Feb 26, 2011 10:55 pm
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?

Re: Learning.
Posted: Sat Feb 26, 2011 11:03 pm
by xiangloong
CE script no need.Those language are for bot/trainer.
Re: Learning.
Posted: Sat Feb 26, 2011 11:35 pm
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.
Re: Learning.
Posted: Sun Feb 27, 2011 1:07 am
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 )
Re: Learning.
Posted: Sun Feb 27, 2011 1:21 am
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:
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.
Re: Learning.
Posted: Sun Feb 27, 2011 9:27 am
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..
Re: Learning.
Posted: Mon Feb 28, 2011 10:18 pm
by XIIILeoj
No need to learn to make hacks la dey , just update those =P
Re: Learning.
Posted: Mon Feb 28, 2011 10:25 pm
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)
Re: Learning.
Posted: Mon Feb 28, 2011 11:43 pm
by Nerrazzuri
Before converting to machine codes, it will convert into assembly first.
Re: Learning.
Posted: Tue Mar 01, 2011 7:45 pm
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?