Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused

    Cool Simple MC Account Generator

    I dunno if it works. My friend told me the link, and requested me to make this shit.
    Compile it yourself cuz I'm lazy to upload it:
    Code:
    using System;
    using System.Net;
    using System. IO;
    using System.Text.RegularExpressions;
    using System.Collections.Generic;
    
    internal static class Program
    {
    
        private static WebClient client = new WebClient();
        private static List<string> generatedAccs = new List<string>();
        public static void Main()
        {
            Console.Title = "Minecraft account generator - by Raydenman from mpgh.net";
            Console.Write("Number of accounts to generate: ");
            string number = Console.ReadLine();
            if (IsNumeric(number) != true)
            {
                // Not a number ...
                Main();
                return;
            }
    
            for (var i = 0; i < Convert.ToInt32(number); i++)
            {
                Console.WriteLine(genAcc());
            }
            Console.WriteLine();
            Console.WriteLine(number + " accounts generated successfully!");
            Console.Write("Would you like to save them in a text file on your Desktop? (y/n) ");
            string reply = Console.ReadLine();
            if (reply.ToLower() == "y")
            {
                SaveToTextFile();
            }
        }
    
        public static string genAcc()
        {
            try
            {
                string strpage = client.DownloadString("https://minecraftoriginal.com.br/gerador/J3S984MSjrT92sSA.php");
                MatchCollection mc = Regex.Matches(strpage, "([A-Za-z0-9_.+-])+@[A-Za-z-0-9]+\\.[a-za-z0-9]{2,10}:[A-Za-z0-9]{3,}");
                generatedAccs.Add(mc[0].ToString());
                return mc[0].ToString();
            }
            catch
            {
                return genAcc();
            }
        }
    
        public static void SaveToTextFile()
        {
            if (!(File.Exists(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\MinecraftAccounts.txt")))
            {
                File.Create(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\MinecraftAccounts.txt").Dispose();
            }
    
            for (var i = 0; i < generatedAccs.Count; i++)
            {
                StreamWriter sw = new StreamWriter(Environment.GetFolderPath(Environment.SpecialFolder.Desktop) + "\\MinecraftAccounts.txt", true);
                sw.WriteLine(generatedAccs[i] + Environment.NewLine);
                sw.Close();
            }
        }
    
        public static bool IsNumeric(object Expression)
        {
            double retNum;
    
            bool isNum = Double.TryParse(Convert.ToString(Expression), System.Globalization.NumberStyles.Any, System.Globalization.NumberFormatInfo.InvariantInfo, out retNum);
            return isNum;
        }
    }

  2. The Following User Says Thank You to Raydenman For This Useful Post:

    gabygamer (08-16-2015)

  3. #2
    fsp's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    131
    Reputation
    13
    Thanks
    479
    My Mood
    Angelic
    Why have a program do something thats available online, from your source code its pulling information from: https://minecraftoriginal.com.br/gera...MSjrT92sSA.php

  4. #3
    YoloNiggs's Avatar
    Join Date
    Aug 2015
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    You put this on cmd?

  5. #4
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by fsp View Post
    Why have a program do something thats available online, from your source code its pulling information from: https://minecraftoriginal.com.br/gera...MSjrT92sSA.php
    I put 30 accounts to generate. It does automatically, instead of refreshing 30 times manually, maybe you are too stupid to understand.
    Exactly, I use regular expressions to get the account generated.
    @YoloNiggs compile it with your favourite C# IDE.
    Last edited by Raydenman; 08-17-2015 at 01:01 PM.

  6. #5
    Jew's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    <dd style="overflow: hidden;">here</dd>
    Posts
    3,860
    Reputation
    289
    Thanks
    2,178
    My Mood
    Amazed
    Quote Originally Posted by fsp View Post
    Why have a program do something thats available online, from your source code its pulling information from: https://minecraftoriginal.com.br/gera...MSjrT92sSA.php

    thats exacly what he did?

    webclient and regex.
    Vouch thread





     

    Quote Originally Posted by foginho81 View Post
    Hello guys,5 mins ago i dowloaded this program, in 2 minutes i cracked an account, so i purchased Premium for supporting and have unlimited features!

    A+++ Tool GREAT CODER!
    Quote Originally Posted by shadowkiller198 View Post
    I just purchased a Premium account and I haven't had any problems with it!

    Quote Originally Posted by ImShan View Post
    Vouch for this guy!

    I just bought premium and works pretty good.
    Quote Originally Posted by SiiKFO View Post
    Vouch bought premium works very well
    Quote Originally Posted by DarkBlade324 View Post
    vouch i just bought premium it works great
    Quote Originally Posted by coolzombiesg View Post
    Vouch for him

    I just bought premium and works pretty good.
    Quote Originally Posted by KaizoPvP View Post
    VOUCHE: Yep, you are a legit seller, and I like the stuff you do.
    Quote Originally Posted by BTNGaming View Post
    Premium Purchased

  7. #6
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Jew View Post



    thats exacly what he did?

    webclient and regex.
    Yes, what's the problem? ...

  8. #7
    Jew's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    <dd style="overflow: hidden;">here</dd>
    Posts
    3,860
    Reputation
    289
    Thanks
    2,178
    My Mood
    Amazed
    Quote Originally Posted by Raydenman View Post
    Yes, what's the problem? ...
    no problem at all, good job
    Vouch thread





     

    Quote Originally Posted by foginho81 View Post
    Hello guys,5 mins ago i dowloaded this program, in 2 minutes i cracked an account, so i purchased Premium for supporting and have unlimited features!

    A+++ Tool GREAT CODER!
    Quote Originally Posted by shadowkiller198 View Post
    I just purchased a Premium account and I haven't had any problems with it!

    Quote Originally Posted by ImShan View Post
    Vouch for this guy!

    I just bought premium and works pretty good.
    Quote Originally Posted by SiiKFO View Post
    Vouch bought premium works very well
    Quote Originally Posted by DarkBlade324 View Post
    vouch i just bought premium it works great
    Quote Originally Posted by coolzombiesg View Post
    Vouch for him

    I just bought premium and works pretty good.
    Quote Originally Posted by KaizoPvP View Post
    VOUCHE: Yep, you are a legit seller, and I like the stuff you do.
    Quote Originally Posted by BTNGaming View Post
    Premium Purchased

  9. #8
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Jew View Post

    no problem at all, good job
    I think you don't even understand how the application works.

  10. #9
    Jew's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    <dd style="overflow: hidden;">here</dd>
    Posts
    3,860
    Reputation
    289
    Thanks
    2,178
    My Mood
    Amazed
    Quote Originally Posted by Raydenman View Post
    I think you don't even understand how the application works.

    haha,ok dude

    lets not get ahead of ourselfs. its an ultra simple c# application. not even multithreaded.

    believe me i have made much more complicated things in my life
    Vouch thread





     

    Quote Originally Posted by foginho81 View Post
    Hello guys,5 mins ago i dowloaded this program, in 2 minutes i cracked an account, so i purchased Premium for supporting and have unlimited features!

    A+++ Tool GREAT CODER!
    Quote Originally Posted by shadowkiller198 View Post
    I just purchased a Premium account and I haven't had any problems with it!

    Quote Originally Posted by ImShan View Post
    Vouch for this guy!

    I just bought premium and works pretty good.
    Quote Originally Posted by SiiKFO View Post
    Vouch bought premium works very well
    Quote Originally Posted by DarkBlade324 View Post
    vouch i just bought premium it works great
    Quote Originally Posted by coolzombiesg View Post
    Vouch for him

    I just bought premium and works pretty good.
    Quote Originally Posted by KaizoPvP View Post
    VOUCHE: Yep, you are a legit seller, and I like the stuff you do.
    Quote Originally Posted by BTNGaming View Post
    Premium Purchased

  11. #10
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Jew View Post



    haha,ok dude

    lets not get ahead of ourselfs. its an ultra simple c# application. not even multithreaded.

    believe me i have made much more complicated things in my life
    Why should I use multi-threads in this case?
    The style of multithreading you would like to use depends on what you are trying to accomplish.
    Parallel programming, etc.
    Use thread when you need different execution paths.
    In some cases you should it in situations when you want to make things faster.
    NB: A console based application haven't GUI thread that needs to repaint the windows and accept user input, so a console application may be ''' a bit ''' quicker.
    So, no, THIS IS NOT THE CASE.
    "believe me i have made much more complicated things in my life"
    I don't develop like you in VB.NET or that shitty "Java".
    I develop on C/C++, .NET, I know meta-scripting languages and other.
    PS: Your mpgh name describes yourself.
    Last edited by Raydenman; 08-18-2015 at 03:42 AM.

  12. #11
    Jew's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    <dd style="overflow: hidden;">here</dd>
    Posts
    3,860
    Reputation
    289
    Thanks
    2,178
    My Mood
    Amazed
    Quote Originally Posted by Raydenman View Post
    PS: Your mpgh name describes yourself.
    no shit

    Also if it takes 1 second for their server to respond to a request.

    sending 200 in a second would make it at least 100 times faster.
    Vouch thread





     

    Quote Originally Posted by foginho81 View Post
    Hello guys,5 mins ago i dowloaded this program, in 2 minutes i cracked an account, so i purchased Premium for supporting and have unlimited features!

    A+++ Tool GREAT CODER!
    Quote Originally Posted by shadowkiller198 View Post
    I just purchased a Premium account and I haven't had any problems with it!

    Quote Originally Posted by ImShan View Post
    Vouch for this guy!

    I just bought premium and works pretty good.
    Quote Originally Posted by SiiKFO View Post
    Vouch bought premium works very well
    Quote Originally Posted by DarkBlade324 View Post
    vouch i just bought premium it works great
    Quote Originally Posted by coolzombiesg View Post
    Vouch for him

    I just bought premium and works pretty good.
    Quote Originally Posted by KaizoPvP View Post
    VOUCHE: Yep, you are a legit seller, and I like the stuff you do.
    Quote Originally Posted by BTNGaming View Post
    Premium Purchased

  13. #12
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Jew View Post

    no shit

    Also if it takes 1 second for their server to respond to a request.

    sending 200 in a second would make it at least 100 times faster.
    Ok, 100% noob approved on programming

  14. #13
    Jew's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    <dd style="overflow: hidden;">here</dd>
    Posts
    3,860
    Reputation
    289
    Thanks
    2,178
    My Mood
    Amazed
    Quote Originally Posted by Raydenman View Post
    Ok, 100% noob approved on programming
    thats why i made the fastest scraper on the internet right
    Vouch thread





     

    Quote Originally Posted by foginho81 View Post
    Hello guys,5 mins ago i dowloaded this program, in 2 minutes i cracked an account, so i purchased Premium for supporting and have unlimited features!

    A+++ Tool GREAT CODER!
    Quote Originally Posted by shadowkiller198 View Post
    I just purchased a Premium account and I haven't had any problems with it!

    Quote Originally Posted by ImShan View Post
    Vouch for this guy!

    I just bought premium and works pretty good.
    Quote Originally Posted by SiiKFO View Post
    Vouch bought premium works very well
    Quote Originally Posted by DarkBlade324 View Post
    vouch i just bought premium it works great
    Quote Originally Posted by coolzombiesg View Post
    Vouch for him

    I just bought premium and works pretty good.
    Quote Originally Posted by KaizoPvP View Post
    VOUCHE: Yep, you are a legit seller, and I like the stuff you do.
    Quote Originally Posted by BTNGaming View Post
    Premium Purchased

  15. #14
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Jew View Post

    thats why i made the fastest scraper on the internet right
    Fast or slow nevermind .
    Stop spamming my topic please.

  16. #15
    fsp's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    131
    Reputation
    13
    Thanks
    479
    My Mood
    Angelic
    Quote Originally Posted by Raydenman View Post
    I think you don't even understand how the application works.
    In all fairness he does though

    Quote Originally Posted by Jew View Post



    thats exacly what he did?

    webclient and regex.

  17. The Following User Says Thank You to fsp For This Useful Post:

    Jew (08-19-2015)

Page 1 of 2 12 LastLast

Similar Threads

  1. Steam Account generator
    By SinfulRyu in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 29
    Last Post: 09-24-2009, 12:19 AM
  2. Steam Account Generator released
    By Dave84311 in forum Hack/Release News
    Replies: 20
    Last Post: 08-25-2009, 08:23 PM
  3. Steam Account Generator.
    By Dave84311 in forum Hack/Release News
    Replies: 19
    Last Post: 11-05-2008, 09:14 PM
  4. ********** Premium Account Generator
    By Luigid in forum Trade Accounts/Keys/Items
    Replies: 3
    Last Post: 11-16-2007, 01:42 PM
  5. Steam Account Generator Updated
    By Dave84311 in forum Hack/Release News
    Replies: 12
    Last Post: 10-12-2007, 02:12 PM