How do I start doing hacks like all the people here on the forum ..
Give me a beginner's guide, thank you
Give me a beginner's guide, thank you
That's because most people here are not even able to read compiler warnings. They copy and paste mostly, thinking they are doing C++ when they are doing C and so on.Quote:
Learn C++. It's not that hard as some say here. It's a bit hard in the beginning, but don't give up - when you're ready, you'll see that it paid off, trust me.
Quote:
That's kinda hard to to, as it requires a huge knowledge base:
Mandatory:Optional:
- You need to know about the C programming language. Learning C is mandatory as both the Win32 API and the Direct3D9 API are using C. Next step is to learn about those APIs.
- Get to know pointer arithmetics very well.
- Learn how to debug an application, then how to disassemble an application. Learn how to analyse disassembly. Requires knowledge about Assembly, most likely Intel x86 Assembly using Intel Notation.
- Understand your tools. Know how to use your IDE and your Disassembler.
- Learn C++. The most powerful thing you will use is RAII. Also get to know the Standard Template Library facilities.
- Avoid using raw pointers whenever possible. Use raw pointers only for weak memory (which you do not own).
- Study. You'll never end studying and learning. The languages are evolving and so are your possibilities.
Learning all this requires you to have a lot of free time to spend on this. But don't give up, it'll be well worth it, even though it might take some months to understand the basics and some years to master it.
Quote:
Learn C++. It's not that hard as some say here. It's a bit hard in the beginning, but don't give up - when you're ready, you'll see that it paid off, trust me.
Quote:
That's because most people here are not even able to read compiler warnings. They copy and paste mostly, thinking they are doing C++ when they are doing C and so on.
Quote:
#moved
I want to know how to copy-paste hack and where to get the codesQuote:
That's why he should learn C++ and don't use any public bases or shit like this. :P
thanks brother :)Quote:
[Only registered and activated users can see links. Click Here To Register...]
Das benutze ich auch :-)
[Only registered and activated users can see links. Click Here To Register...]