Page 57 of 161 FirstFirst ... 747555657585967107157 ... LastLast
Results 561 to 570 of 1602

Thread: Request a Bot/Feature

  1. #561
    Saru's Avatar
    Joined
    Aug 2013
    Posts
    135
    Userbars
    1
    Thanks
    77
    Thanked
    67/36
    DL/UL
    7/0
    Mentioned
    18 times
    Time Online
    19d 18h 35m
    Avg. Time Online
    7m
    Is there a purge sniper? Like a program that can snipe a name as soon as it's purged?

  2. The Following User Says Thank You to Saru For This Useful Post:

    Rue (09-26-2013)

  3. #562
    GOAT's Avatar
    Joined
    Jan 2012
    Posts
    413
    Userbars
    4
    Thanks
    54
    Thanked
    72/55
    DL/UL
    63/0
    Mentioned
    79 times
    Time Online
    6d 13h 43m
    Avg. Time Online
    2m
    How about a Meridell Rubbish Dump refresher/item grabber?

  4. #563
    SmileYaDead's Avatar
    Joined
    Feb 2012
    Posts
    3,611
    Userbars
    7
    Thanks
    835
    Thanked
    842/474
    DL/UL
    129/0
    Mentioned
    355 times
    Time Online
    89d 14h 56m
    Avg. Time Online
    30m
    Could someone make a shop pricer with a custom price input for all the items? Maybe you could edit yours, Joe? @(you need an account to see links) @(you need an account to see links) @(you need an account to see links)

  5. #564
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,774
    Userbars
    176
    Thanks
    5,946
    Thanked
    33,250/6,634
    DL/UL
    23/36
    Mentioned
    3,872 times
    Time Online
    564d 23h 24m
    Avg. Time Online
    3h 12m
    Quote Originally Posted by SmileYaDead View Post
    Could someone make a shop pricer with a custom price input for all the items? Maybe you could edit yours, Joe? @(you need an account to see links) @(you need an account to see links) @(you need an account to see links)
    What do you mean? Like one set price for all items?
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


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

    Zachafer (09-14-2013)

  7. #565
    SmileYaDead's Avatar
    Joined
    Feb 2012
    Posts
    3,611
    Userbars
    7
    Thanks
    835
    Thanked
    842/474
    DL/UL
    129/0
    Mentioned
    355 times
    Time Online
    89d 14h 56m
    Avg. Time Online
    30m
    Quote Originally Posted by Infamous Joe View Post
    What do you mean? Like one set price for all items?
    Yes. 6char

  8. #566
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m
    Quote Originally Posted by SmileYaDead View Post
    Could someone make a shop pricer with a custom price input for all the items? Maybe you could edit yours, Joe? @(you need an account to see links) @(you need an account to see links) @(you need an account to see links)
    That's pretty specific for a full program. Here's a GM script instead:
    Code:
    // ==UserScript==
    // @(you need an account to see links)        Set All Shop Prices
    // @(you need an account to see links)space   Zachafer
    // @description Sets all items in shop to one price
    // @include     *neopets.com/market.phtml?type=your*
    // @version     1
    // ==/UserScript==
    
    var sForms = document.evaluate("//form[@action='process_market.phtml']",
    			document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
    
    var elm = sForms.snapshotItem(sForms.snapshotLength - 1);
    elm.innerHTML += '<button type="button" onclick="var price=prompt(\'How much should each item be priced for?\'); var index = 0;while(document.getElementsByName(\'cost_\' + ++index)!=null){document.getElementsByName(\'cost_\' + index)[0].value=price;}">Set all Prices</button>';
    (you need an account to see links)

    (you need an account to see links)

  9. The Following User Says Thank You to Zachafer For This Useful Post:

    SmileYaDead (09-29-2013)

  10. #567
    SmileYaDead's Avatar
    Joined
    Feb 2012
    Posts
    3,611
    Userbars
    7
    Thanks
    835
    Thanked
    842/474
    DL/UL
    129/0
    Mentioned
    355 times
    Time Online
    89d 14h 56m
    Avg. Time Online
    30m
    Quote Originally Posted by Zachafer View Post
    That's pretty specific for a full program. Here's a GM script instead:
    Code:
    // ==UserScript==
    // @(you need an account to see links)        Set All Shop Prices
    // @(you need an account to see links)space   Zachafer
    // @description Sets all items in shop to one price
    // @include     *neopets.com/market.phtml?type=your*
    // @version     1
    // ==/UserScript==
    
    var sForms = document.evaluate("//form[@action='process_market.phtml']",
    			document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
    
    var elm = sForms.snapshotItem(sForms.snapshotLength - 1);
    elm.innerHTML += '<button type="button" onclick="var price=prompt(\'How much should each item be priced for?\'); var index = 0;while(document.getElementsByName(\'cost_\' + ++index)!=null){document.getElementsByName(\'cost_\' + index)[0].value=price;}">Set all Prices</button>';
    (you need an account to see links)

    (you need an account to see links)
    Sweet, thanks!

    Since both you and Joe already had a shop pricer, editing those would've been easier than making a new one

  11. #568
    VitaminX's Avatar
    Joined
    Sep 2013
    Posts
    741
    Userbars
    5
    Thanks
    416
    Thanked
    632/340
    DL/UL
    36/0
    Mentioned
    166 times
    Time Online
    93d 23h 10m
    Avg. Time Online
    34m
    Is there a possibility to make a Account Cracker? Can't find them anymore, and my old one is broke

    I asked Joe if this is alright, and it was ok

  12. #569

    Joined
    Mar 2013
    Posts
    9
    Userbars
    0
    Thanks
    5
    Thanked
    0/0
    DL/UL
    8/0
    Mentioned
    2 times
    Time Online
    2d 35m
    Avg. Time Online
    N/A
    is there a cheat autoplayer or watever? or a punchbag bob auto player?
    Last edited by bossy; 10-11-2013 at 04:11 AM.

  13. #570

    Joined
    Jul 2012
    Posts
    2,337
    Thanks
    1,204
    Thanked
    867/540
    DL/UL
    228/0
    Mentioned
    394 times
    Time Online
    71d 6h 18m
    Avg. Time Online
    24m
    pack rat autoshop buyer?

Page 57 of 161 FirstFirst ... 747555657585967107157 ... LastLast

Posting Permissions

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