[Guide] Complete All Your Daily Clicks In A Single Click

Discussion in 'Neopets Guides' started by Wings, Jun 23, 2009.

  1. Wings

    Wings Level III

    Joined:
    Jun 21, 2009
    Messages:
    573
    Likes Received:
    6
    Location:
    Montreal, Québec
    Complete All Your Daily Clicks In A Single Click
    By Utilizing A Batch File

    ---


    Wouldn't it be great if you can complete all your daily clicks in just a single click?
    Well you can by utilizing simple batch file commands. Here is the how-to.

    Step 1: This will be the last time you have to do it, but open every page that you normally click daily and copy the URLs into notepad.exe
    Step 2: Before each URL add the word START. As shown, in all capitals.
    Step 3: Between each URL add the words CALL WAIT 1.
    Step 4: Click File > Save As... > Make the file name whatever you please but follow it with the extension .bat

    You are complete; It is that simple.

    Now when you execute the .bat file it will execute every URL you listed in your default browser.

    Here is an example. This is a copy of my exact .bat file.
    Code
    START http://www.neopets.com/desert/shrine.phtml
    CALL WAIT 1
    START http://www.neopets.com/shop_of_offers.p ... payout=yes
    CALL WAIT 1
    START http://www.neopets.com/island/tombola.phtml
    CALL WAIT 1
    START http://www.neopets.com/desert/fruitmachine.phtml
    CALL WAIT 1
    START http://www.neopets.com/games/play.phtml?game_id=807
    CALL WAIT 1
    START http://www.neopets.com/moon/meteor.phtml
    CALL WAIT 1
    START http://www.neopets.com/petpetpark/daily.phtml
    CALL WAIT 1
    START http://www.neopets.com/altador/council.phtml
    CALL WAIT 1
    START http://www.neopets.com/prehistoric/omelette.phtml
    CALL WAIT 1
    START http://www.neopets.com/games/play.phtml?game_id=1034
    CALL WAIT 1
    START http://www.neopets.com/games/play.phtml?game_id=805
    CALL WAIT 1
    START http://www.neopets.com/games/play.phtml?game_id=381

    I give half of the credits to one of my good friends =)

    Note: This works best with the most current version of Internet Explorer because each new window will open in a new tab but it is not necessary.
     
  2. Jubixion

    Jubixion Level II

    Joined:
    Jun 11, 2009
    Messages:
    205
    Likes Received:
    14
    This is a good idea to use a .bat file to open links and stuff. However I think you can still improve this. Instead of using links like http://www.neopets.com/prehistoric/omelette.phtml, I'll suggest using this kinda links:http://www.neopets.com/prehistoric/omelette.phtml?type=get_omelette. The example link that I provided actually DOES retrieve the omelette, unlike the links that your .bat would open which would only take you to the pages. You'll still have to click on each and every one of the pages to get your dailies.

    Replacing all your links with the ones that I provided would, then, truly make it a "single click" dailies doer. You can find how to get those links by looking thru the HTML source code for each dailies.
     
  3. Dreamerz

    Dreamerz Level III

    Joined:
    May 9, 2009
    Messages:
    400
    Likes Received:
    6
    Location:
    North America
    regardless whats the freeze rate on this? Is it even near safe? I mean TNT sees many links being open all at the same time and such its going to send up some red flags.
     
  4. Fexxel

    Fexxel Level IV

    Joined:
    Jan 28, 2009
    Messages:
    959
    Likes Received:
    26
    The freeze rate is probably low, unless tnt combs through your history log. And that's not very likely. If they check something it'd prob be the scores you've sent (thinking you are SSing) or the things you've restocked (thinking you were ABing).
    Also, dreamerz, the links aren't being opened at the same time.
    I believe there is a "Wait" function in the bat file's source shown.
     
  5. Dreamerz

    Dreamerz Level III

    Joined:
    May 9, 2009
    Messages:
    400
    Likes Received:
    6
    Location:
    North America
    Ohhh gotcha, was thinking links are open at the same time if thats not the case then pretty nice... as for TNT combing through my history if that happens consider me frozen even if I be legit XD
     
  6. Fexxel

    Fexxel Level IV

    Joined:
    Jan 28, 2009
    Messages:
    959
    Likes Received:
    26
    Well, It's rare that TNT would comb through every item of your history... And I imagine legit players would be frozen too if they did so. :arf: Silly TNT...
     
  7. Cacklenub

    Cacklenub Level IV

    Joined:
    May 10, 2008
    Messages:
    1,345
    Likes Received:
    58
    You could just use firefox if you want to do something like this.

    Make a dailies folder in your bookmarks, and click "Open All in Tabs". I still think a program would be better because it actually fetches the items and whatnot.