I'd like to say that I am the original owner of this program.
It is not DOS based... it just runs as a console application.
This is an older version than the one I have currently, and one of my friends seems to have given the program away.
This program is not for sale, but I doubt that will stop many of you from buying it anyway.
Here's a screenshot, if you need further proof or whatever you can contact me on AIM.
AIM: Ding
imgbag.com/images/59394sigh.jpg
Also a short code snippet.
Code:
webResponse.Close();
if (answer.Contains("only accepts add") || answer.Contains("invalid friend") || answer.Contains("already"))
{
Console.WriteLine("Invalid id");
continue;
}
else if (answer.ToLower().Contains("captcha"))
{
Console.WriteLine("Captcha");
break;
}
I guses that's all I really have to say, I'd like to believe that some of you have heart enough to not buy this, and I do hope you do. But I'm sure it will just pop up on more forums until everyone has it. And I'm sure it will be working for a long time, since myspace hasn't changed logging in/friend requesting for over 6 months if I recall.
Please don't contact me asking to buy the program, it is not for sale.
|