So um I have been playing combat arms for a long time with hacks as well, ive probably made round like 36 accounts thats how much ive hacked and now since im thanking people for the hacks I kinda feel like making my own now, now if some one could give me a site or a post on mpgh that will help me for my first hack.
Thanks
do u hace any C++ expirance?
Go look at one of the numerous tutorials that can be found in our numerous coding sections here at MPGH.
Well to make hacks you need to learn c++ and d3d. but first c++. Those tuts^ dont really teach c++ but rather teaches how to start making ca hacks if you already kno c++. I think you should take a look at the links in my signature below. They lead to pdf files of good starter learning books.
EDIT: Darnit, wrong thread -.-
Anyways, learn ASM for disassembling and how memory works along side C++ and D3D; learning C++ alone really isn't enough to make hacks for games like CA and Maplestory, or games with hackshields in general.
you dont need c++ to make hacks,
d3d uses a COM interface so u can make a d3d hack in asm if u wanted to
Originally Posted by kibbles18
you dont need c++ to make hacks,
d3d uses a COM interface so u can make a d3d hack in asm if u wanted to
You don't need a COM interface to access things in Assembly. You just need to know the address of the function and the calling convention so that you don't mess up the stack.