To all new-comers wanting to learn:
Find something to do. I started out for something called K-Relay, which is a hacking platform for a game called ROTMG. Read some of the plugin code, try making your own for about two months, and then start on c++. Start with something like console applications and try doing math related programs. After doing that for 1-2 months, try reading a book or interacting with others to sharpen the look of your code, and improving jumbled messes in old projects. Then you can go on to Win32 Applications, learning how to do tic tac toe, chess, and then interactive programs. Then make programs that deal with memory and maybe a binary tree with GUI. After that, a paint-like application is always a good refresher.
After this much experience, you should know how to make programs that can search through memory, respond to key presses, and draw stuff to the screen. Try practicing on older 3-D games, so you don't get VAC'd or something, and then try studying what will and will not trigger anti-cheats.
TL;DR you can't start hacking with no experience