
Originally Posted by
jking54
ive written my own .bat files and stuff like that in notepad++ im guessing writiing hacks is way harder lol
That are just commands you can use that your Command Window will react to.
But, none the less, it's very simple code.
I wouldn't suggest starting with C++ first, I'd start off with making hello world applications in VB.net or something, to introduce you to programming languages.
Vb.net is similar to .bat scripting, and you'll pick it up quickly.
Also, msdn is a great help for when you need to understand something.
People say learn C++, but learning the hardest things first isn't really the best idea.
Start of slow and easy.
Only start to make hacks when you fully understand the basics of the coding language (fluently).
ie you can start making your own injectables, programs or other without needing to ask for code (doesn't need to be a hack).
I understand if you wanna go straight to hack making, but I assure you if you follow what I said. You'll find coding hacks much easier.