Results 1 to 8 of 8

Thread: [Fast Lottery Picks] !!! ~ *~ * ~ * ~ *

  1. #1
    Virus's Avatar
    Joined
    Sep 2014
    Posts
    336
    Userbars
    11
    Thanks
    262
    Thanked
    141/84
    DL/UL
    49/0
    Mentioned
    35 times
    Time Online
    7d 21h 53m
    Avg. Time Online
    3m

    [Fast Lottery Picks] !!! ~ *~ * ~ * ~ *


    Hey yall, not sure what ways you pick your lottery numbers on neo. I've used this site for a few years now and have won multiple times. I even got the avatar a while back!
    Just wanted to share with you here I tried to show it around on reddit but people were being freaked out and sketchy because they thought it was cheating.

    *shrug*

    You can open all 20 tabs at once (it opens them all within the web page, so it won't lag your pc with new tabs!!), or open each with a specific # of second delay.
    I personally always open the 20 at once, and have had no issues.
    Use it daily! Let's make gold trophies possible
    Last edited by Virus; 02-24-2016 at 01:05 PM.
    >

  2. The Following 12 Users Say Thank You to Virus For This Useful Post:

    Aska (02-24-2016),Aura (02-24-2016),Basil (03-03-2016),blastoise (02-25-2016),Cath (02-24-2016),Charizard (03-03-2016),Garchomp (02-24-2016),iAaron (02-27-2016),Kit (02-24-2016),Mama Bear (03-23-2017),Polux (02-24-2016),Sam. (02-24-2016)

  3. #2
    alilquicker's Avatar
    Joined
    Jul 2015
    Posts
    69
    Userbars
    1
    Thanks
    42
    Thanked
    19/14
    Mentioned
    2 times
    Time Online
    1d 19h 11m
    Avg. Time Online
    N/A
    I use the Daqtools Lottery QuickPicks, which I guess is basically the same thing. It has neat graphs of the data collected, though.

  4. The Following User Says Thank You to alilquicker For This Useful Post:

    Virus (02-24-2016)

  5. #3
    Virus's Avatar
    Joined
    Sep 2014
    Posts
    336
    Userbars
    11
    Thanks
    262
    Thanked
    141/84
    DL/UL
    49/0
    Mentioned
    35 times
    Time Online
    7d 21h 53m
    Avg. Time Online
    3m
    Quote Originally Posted by alilquicker View Post
    I use the Daqtools Lottery QuickPicks, which I guess is basically the same thing. It has neat graphs of the data collected, though.
    At first glance that webpage looks so confusing!!! LOL
    But cool info!
    >

  6. The Following User Says Thank You to Virus For This Useful Post:

    alilquicker (02-24-2016)

  7. #4

    lunamary's Avatar
    Joined
    Dec 2012
    Posts
    28
    Userbars
    1
    Thanks
    46
    Thanked
    6/4
    DL/UL
    29/0
    Mentioned
    6 times
    Time Online
    11d 12h 29m
    Avg. Time Online
    4m
    There is a script that I'm using that picks out random lottery numbers as well as other daily stuff
    credit to:nungryscpro

    PHP Code:
    // Neopets - Games Fixmeup
    // by nungryscpro ([email protected])
    //
    // ==UserScript==
    // [MENTION=4148]name[/MENTION]           Neopets - Gameroom Fixmeup
    // [MENTION=4148]name[/MENTION]space      [url]http://userscripts.org/users/22349[/url]
    // [MENTION=13212]Des[/MENTION]cription    V 1.05 - Provides many fixes and needed additions to the Neopets games and gameroom.
    // @include        [url]http://www.neopets.com/*[/url]
    // @include        [url]http://neopets.com/*[/url]
    // @exclude        *neopets.com/neoboards/*
    // @version        1.05
    // @updated        2009.05.28 
    // ==/UserScript==
    //
    // ==Features==
    // ==1.0==
    // Grumpy Old King - Chooses a randomized question and answer.  Changes results page to
    //   return you to the King again since you can do it twice a day.  Button doesn't 
    //   change the second time if you had pressed it to return to the King the first time.
    // Wise Old King - Chooses a randomized "Words of Wisdom"
    // Neopian Lottery - Chooses random numbers.
    // Symole Hole - Chooses a random action.
    // Cheeseroller - Gives you all the cheese options.
    // Multi Player Competition Lobby - Links usernames to their lookup.
    // Miscellaneous - Adds the stock market and multiplayer links back into the gameroom.
    //   Shows you the score needed to get the maximum NP.
    // ==1.1==
    // Random Contest Winners - Links usernames to their lookup.
    // Caption Competition - Links usernames to their lookup.
    // Fixed an NP ratio
    // ==1.2==
    // Changed to work with the new site layout.
    // Added new cheeses to cheeseroller.
    // ==1.3==
    // The Grumpy Old King asks the avatar question with a random answer.
    //   You can also have him give the set answer of 'You offering a tin of what what what.'
    //   by commenting out the first 'selections' array and uncommenting the second. (Add the
    //   double / to the front of the first line that starts with 'selections' and remove them
    //   from the second.)
    // ==1.4==
    // Cheeseroller - Fixed the broken images of the last cheeses that were released.
    //   Skips the confirm page.  Remembers your last selected cheese.
    // 1000 np - Shows the information on the game page too.
    // Games - Cleans up game area, resizes game pop up.
    // Scratchcards - Selects the first scratchcard at the kiosk.
    // ==1.05==
    // Max NP changed to work better with adblock.  Updated for the layout change.
    // Brain Tree - Saves the Esophagor answers for the Brain Tree Quest.
    // ==/Features==
    //
    // If you like this script, post a comment on userscripts.org or tell a friend about it.
    // If you'd like to see a feature added, post a comment on userscripts.org or send me an email.
    //
    (function(){

    var 
    loc document.location.href;
    var 
    bih document.body.innerHTML;
    var 
    ctt document.getElementById('content');

    // // // // The Brain Tree
    if (loc.match('neopets.com/halloween/braintree.phtml')){
      if (
    document.getElementsByName('answer_2')[0]){
        
    document.getElementsByName('answer_1')[0].value GM_getValue('btyear''');
        
    document.getElementsByName('answer_2')[0].value GM_getValue('btplace''');
      }
      else {
        
    GM_setValue('btyear''');
        
    GM_setValue('btplace''');
      }
      return;
    }
    if (
    loc.match('neopets.com/halloween/esophagor2.phtml')){
      var 
    btyear bih.match(/<i><u>(\d+)<\/u><\/iBN/);
      if (
    btyear){GM_log('year: '+btyear[1])}
      if (
    btyear){GM_setValue('btyear'btyear[1])}
      var 
    btplace bih.match(/iinn <i><u>([\D\s]+)<\/u><\/i><\/b>'/);
      if (btplace){GM_log('
    place'+btplace[1])}
      if (btplace){GM_setValue('
    btplace', btplace[1])}
      return;
    }

    // // // // The Wise King
    if (loc.match('
    neopets.com/medieval/wiseking.phtml')){
      for (var x = 0, thisForm; thisForm = document.forms[x]; x++){
        if (thisForm.action.match('
    process_wiseking.phtml')){
          for (var y = 0, thisElement; thisElement = thisForm.elements[y]; y++) {
            if (thisElement.name){
              thisElement.options.selectedIndex = Math.ceil(Math.random()*(thisElement.options.length - 1));
            }
          }
        }
      }
      return;
    }

    // // // // The Grumpy King
    if (loc.match('
    neopets.com/medieval/grumpyking.phtml')){
      for (var x = 0, thisForm; thisForm = document.forms[x]; x++){
        if (thisForm.action.match('
    grumpyking2.phtml')){
          selections = new Array('
    What', 'do', 'you do if', '', 'fierce', 'Peophins', '', 'has eaten too much', '', 'tin of olives')
    //      selections = new Array('
    What', 'do', 'you do if', '', 'fierce', 'Peophins', '', 'has eaten too much', '', 'tin of olives', 'You', 'offering', 'a', 'tin of', '', 'what what what', '', '')
          for (var y = 0; y < 18; y++){
            for (var z = 0; z < thisForm.elements[y].options.length; z++){
              if (thisForm.elements[y].options[z].value == selections[y]){
                thisForm.elements[y].options.selectedIndex = z;
                break;
              }
              else {
                var thisChoice = Math.ceil(Math.random()*(thisForm.elements[y].options.length - 1));
                thisForm.elements[y].options.selectedIndex = thisChoice;
              }
            }
          }
        }
      }
      return;
    }
     
    if (loc.match('
    neopets.com/medieval/grumpyking2.phtml') && !document.referrer.match(/\?/)){
      for (var x = 0, thisForm; thisForm = document.forms[x]; x++){
        if (thisForm.action.match('
    index_castle.phtml') || thisForm.action.match('explore.phtml')){
          thisForm.action = '
    grumpyking.phtml';
          thisForm.elements[0].value = '
    Back to the Grumpy Old King!';
          break;
        }
      }
      return;
    }

    // // // // Symol Hole 
    if (loc.match('
    neopets.com/medieval/symolhole.phtml')){
      var goin = document.getElementsByName('
    goin')[0];
      if (goin){
        goin.options.selectedIndex = Math.floor(Math.random()*5);
      }
      return;
    }

    // // // // Meteors of Kreludor 
    if (loc.match('
    neopets.com/moon/meteor.phtml')){
      var pickstep = document.getElementsByName('
    pickstep')[0];
      if (pickstep){
        pickstep.options.selectedIndex = 1;
      }
      return;
    }

    // // // // The Neopian Lottery
    if (loc.match('
    neopets.com/games/lottery.phtml')){
      allForms = document.evaluate('
    //form[@action="process_lottery.phtml"]',document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);
      
    for (var 0thisFormthisForm allForms.snapshotItem(x); x++){
        var 
    pickpickArray = new Array(0,0,0,0,0,0);

        for (var 
    06y++) {
          while (
    pickArray[y] == 0) {
            
    pick Math.ceil(Math.random()*30);
            for (var 
    0yz++) {
              if (
    pick == pickArray[z]) {pick 0}            
            }
            
    pickArray[y] = pick;
          }
        }
        function 
    sortNumber(a,b){
          return 
    b;
        }
        
    pickArray pickArray.sort(sortNumber);

        for (var 
    06y++) {
          
    thisForm.elements[y].value pickArray[y];
        }
        return;
      }
    }
    if (
    loc.match('neopets.com/games/process_lottery.phtml')){
      if (
    bih.match('check back tomorrow')){
        
    document.links[0].href 'http://www.neopets.com/games/lottery.phtml';
      }
      return;
    }

    // // // // Scratchcards
    if (loc.match('winter/kiosk.phtml') || loc.match('halloween/scratch.phtml')){
      var 
    card_id document.getElementsByName('card_id')[0];
      if (
    card_id){card_id.selectedIndex 1;}
      return;
    }
    if (
    loc.match('winter/kiosk2.phtml')){
      for (var 
    0thisFormthisForm document.forms[x]; x++) {
        if (
    thisForm.action.match('icecaves.phtml')){
          
    thisForm.action 'kiosk.phtml';
          
    thisForm.elements[0].value 'Back to Scratchcard Kiosk';
        }
      }
      return;
    }
    if (
    loc.match('halloween/scratch2.phtml')){
      for (var 
    0thisFormthisForm document.forms[x]; x++) {
        if (
    thisForm.action.match('index_fair.phtml')){
          
    thisForm.action 'scratch.phtml';
          
    thisForm.elements[0].value 'Back to the Deserted Fairground Scratchcards';
        }
      }
      return;
    }


    // // // // Potato Counter
    if (loc.match('neopets.com/medieval/potatocounter.phtml')){
      for (var 
    0thisFormthisForm document.forms[x]; x++) {
        if (
    thisForm.elements[0].value.match('Meridell')){
          
    thisForm.action 'index_farm.phtml';
          
    thisForm.elements[0].value 'Back to Meri Acres Farm';
        }
      }
      if (
    bih.match('potato2.gif')){
        var 
    pcount 0;
        for (var 
    0document.images.lengthx++) {
          if (
    document.images[x].src.match(/potato\d\.gif/)){pcount++}
        }
        
    document.getElementsByName('guess')[0].value pcount;
      }
      return;
    }

    // // // // Guess the Weight
    if (loc.match('neopets.com/medieval/guessmarrow.phtml')){
      for (var 
    0thisFormthisForm document.forms[x]; x++) {
        if (
    thisForm.action.match('gameroom.phtml')){
          
    thisForm.action 'index_farm.phtml';
          
    thisForm.elements[0].value 'Back to Meri Acres Farm';
        }
      }
      return;
    }

    // // // // Pick Your Own
    if (loc.match('neopets.com/medieval/pickyourown')){
      for (var 
    0thisFormthisForm document.forms[x]; x++) {
        if (
    thisForm.elements[0].value.match('Meridell')){
          
    thisForm.action 'index_farm.phtml';
          
    thisForm.elements[0].value 'Back to Meri Acres Farm';
        }
      }
      return;
    }

    // // // // Cheeseroller
    if (loc.match('neopets.com/medieval/cheeseroller.phtml')){
      var 
    cheese_name document.getElementsByName('cheese_name')[0];
      if (
    cheese_name){
        
    cheese_name.parentNode.innerHTML '<p></p>\
    <select name="cheese_name" style="font-size: 12px;">\
    <option value="Spicy Juppie">Spicy Juppie Cheese - 150np</option>\
    <option value="Smoked Snorkle">Smoked Snorkle Cheese - 300np</option>\
    <option value="Triple Mustard">Triple Mustard Cheese - 450np</option>\
    <option value="Honey">Honey Cheese - 600np</option>\
    <option value="Big Beefy">Big Beefy Cheese - 750np</option>\
    <option value="Purple Spotted">Purple Spotted Cheese - 900np</option>\
    <option value="Brain">Brain Cheese - 1050np</option>\
    <option value="Alkenore">Alkenore Cheese - 1200np</option>\
    <option value="Mutated">Mutated Cheese - 1350np</option>\
    <option value="Bubbling Blueberry">Bubbling Blueberry Cheese - 1500np</option>\
    <option value="Tyrannian Dung">Tyrannian Dung Cheese - 1650np</option>\
    <option value="Quadruple Fudge">Quadruple Fudge Cheese - 1800np</option>\
    <option value="Brick">Brick Cheese - 1950np</option>\
    <option value="Gooey Snot">Gooey Snot Cheese - 2100np</option>\
    <option value="Peppermint">Peppermint Cheese - 2250np</option>\
    <option value="Overgrown">Overgrown Cheese - 2400np</option>\
    <option value="Heavy Bark">Heavy Bark Cheese - 2550np</option>\
    <option value="Warty Blue">Warty Blue Cheese - 2700np</option>\
    <option value="Fragrant Ummagcheese">Fragrant Ummagcheese - 2850np</option>\
    <option value="Furry Chocomint">Furry Chocomint Cheese - 3000np</option>\
    <option value="Mummified">Mummified Cheese - 3150np</option>\
    <option value="Nimmo Tube">Nimmo Tube Cheese - 3300np</option>\
    <option value="Space">Space Cheese - 3450np</option>\
    <option value="Angelpuss">Angelpuss Cheese - 3600np</option>\
    <option value="Meaty Cheese">Meaty Cheese - 3750np</option>\
    <option value="Potato Cheese">Potato Cheese - 3900np</option>\
    <option value="Very Stinky Cheese">Very Stinky Cheese - 4050np</option>\
    <option value="Fishy Cheese">Fishy Cheese - 4200np</option>\
    <option value="Shiny Golden Cheese">Shiny Golden Cheese - 4350np</option>\
    </select> <input name="type" value="buy" type="hidden"> <input value="Submit" type="submit">'
    ;

        var 
    mycheese GM_getValue('cheese''0');
        
    cheese_name document.getElementsByName('cheese_name')[0];
        
    cheese_name.selectedIndex mycheese;
        
        
    cheese_name.addEventListener('change',function(){
          
    GM_setValue('cheese'cheese_name.selectedIndex);
        }, 
    false);
      }
      function 
    changeImg(item){
        
    thisImg.src 'http://images.neopets.com/items/'+item+'.gif';
      }    
      
    allImgs document.evaluate('//img[@width="80"]',document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);
      for (var 
    0thisImgthisImg allImgs.snapshotItem(x); x++){
        if (
    thisImg.src.match('med_cheese_24')){changeImg('mfo_head_cheese');}
        else if (
    thisImg.src.match('med_cheese_25')){changeImg('mfo_cheese_potato');}
        else if (
    thisImg.src.match('med_cheese_26')){changeImg('mfo_cheese_limburger');}
        else if (
    thisImg.src.match('med_cheese_27')){changeImg('mfo_cheese_fishy');}
        else if (
    thisImg.src.match('med_cheese_28')){changeImg('mfo_cheese_golden');}
      }
      return;
    }

    // // // // Gameroom Fixes

    // // remove game info box from flash game area
    if (loc.match('neopets.com/games/play_flash.phtml')){
      
    gi document.getElementById('game-info');
      if (
    gi){gi.parentNode.removeChild(gi);}
      
    bb document.getElementById('ban_bottom');
      if (
    bb){bb.parentNode.parentNode.removeChild(bb.parentNode);}
      
    gp document.getElementById('game_preloader_msg');
      if (
    gp){gp.parentNode.removeChild(gp);}
      
    gc document.getElementById('game_container');
      if (
    gc){
        
    winwidth parseInt(gc.style.width10) + 10;
        
    winheight parseInt(gc.style.height10) + 53;
        
    window.resizeTo(winwidthwinheight);
      }
      return;
    }

    // // remove game info box from shockwave game area
    if (loc.match('neopets.com/games/dgs/play_shockwave.phtml')){
      
    bb document.getElementById('ban_bottom');
      if (
    bb){bb.parentNode.parentNode.removeChild(bb.parentNode);}
      
    gc document.getElementById('game_container');
      if (
    gc){
        
    winwidth parseInt(gc.style.width10) + 10;
        
    winheight parseInt(gc.style.height10) + 53;
        
    gc.setAttribute('style''width: '+gc.style.width+'; height:'+gc.style.height+';');
        
    window.resizeTo(winwidthwinheight);
      }
      return;
    }

    if (
    loc.match(/neopets\.com\/games\/play\.phtml\?game_id=/)){

    // // remove special game advertisements
      
    for (var 0thisDivthisDiv document.getElementsByTagName('div')[x]; x++){
        if (
    thisDiv.getAttribute('style') && thisDiv.getAttribute('style').match('32px')){
          
    thisDiv.parentNode.removeChild(thisDiv);
          break;
        }
      }

    // // shows the score needed to get 1000 np
      
    function setScoreModule(dn){
        for (var 
    0thisDivthisDiv document.getElementsByTagName('div')[m]; m++){
          
    thisDiv document.getElementsByTagName('div')[m];
          if (
    thisDiv.getAttribute('class') == 'ad_wrapper_fixed'){
            
    scoremod document.createElement('div');
            
    scoremod.setAttribute('style''padding-bottom: 4px;');
            
    scoremod.innerHTML '<div class="rcModuleWrapper gamesRoomDarkModule youMayAlsoLike"> \
    <div class="rcModuleHeader"><div class="rcModuleTopLeft"></div><div class="rcModuleTopRight"></div> \
    <div class="rcModuleHeaderBg"></div><div class="rcModuleHeaderOuter"><div class="rcModuleHeaderContent"> \
    '
    +' NP Score</div></div></div><div class="rcModuleContentOuter"><div class="rcModuleContent"> \
    <div class="rcModuleContentInner"><br><div class="stats_title">'
    +'</div><br></div></div></div> \
    <div class="rcModuleBottom"><div class="rcModuleBottomLeft"></div><div class="rcModuleBottomRight"> \
    </div></div></div>'
    ;

            
    thisDiv.parentNode.insertBefore(scoremodthisDiv);
            
    thisDiv.parentNode.removeChild(thisDiv.nextSibling);
            
    thisDiv.parentNode.removeChild(thisDiv);
            break;
          }
        }
      }

      if (
    bih.match('NP Ratio:')){
        var 
    npratio bih.match(/<b>NP Ratio:<\/b> ([0-9,\.]+) /)[1].replace(',''');

        if (
    npratio 50) {npratio Math.ceil(1000/npratio)}
        else {
    npratio Math.ceil(1000*npratio)}

        if (
    bih.match('Double NP! Featured Game!')){double '2000'}
        else {
    double '1000'}

        var 
    npdata GM_getValue('npratio''').split(',');
        var 
    gameid loc.match(/game_id=(\d+)/)[1];
        for (
    x in npdata){
          if (
    npdata[x].split('_')[0] == gameid){
            
    npdata.splice(x,x+1);
            break;
          }
        }
        
    npdata.unshift(gameid+'_'+npratio+'_'+double);
        if (
    npdata.length 20){npdata npdata.slice(0,20);}  //don't let it get too big
        
    GM_setValue('npratio'npdata.toString());

        
    setScoreModule(doublenpratio);
      }
      else if (!
    bih.match('this game is not available')){
        if (
    loc.match('size')){
          
    gf document.getElementById('game_frame');
          if (
    gf){gf.height gf.height-96;}
          var 
    npdata GM_getValue('npratio''').split(',');
          var 
    gameid loc.match(/game_id=(\d+)/)[1];
          for (
    x in npdata){
            if (
    npdata[x].split('_')[0] == gameid){
              var 
    lastgameinfo npdata[x];
              break;
            }
          }
          if (
    lastgameinfo){
            
    setScoreModule(lastgameinfo.split('_')[2], lastgameinfo.split('_')[1]);
          }
          else {
            
    setScoreModule('Max''Error:<br><span class="medText" style="font-weight: normal;">Return to game front page to get score data.</span>');
          }
        }
        else {
          for (var 
    0thisDivthisDiv document.getElementsByTagName('div')[x]; x++){
            if (
    thisDiv.getAttribute('class') == 'ad_wrapper_fixed'){
              
    thisDiv.parentNode.removeChild(thisDiv.nextSibling);
              
    thisDiv.parentNode.removeChild(thisDiv);
              break;
            }
          }
        }
        if (
    bih.match('/star_fade.png') && bih.match('>High Scores<')){
          for (var 
    0thisDiv document.getElementsByTagName('div')[x]; x++){
            if (
    thisDiv.getAttribute('class') == 'play_rel_link_icon_container' && thisDiv.innerHTML.match('star_fade')){
              
    thisDiv.innerHTML '<a href="/gamescores.phtml?game_id='+loc.match(/game_id=(\w+)$/)[1]+'" class="info">\
    <img src="http://images.neopets.com/games/arcade/nav_buttons/star.png" alt="" title="" style="cursor: pointer;" \
    border="0" height="45" width="45"><span class="rel_link_tooltip">High Scores</span></a>'
    ;
              break;
            }
          }
        }
        if (
    bih.match('/neofriend_fade.png')){
          for (var 
    0thisDiv document.getElementsByTagName('div')[x]; x++){
            if (
    thisDiv.getAttribute('class') == 'play_rel_link_icon_container' && thisDiv.innerHTML.match('neofriend_fade')){
              
    thisDiv.innerHTML '<a href="/mygamescores.phtml" class="info"><img \
    src="http://images.neopets.com/games/arcade/nav_buttons/neofriend.png" alt="" title="" \
    style="cursor: pointer;" border="0" height="45" width="45"><span class="rel_link_tooltip">My Hiscores</span></a>'
    ;
              break;
            }
          }
        }
      }
      return;
    }

    // // // // Multi Player Lobby - Turn username(s) into links
    if (loc.match('neopets.com/games/lobby/mp_comp.phtml')){
      for (var 
    0thisFormthisForm document.getElementsByName('compete')[x]; x++){
        
    replaceThis thisForm.parentNode.parentNode.getElementsByTagName('b')[0];
        
    username replaceThis.textContent;
        
    replaceThis.innerHTML '<a href=/userlookup.phtml?user='username +'>'username +'</a>';
      }
      return;
    }
    if (
    loc.match('neopets.com/games/kacheekers/checkers1.phtml')){
      
    thisElement document.getElementsByName('your_move')[0].getElementsByTagName('p')[2];
      
    thisElement.innerHTML thisElement.innerHTML.replace(/"(\w+)"/, '"<a href=/userlookup.phtml?user=$1><b>$1</b></a>"');
      return;
    }
    if (
    loc.match('neopets.com/games/geos/geos1.phtml')){
      
    thisElement document.getElementsByName('your_move')[0].getElementsByTagName('p')[2];
      
    thisElement.innerHTML thisElement.innerHTML.replace(/(\w+)<br><br>$/, '<a href=/userlookup.phtml?user=$1><b>$1</b></a><br><br>');
      return;
    }
    if (
    loc.match('neopets.com/games/armada/armada1.phtml')){
      
    thisElement document.getElementsByName('your_move')[0].getElementsByTagName('table')[0];
      
    thisElement.innerHTML thisElement.innerHTML.replace(/<font color="Red"><b>(\w+)<br>/, '<b><a href=/userlookup.phtml?user=$1><font color="Red">$1</a><br>');
      
    thisElement.innerHTML thisElement.innerHTML.replace(/<font color="Black"><b>(\w+)<br>/, '<b><a href=/userlookup.phtml?user=$1><font color="Black">$1</a><br>');
      return;
    }

    // // // // Random Contest Winners - Turn username(s) into links
    if (loc.match('neopets.com/random_contest.phtml')){
      
    ctt.innerHTML ctt.innerHTML.replace(/<\/b><\/i><br>\s*by\s?<b>(\w+)<\/b>/g'</b></i><br>by <a href=/userlookup.phtml?user=$1><b>$1</b></a>');
      
    ctt.innerHTML ctt.innerHTML.replace(/<\/b><\/iby <b>(\w+)<\/b>/g'</b></i> by <a href=/userlookup.phtml?user=$1><b>$1</b></a>');
      return;
    }

    // // // // Caption Competition - Turn username(s) into links
    if (loc.match('neopets.com/games/caption_browse.phtml')){
      
    ctt.innerHTML ctt.innerHTML.replace(/<b>By (\w+):<\/b>/g'<b>By <a href=/userlookup.phtml?user=$1>$1</a>:</b>');
      return;
    }
    if (
    loc.match('neopets.com/games/caption/caption_archive.phtml')){
      
    ctt.innerHTML ctt.innerHTML.replace(/<b><i>By (\w+)<\/i><\/b>/g'<b><i>By <a href=/userlookup.phtml?user=$1>$1</a></i></b>');
      return;
    }
    })(); 

  8. The Following 2 Users Say Thank You to lunamary For This Useful Post:

    metaldroga (02-24-2016),Virus (02-24-2016)

  9. #5
    Polux's Avatar
    Joined
    Nov 2015
    Posts
    88
    Userbars
    3
    Thanks
    88
    Thanked
    57/28
    DL/UL
    61/0
    Mentioned
    6 times
    Time Online
    10d 13h 56m
    Avg. Time Online
    4m
    That site actually works. I've won like 4 times with numbers from there.

  10. The Following User Says Thank You to Polux For This Useful Post:

    Virus (03-02-2016)

  11. #6
    celinnie's Avatar
    Joined
    Feb 2016
    Posts
    44
    Userbars
    0
    Thanks
    9
    Thanked
    5/5
    DL/UL
    17/0
    Mentioned
    2 times
    Time Online
    19h 43m
    Avg. Time Online
    N/A
    Off-topic, have you guys seen the winners last draw. Lol, there were A LOT of them. Sucks if you have to share.

  12. The Following User Says Thank You to celinnie For This Useful Post:

    Virus (03-02-2016)

  13. #7
    Thrasher's Avatar
    Joined
    Oct 2013
    Posts
    536
    Userbars
    9
    Thanks
    186
    Thanked
    182/72
    DL/UL
    93/0
    Mentioned
    62 times
    Time Online
    25d 17h 52m
    Avg. Time Online
    9m
    Is there a page like this for Food Club bets? :o

  14. #8
    Charizard's Avatar
    Joined
    Aug 2013
    Posts
    246
    Pronouns
    she/her
    Userbars
    21
    Thanks
    640
    Thanked
    349/151
    Mentioned
    33 times
    Time Online
    24d 1h 16m
    Avg. Time Online
    8m
    So awesome. Thanks a bunch!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •