I want to make an auto friend adder. - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20) +---- Thread: I want to make an auto friend adder. (/showthread.php?tid=21624) |
I want to make an auto friend adder. - ๖ۣۜDunsparth - 08-21-2011 I know this isnt the only thing that i want to program but i would like to learn the basic's of programming and i figured this would be a good first start to what i would like. 1. I want my program to gather ID's of the friends list you want. 2. I want the program to be simple and easy to use. 3. I would like it if i could make it do capatcha's for me. Anyhow moving on, i need some help i have no idea on how to program the most ive ever done is a little HTML and CSS. So im asking the amazing developers of SF can u give me some idea's and tutorials on the basic's of what i should learn? I also want to make a crypter. RE: I want to make an auto friend adder. - AceInfinity - 08-21-2011 If you're just starting out, this is not a good place to start. Something like this would involve a variety of things that would make it complicated for you to look at in perspective as a whole if you've never programmed before, and especially in C++. Crypers can't be discussed on SF, refer to the rules for why. And I would suggest starting out with learning how message boxes work, incorporate if then statements into the message box buttons, switch up the logic a little, try using loops, then use a combination of all 3. That's how you expand your knowledge in programming. |