Hi CC,
Some people asked me how I did this... so here we go!
Downloads:
Step-by-step Instructions:
1.
2.
3.
4.
5.
6.
7.
8.
Thanks CC, I hope this helped some people.
Bai XD
Some people asked me how I did this... so here we go!
Downloads:
My Source: Dropbox - Account Generator.rar
(No EXE file)
Virus Scan: http://******/HaoWaZ
PHP File: Dropbox - gen.php (Has to be uploaded to a website, PHP files do not execute in local browsers.)
(No EXE file)
Virus Scan: http://******/HaoWaZ
PHP File: Dropbox - gen.php (Has to be uploaded to a website, PHP files do not execute in local browsers.)
Step-by-step Instructions:
1.
Download the PHP file above.
2.
Add the accounts you want (example: $input = array("example:123", "emailassword", "des:k", "josh:420", "ngu:21")
3.
Now open FileZilla and connect to your website. If you do not have a website, I suggest that you use this free hosting site. And obviously upload the PHP file.
4.
Now open up Visual Studio and Create New Project>C#>Windows Form Application and then name it to whatever you want (i.e: Account Generator)
5.
Add the following controls from your toolbox:
- 1 TextBox
- 1 Button
6.
Now, scroll all the way to the top in your code (
and add the code:
and add the code:
Code:
using System.Net;
7.
Now under the button1_click event, add this code:
Code:
WebClient download = new WebClient();
string account = download.DownloadString("http://yourwebsite.com/junk/twitter.php");
deimosTextbox1.Text = account;
8.
Now you should be good to go. If not then please look at the source included at the top of this thread.
Thanks CC, I hope this helped some people.
Bai XD