[Release] Gamecard Generator - Batch File menu

User Tag List

Page 4 of 10 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 148
  1. #46
    Fraak's Avatar Member
    Reputation
    20
    Join Date
    Mar 2007
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One problem though, If blizzard has a captcha field. To bad (or at least if its not a complete idiot captcha)

    If not blizzard is REALY stupid.

    Btw you dont need to know wat the next page is, Just compare results, for example.

    Try 10 keys 10 times same result = probebly 10 times a invalid key. 9 times the same and 1 different, You got a valid key (most likely). I know this is slow but after you have done this with lets say 1000 try's validate your results by hand (more or less) and you got your answer

    Oh btw I just noticed that blizzard has no captcha on entering a game key with trial accounts. Could do the same thing there. Ill try that tomorow.

    [Release] Gamecard Generator - Batch File
  2. #47
    jaggermister's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot! +Rep!

  3. #48
    klepso's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesn't function why? is only for us version?

  4. #49
    Kaizera's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't get the idea how its working. I get the command promt on, copy the stuff and then some little red window with the command appears and nothing else. Help!

  5. #50
    Tharuler's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You don't need to see if the code is working or not...
    Just make your script enter the code, press accept, and go back to entering a new code.

    Then let it run a few hours, if you come back and you have 5 gamecards added, it worked .

  6. #51
    Baysikk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I saved it as "GamercardGen.bat" but when i double click the file it just has the code in it. I'm on vista btw, idk if that changes anything..

  7. #52
    Inamir's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does it work for EU too ?

    (Sorry 4 my bad english i'm belgian)

  8. #53
    Zeluous's Avatar Active Member
    Reputation
    61
    Join Date
    Dec 2008
    Posts
    423
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you make it use hexcimetricals?

  9. #54
    xX EPIC Xx's Avatar Active Member
    Reputation
    37
    Join Date
    Apr 2008
    Posts
    238
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this works great! +Rep nice release
    https://Fileusher.com

  10. #55
    nertman's Avatar Active Member
    Reputation
    17
    Join Date
    Aug 2008
    Posts
    64
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If your having trouble running the code you can try this

    Copy the code to a notepad file
    Goto File > Save as >

    Filename: GameCardGen.bat
    Save as Type: All Files

    (note the name doesn't really matter just be sure to have .bat at the end of the file name and have it selected as all files and not .txt usually can just open the .bat file you just made and it will run a dos window generating a random wow game card number these could be valid but odds of that happening are next to none)

    Goto Start > Run > Type CMD > Drag and drop the .bat file into the DoS window > Press enter

    It will load the small file generating a random string of numbers


    I made some minor changes nothing big at all just to help give people a more general idea of how to change the application around some

    The below generator will gen 7 different codes at once also i removed the - marks so you can simply copy and paste right into the wow form and i added a little description/welcoming note area

    Code:
    @echo off
    title Gamecard Generator
    mode CON cols=50 lines=19
    color 0A
    :restartprog
    SET /A i=1
    :reworkrandom
    SET /A fixedrand=%random%*10
    CALL SET r%i%=%%fixedrand:~1,1%%
    SET /A i=i+1
    if %i% LEQ 175 goto reworkrandom
    echo  ________________________________________________ 
    echo          Welcome,
    echo         Use the generated game codes below
    echo         to get free WoW game time.
    echo         Blah blah blah blah blah blah blah
    echo         blah blah blah blah blah blah blah 
    echo  ________________________________________________ 
    echo              %r1%%r2%%r3%%r4%%r5%%r6%%r7%%r8%%r9%%r10%%r11%%r12%%r13%%r14%%r15%%r16%%r17%%r18%%r19%%r20%%r21%%r22%%r23%%r24%%r25%
    echo              %r26%%r27%%r28%%r29%%r30%%r31%%r32%%r33%%r34%%r35%%r36%%r37%%r38%%r39%%r40%%r41%%r42%%r43%%r44%%r45%%r46%%r47%%r48%%r49%%r50%
    echo              %r51%%r52%%r53%%r54%%r55%%r56%%r57%%r58%%r59%%r60%%r61%%r62%%r63%%r64%%r65%%r66%%r67%%r68%%r69%%r70%%r71%%r72%%r73%%r74%%r75%
    echo              %r76%%r77%%r78%%r79%%r80%%r81%%r82%%r83%%r84%%r85%%r86%%r87%%r88%%r89%%r90%%r91%%r92%%r93%%r94%%r95%%r96%%r97%%r98%%r99%%r100%
    echo              %r101%%r102%%r103%%r104%%r105%%r106%%r107%%r108%%r109%%r110%%r111%%r112%%r113%%r114%%r115%%r116%%r117%%r118%%r119%%r120%%r121%%r122%%r123%%r124%%r125%
    echo              %r126%%r127%%r128%%r129%%r130%%r131%%r132%%r133%%r134%%r135%%r136%%r137%%r138%%r139%%r140%%r141%%r142%%r143%%r144%%r145%%r146%%r147%%r148%%r149%%r150%
    echo              %r151%%r152%%r153%%r154%%r155%%r156%%r157%%r158%%r159%%r160%%r161%%r162%%r163%%r164%%r165%%r166%%r167%%r168%%r169%%r170%%r171%%r172%%r173%%r174%%r175%
    echo  ________________________________________________ 
    pause
    goto restartprog
    ^ the above should gen a black DoS box with green text 50 text blocks long and 19 in height should looke like
    Code:
     ________________________________________________
    
             Welcome,
            Use the generated game code below
            to get free WoW game time.
            Blah blah blah blah blah blah blah
            blah blah blah blah blah blah blah
     ________________________________________________
    
                 1024646918726458423501250
                 5538457502075249283572715
                 8771406426333690261270934
                 8009290914262283753705398
                 9128871735951375878025242
                 4422166950389824243439186
                 4807158792310402324732448
     ________________________________________________
    
    Press any key to continue . . .
    To steal real codes you'd have them enter their real code and mail it off or submit it somewhere for you to get then have it show/give the codes after they've entered a code and submitted it


    US prepaid cards are numbers only and there are 25 of them 4-6-5-6-4 in the format
    0000-000000-00000-000000-0000

    I'm unsure of other countries if it's the same or not (0000000000000000000000000 to 9999999999999999999999999 is a 10,000,000,000,000,000,000,000,000 different possibilities of game card codes. meaning there is a limit even if it's big. The card code could have not been made yet, the card code could already be in use. (you can weed out a bunch of nonsence codes like 0000-000000-00000-000000-0001 and so on increaseing your odds of getting a legit code)

    List of 17 invalid codes you can take off that huge number:
    Code - Reaction - Tested Date
    0004079612940793184502911 - Invalid - 2009-01-14
    0015936064330954075145225 - Invalid - 2009-01-14
    0022957744628806143925773 - Invalid - 2009-01-14
    0035759833223950295649751 - Invalid - 2009-01-14
    0099853592287998069465214 - Invalid - 2009-01-14
    0111641085135590863158394 - Invalid - 2009-01-14
    0114216504105901755190180 - Invalid - 2009-01-14
    9504751642921414269901956 - Invalid - 2009-01-14
    9533238562771490021467166 - Invalid - 2009-01-14
    9746037084875937580150851 - Invalid - 2009-01-14
    9832662828544201453901008 - Invalid - 2009-01-14
    9874360495981616833026744 - Invalid - 2009-01-14
    9921948537287449562384910 - Invalid - 2009-01-14
    9923932461231749287050403 - Invalid - 2009-01-14
    9930385179202955451812066 - Invalid - 2009-01-14
    9962011852517349995317857 - Invalid - 2009-01-14
    9992221922681075613986124 - Invalid - 2009-01-14

    If everyone dumps their used codes and codes they tried that was invalid we can then create a database of these codes and generate random codes that aren't in the database so you don't reuse an already used or invalid code making once chances to get a valid code from a simple generator possible

    //edit: i'd be nice if someone can write this rand gen code in php!
    Last edited by nertman; 01-14-2009 at 04:43 PM.

  11. #56
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deStrUoX View Post
    Can you make it use hexcimetricals?
    What the in the world is that?

  12. #57
    mtkvnela1993's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey can anyone tell me why i need this? i didnot understand whay can get from this

  13. #58
    StolenLegacy's Avatar Member
    Reputation
    87
    Join Date
    Jun 2008
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mtkvnela1993 View Post
    hey can anyone tell me why i need this? i didnot understand whay can get from this
    Game Card Codes, of course!
    Proud Member of the Federal Bureau of Moo

  14. #59
    ozkillspree's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leetdemon View Post
    it generates but none of the keys it generates work. tried over 200 times.
    so u sat there trying these fake keys 200 times? LOL

  15. #60
    worman's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ppl really fall for fake gamecards?

Page 4 of 10 FirstFirst 12345678 ... LastLast

Similar Threads

  1. [Release] GameCard Generator
    By Zaxer in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 11-12-2009, 03:05 PM
  2. [Mac Compiled Release] Fake Gamecard Generator 1.3
    By World of Borat in forum World of Warcraft Bots and Programs
    Replies: 1
    Last Post: 10-30-2009, 07:38 PM
  3. I Get This Error When I Run Execute Batch File On Navicat
    By BillyBob31 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-01-2008, 07:28 AM
  4. {Release} sql qurey and file to add azshara crater to your server
    By *TraPStaR* in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 02-06-2008, 12:10 PM
  5. [RELEASE] - Blizzard launcher HTML file + PDF
    By wowcomputer in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 01-26-2008, 07:05 PM
All times are GMT -5. The time now is 02:48 AM. 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