[Theory] Beta Key Script/Java menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Function's Avatar Banned
    Reputation
    5
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Theory] Beta Key Script/Java

    function inputLengthCheck(fieldNum) {
    26 if( document.captureEvents ) {
    27 if( Event.KEYUP ) {
    28 document.captureEvents( Event.KEYUP );
    29 }
    30 }
    31 document.onkeyup = alertkey;
    32 function alertkey(e) {
    33 if( !e ) {
    34 if( window.event ) {
    35 e = window.event;
    36 } else {
    37 return;
    38 }
    39 }
    40 if( typeof( e.which ) == 'number' ) {
    41 e = e.which;
    42 } else if( typeof( e.keyCode ) == 'number' ) {
    43 e = e.keyCode;
    44 } else if( typeof( e.charCode ) == 'number' ) {
    45 e = e.charCode;
    46 } else {
    47 return;
    48 }
    49 if (fieldNum == 1) {
    50 var boxString = document.form1.section1.value;
    51 if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {
    52 if (boxString.length == 6 && fieldNum < 5) {
    53 document.form1.section2.focus();
    54 }
    55 }
    56 }
    57 if (fieldNum == 2) {
    58 var boxString = document.form1.section2.value;
    59 if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {
    60 if (boxString.length == 4 && fieldNum < 5) {
    61 document.form1.section3.focus();
    62 }
    63 }
    64 }
    65 if (fieldNum == 3) {
    66 var boxString = document.form1.section3.value;
    67 if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {
    68 if (boxString.length == 6 && fieldNum < 5) {
    69 document.form1.section4.focus();
    70 }
    71 }
    72 }
    73 if (fieldNum == 4) {
    74 var boxString = document.form1.section4.value;
    75 if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {
    76 if (boxString.length == 4 && fieldNum < 5) {
    77 document.form1.section5.focus();
    78 }
    79 }
    80 }
    81 if (fieldNum == 5) {
    82 var boxString = document.form1.section5.value;
    83 if (e==13) {
    84 document.form1.submit();

    So does anyone have a used beta key, or what it would look like so i can get an idea about this beta key gen, and plus this came right from the beta.worldofwarcraft.com where you upgrade your account, with Firebug a firefox addon

    [Theory] Beta Key Script/Java
  2. #2
    Innit's Avatar W͈̮̝̉͌̀ͩÅ̻̗̗̼̩̣͉̽Î͙̳ ͚̑ ̌͌ͯ
    Reputation
    386
    Join Date
    Sep 2006
    Posts
    1,636
    Thanks G/R
    2/5
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    f( typeof( e.which ) == 'number'

    Have fun figuring that out.

  3. #3
    Demandred's Avatar Banned
    Reputation
    4
    Join Date
    Jun 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't count being able to do a beta key generator.

  4. #4
    Obama's Avatar Legendary
    Reputation
    721
    Join Date
    Dec 2006
    Posts
    2,321
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah dont think this is gonna work.

    Donator 6/2008.
    Contrib 8/2008.Elite 10/2008.Newsteam 11/2008.Legendary 2/2009.

  5. #5
    Function's Avatar Banned
    Reputation
    5
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats means if its a number.... But I dont know what beta keys look like any ideas? letters and number or just numbers?

  6. #6
    Notahax's Avatar Contributor
    Reputation
    296
    Join Date
    Jun 2006
    Posts
    1,320
    Thanks G/R
    7/24
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beta Keys have Numbers+letters like WoW CD keys.
    -

  7. #7
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You won't be creating a beta key gen easily, at least not a working one. (Btw, that function is basically just checking for non-alphanumeric characters, blizz really needs to learn about regex)

    There's alot more to the keys than just random character generation.

  8. #8
    devmode's Avatar Active Member
    Reputation
    22
    Join Date
    Dec 2007
    Posts
    183
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1: Its not random, its a set function to filter out the MOST unpropable combinations
    2: Blizz got it covered, a key is active only if it has been sent out (it is an automated generate/reg/send prosess)
    3: If it was possible ppl would do it, but N E V E R share the way they did w open public.
    I have been around for a while...

  9. #9
    Suy's Avatar Member
    Reputation
    18
    Join Date
    Jul 2008
    Posts
    104
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys remmeber its a theory only. Anyways i say it was nice of him giving it a try... probally not working but still nice giving it a try! Also nice post.
    This sig was made by Stormer.

  10. #10
    davcha's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What may be more interesting is a program that automatically create X emails (X being a number), register those emails at blizzard store and enable the "beta offer", then activate those emails.

    Basically :

    Repeat 10000 times Do
    create email
    register email at blizzard store with beta offer
    activate email
    End

    then check everyday all emails to see if you got a beta key.

  11. #11
    Numsu's Avatar Active Member
    Reputation
    39
    Join Date
    Jan 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It takes a day or more to check all the 10000 emails tbh.
    I am the One after the one!
    Before me, Chaos!
    After me, Humanity.

  12. #12
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Numsu View Post
    It takes a day or more to check all the 10000 emails tbh.
    Try ~2 hours. If not less.

  13. #13
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Try ~2 hours. If not less.
    UR doin it wrong! Just forward them all to a single e-mail and be done.

  14. #14
    Syllabus's Avatar Banned
    Reputation
    22
    Join Date
    Nov 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    10k signups from the same IP...hmm..smells fraud.

  15. #15
    Dragonshadow's Avatar ★ Elder ★
    Reputation
    1170
    Join Date
    Apr 2007
    Posts
    3,858
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use a rotating proxy or something.
    Look at your post, now back to mine; Now back to your post, now back to mine. Sadly, it isn't mine, but if you stopped trolling and started posting legitimate content, it could look like mine. Look down, backup, where are you? You're scrolling through threads, reading the post your post could look like. What did you post? Back at mine; It's a reply saying something you want to hear. Look again and the reply is now diamonds.

    Anything is possible when you think before you post. The moon is shrinking.

Page 1 of 2 12 LastLast

Similar Threads

  1. [THEORY] Get a WOTLK beta key
    By jeleopard in forum World of Warcraft Guides
    Replies: 16
    Last Post: 08-07-2008, 02:54 PM
  2. Sharing a Beta-key
    By vaelor in forum World of Warcraft General
    Replies: 3
    Last Post: 10-26-2006, 01:02 PM
  3. WoW The burnng crusade beta key?
    By Rendman in forum World of Warcraft General
    Replies: 1
    Last Post: 10-25-2006, 12:21 PM
  4. Beta key question
    By Kal-El in forum World of Warcraft General
    Replies: 5
    Last Post: 10-19-2006, 12:00 PM
All times are GMT -5. The time now is 11:22 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search