[Release]World of Warcraft Fake CD Key/Time Card generator 3.0 menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release]World of Warcraft Fake CD Key/Time Card generator 3.0

    This is just a cool tool i wrote up that generates fake keys. I decided to us this as my first tool for taking my first few steps into the

    visual basic universe i just thought this would be a nice little program to have



    It's fairly easy to understand how to use just open it up and press the Generate key

    and copy the code. it's also a very small program only (about 400kb unzipped) for those

    with limited space.



    Download Rapidshare
    Download Filebeam



    Finally i can guarantee my files don't have any viruses within it by scanning it with virus total here is the link
    Virus Total Scan.

    I will post new versions here! with update notes.

    Version 1.0
    +Finished Program with Raw GUI and Bad Coding to make key :P

    Version 2.0
    +Released on MMowned!
    +GUI Overhaul and fixed coding to be completely random.- Thanks maclone for helping me on this part and added a new icon!

    Version 3.0
    +Added Time Code Generator along with the CD-Key Generator.
    +Generates Codes in valid layout and both at the same time.

    Please tell me your suggestions this is just for fun it can be used for scamming, and much more just be creative!
    please ask if you would like to use this in any project to make sure i recieve the right amount of credit! Please note the links are not viruses just for a site called Linkbucks.
    Last edited by iradiation; 04-03-2009 at 07:13 PM.

    [Release]World of Warcraft Fake CD Key/Time Card generator 3.0
  2. #2
    nickelo's Avatar Active Member
    Reputation
    56
    Join Date
    Aug 2007
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice, By any chance may i see opensource code? if not, its cool. =P
    Database Evolved Developer:wave:

  3. #3
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ehh sorry id like to keep it quiet.

  4. #4
    Hasselhoff's Avatar IN A SPEEDO
    Reputation
    356
    Join Date
    Oct 2007
    Posts
    474
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not gonna lie, I dont see the need for so many of these, they all do the same thing....




  5. #5
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hasselhoff View Post
    I'm not gonna lie, I dont see the need for so many of these, they all do the same thing....
    wha? theres only 2 mine and apoc's that i've seen.

  6. #6
    Stans Dad's Avatar Banned
    Reputation
    404
    Join Date
    Dec 2007
    Posts
    743
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apoc has had one out for a WHILE now :/

  7. #7
    Bon's Avatar Contributor
    Reputation
    311
    Join Date
    Aug 2008
    Posts
    334
    Thanks G/R
    4/57
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Recon you could re-code it to be a "blizz authenticator" cracker?

  8. #8
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stans Dad View Post
    Apoc has had one out for a WHILE now :/
    so have i :3

  9. #9
    typ's Avatar Active Member
    Reputation
    16
    Join Date
    Jan 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice but useless. You could actualy type a CD key its longer but works same. +rep tfor contributing.

  10. #10
    sixbenz's Avatar Member
    Reputation
    9
    Join Date
    Aug 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why would anyone use a program like this? .. Just.. wow.

  11. #11
    ViND_'s Avatar Contributor
    Reputation
    156
    Join Date
    Apr 2008
    Posts
    1,134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Suggestion:

    Make a program where people enter their account details and click some "Activate Gamecard" Button.

  12. #12
    explictx420's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stop dissing the guy. He made a program to further his knowledge of VB and decides to share it with you guys and you guys shoot him down. l2chill.

  13. #13
    ViND_'s Avatar Contributor
    Reputation
    156
    Join Date
    Apr 2008
    Posts
    1,134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im just suggesting it.

  14. #14
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    internal class CardGenerator
        {
            private static readonly char[] Charset = "abcdefghijklmnopqrstuvwxyz0123456789".ToCharArray();
            private static readonly Random random = new Random();
    
            /// <summary>
            /// Gets a randomly generated time card code. Example: 3420-666698-16081-009008-6060
            /// </summary>
            /// <value>The get time card.</value>
            /// 10/27/2008 9:15 AM
            public static string GetTimeCard
            {
                get
                {
                    StringBuilder sb = new StringBuilder();
                    for (int j = 1; j <= 29; j++)
                    {
                        int next = random.Next(10);
                        if (j == 5 || j == 12 || j == 18 || j == 25)
                        {
                            sb.Append("-");
                            continue;
                        }
                        sb.Append(next.ToString());
                    }
                    return sb.ToString();
                }
            }
    
            /// <summary>
            /// Gets a randomy generated Trading Card Game code
            /// </summary>
            /// <value>The get TCG card.</value>
            /// 10/27/2008 9:15 AM
            public static string GetTCGCard
            {
                get
                {
                    StringBuilder sb = new StringBuilder();
                    for (int i = 0; i < 29; i++)
                    {
                        if (i == 4 || i == 12 || i == 18 || i == 24)
                        {
                            sb.Append("-");
                            continue;
                        }
                        sb.Append(Charset[random.Next(Charset.Length)]);
                    }
                    return sb.ToString().ToUpper();
                }
            }
    
            /// <summary>
            /// Gets a randomly generated CD key. Example: RMXI7O-83DY-ZU6INW-8FMB-72XSG4
            /// </summary>
            /// <value>The get CD key.</value>
            /// 10/27/2008 9:15 AM
            public static string GetCDKey
            {
                get
                {
                    StringBuilder sb = new StringBuilder();
                    for (int i = 1; i <= 30; i++)
                    {
                        if (i == 7 || i == 12 || i == 19 || i == 24)
                        {
                            sb.Append('-');
                            continue;
                        }
                        sb.Append(Charset[random.Next(Charset.Length)]);
                    }
                    return sb.ToString().ToUpper();
                }
            }
    
            /// <summary>
            /// Gets a randomly generated Blizzard authenticator code. (Length ranges from 6-8 digits only.)
            /// </summary>
            /// <value>The get authenticator.</value>
            /// 10/27/2008 9:15 AM
            public static string GetAuthenticator
            {
                get
                {
                    int rand = random.Next(6, 9);
                    StringBuilder sb = new StringBuilder();
                    for (int i = 0; i < rand; i++)
                    {
                        sb.Append(random.Next(10));
                    }
                    return sb.ToString();
                }
            }
        }
    There you go. Add a GUI, and you have yourself a generator for the 4 major WoW codes.

    Call the following:

    Code:
    string myCDKey = CardGenerator.GetCDKey;
    And you have a random CDKey generated.

    Enjoy.

    This kind of stuff doesn't need to be secret iradiation. It's not difficult to create, and it's not hard to understand either.

    +Rep for the contribution though.

  15. #15
    iradiation's Avatar Banned
    Reputation
    88
    Join Date
    Mar 2008
    Posts
    625
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahh sorry apoc just some people were allz like DON"T GIVE SOURCE OUT like 2d said so i just did what they said (he is a mod so i just follow what the mods say they usually know best)

Page 1 of 2 12 LastLast

Similar Threads

  1. [Selling] Selling World of Warcraft - CD-Key/Time Card (Only Paypal)
    By VRPS in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 10-20-2013, 01:11 PM
  2. [Selling] ★ ★World of Warcraft,CD Keys,Time Card,Powerleveling,Items,Low Price ★ ★
    By shanechicoo in forum World of Warcraft Buy Sell Trade
    Replies: 4
    Last Post: 03-19-2012, 08:20 PM
  3. [Release]World of Warcraft Fake CD Key generator
    By iradiation in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 10-27-2008, 05:06 PM
  4. [RELEASE] World of Warcraft Server Browser
    By Creeps in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 03-16-2007, 04:35 PM
All times are GMT -5. The time now is 03:02 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search