Post: Account Generator [TUTORIAL]
03-23-2015, 08:52 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi NGU,

Some people asked me how I did this... so here we go!

Downloads:

My Source: You must login or register to view this content.
(No EXE file)
Virus Scan: You must login or register to view this content.
PHP File: You must login or register to view this content. (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", "email:password", "des:k", "josh:420", "ngu:21")Winky Winky


3.
Now open You must login or register to view this content. and connect to your website. If you do not have a website, I suggest that you use You must login or register to view this content. And obviously upload the PHP file.


4.
Now open up You must login or register to view this content. 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

Set the button text to "Download Account" or something similar.


6.
Now, scroll all the way to the top in your code (You must login or register to view this content.
and add the code:
    using System.Net;



7.
Now under the button1_click event, add this code:
    
WebClient download = new WebClient();
string account = download.DownloadString("https://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 NGU, I hope this helped some people.

Bai XD

The following 2 users say thank you to DesiqnzHD for this useful post:

AssEMoDDeR, TehMerkMods

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo