HelpC++ Programming.

Posts 112 of 12 · Page 1 of 1
C++ Programming.
Hello guys, how are you?
I know this sounds stupid because there are links sticked, but still.
I very very want to learn C++ to start making hacks that I've always wanted and post them too so MPGH'ers will be able to enjoy from it too.
I need someone to tell me:
What is Visual C++? I mean is there a difference between that and C++? If yes, which 1 is better for making hacks?
Do I need to learn another language before C++? Like before I start learn that I need to start learn C? Or something?
I need some book links that you guys used them to learn with and you made succesfull hacks.
Please understand me again, there are just so many links in the sticky and I don't know what to start with and all of that stuff in there, it makes me get confused so please give me a link that you used to learn with.
(I am not so newbie, my other acc Daniel954, I forgot his password because of the password changing after some days that you must to change so....... I created this acc. :S)
I will want to create the hacks with menu and chams and stuff (I think I heard chams need D3D or something, so give me links to D3D and menu creating book tutorial too please. )
I will put alot of time and effort to learn that, as creating hacks and know this computer geniuses languages was like my little dream.
No one is voltuneering to help me and answer my questions? :/
-snip-

----EDIT----
Verste.hen has a simpler way to explain, Read his post for any info.

(. added in username because te-he = )
Thanks alot bro.
I will wait for more suggestions and answers from other people.
Quote Originally Posted by daniel954pro View Post
Thanks alot bro.
I will wait for more suggestions and answers from other people.
Holy titballs. You were fast
You should probably start off with external hacks (it's easier) and move onto DLL injection hacks.
Quote Originally Posted by JustTrollin View Post
Holy titballs. You were fast
You should probably start off with external hacks (it's easier) and move onto DLL injection hacks.
What are external hacks? How do they work, I know how DLL injection works but how does external work?
Also ummm idc which hack I will create I will just first learn C++ and then see if I will be able to create the external or DLL injection.
Edit: Can you tell me which site or the book name you learnt C++ from? Thanks in advance.
Quote Originally Posted by daniel954pro View Post
What are external hacks? How do they work, I know how DLL injection works but how does external work?
Also ummm idc which hack I will create I will just first learn C++ and then see if I will be able to create the external or DLL injection.
External hacks are hacks that are not injected into the application, and handle everything externally.
External hacks require to fetch the HWND & HANDLE of an application, then read/write to the memory providing you have the correct addresses/offsets/values. (Read/Write is the same for DLL Injection hacks)

I learned from cplusplus.com for my C++ and just used the reference from msdn (Microsoft's site on references for Windows functions (Also includes .NET/MFC/etc.)
Read my edit up there ^
Also, do you have skype or steam or somewhere that I may add you to chat with you?
I got some more questions and you look awesome by your signature because of your knowledge.
Yeah, I just updated my profile (I'm coming back to MPGH). Skype is added to my profile, check it out.
If you're planning on learning C++ just so you can make hacks. Then forget it, you're wasting your time.
It will take you years just to get the basics down, and if creating hacks is your only motivation then you will realize that the time and effort is no longer worth it.
Visual C++ is an IDE that uses the Microsoft Compiler.
C++ is a language. Compilers, compile the language (Obvious enough right)
You don't need any previous programming knowledge, but you should have a feel for problem solving and thinking logically.
And before you get into Direct X programming, please just learn the basics. Otherwise you'll come crawling every day asking what each line means.
Good luck to you.
Quote Originally Posted by Verstehen View Post
If you're planning on learning C++ just so you can make hacks. Then forget it, you're wasting your time.
It will take you years just to get the basics down, and if creating hacks is your only motivation then you will realize that the time and effort is no longer worth it.
Visual C++ is an IDE that uses the Microsoft Compiler.
C++ is a language. Compilers, compile the language (Obvious enough right)
You don't need any previous programming knowledge, but you should have a feel for problem solving and thinking logically.
And before you get into Direct X programming, please just learn the basics. Otherwise you'll come crawling every day asking what each line means.
Good luck to you.
Yeah, I talked with him on Skype. Apparently not too keen on spending years to learn C++.
Or you could take a pre released d3dbase. Or other people's way of hacking learn the in's and out's of how the entire project works. Then work on getting it to complie and then work on ways of making it work within your progam. Via editing it so that it bypasses anticheat or whatever problems you have with it not working.

I will want to create the hacks with menu and chams and stuff
Find any d3d base there are a billion around. Learn how the menu is setup and why its setup. Chams involves writting in the DPI etc.. alof of the other stuff have to do with memory address and editing them to work for you.

Code:
http://www.progamercity.net/d3d/713-tutorial-direct3d9-chams-wallhack.html
read..read...read...read...read...read....
Posts 112 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?