Quantcast

Jump to content


Photo

Auto Charity Corner guide


  • Please log in to reply
8 replies to this topic

#1 sillydodo

sillydodo
  • 36 posts

Posted 09 May 2019 - 06:19 PM

can work with other similar programs on other OS i assume but i'm doing this on Windows 10.

 

requires tampermonkey or greasemonkey

 

step 1: google search minimousemacro it'll be the top link leading to sourceforge then download.

 

step 2: find and download the "Lazy next-item button" script that is Authorised on Reddit r/neopets its easy to find just use the search function on page

 

step 3: load a ton of items into your inventory. (i loaded a 1000 from my SDB)

 

no installation require it just starts up.

The program uses mouse/keyboard key stroke from screen position using a macro which will allow for some automation of this event

 

No need to change settings.

 

 

to make it work

 

go to inventory on neopets click open

 

have http://www.neopets.c...2019/main.phtml window open to the left of my screen then have item window to the right of the screen.

 

 

 

to make the macro work!

 

 

 

it uses your screen coordinates so i can't just give mine up it won't work for you.

 

 

tick the 'On Top' setting on the macro bot program. follow this to the T otherwise you'll be wasting time.

 

hit record

 

then you want to click the 'i dont need it' buttom then click next item button ( the script you found on reddit creates the button to the next item in your inventory) > repeat until 10/10 items filled then click any where on charity corner page then hit F5 to refresh page > click the lever to waste away the items then click 'yes' on the prompt > go back to item window and click next item > now click stop button on the macro bot > now what i did is increase the wait times with parts that require the page being refreshed in any way to negate a misclick and wasting a cycle of the macro.

 

might take a little fine tuning with your computer setup but i hope this helps

 

i left it running and donated plenty over night before i was sure to post this its 100% safe since it is just mouse and key strokes on the screen just don't go over board i'd say so maybe a break after few hours or so :D



#2 Valayriah

Valayriah
  • 12 posts

Posted 09 May 2019 - 06:35 PM

script for the lazy I already posted it in the other board

 

 
// ==UserScript==
// @name         Neopets - Lazy Next-Item Button
// @author       A lazy fool
// ==/UserScript==
 
$("<style type='text/css'>.nextButton, .nextButton:hover { padding: 10px; margin: 5px; background: #bbb; color: #fff; border-radius: 5px; width: 100px; }</style>").appendTo("head");
 
var url_ID = window.location.search.toString(); // Format: ?obj_id=*
nextItem(url_ID);
 
function nextItem(url_ID) {
    var str = url_ID;
    var item_ID_Base = str.slice(8);
    var item_ID_Next = item_ID_Base - 1;
    var formatting = "<br><a class='nextButton' href='/iteminfo.phtml?obj_id=" + item_ID_Next + "'>Next Item (" + item_ID_Next + ")</a>";
 
var container = document.getElementById("iteminfo_select_action");
container.innerHTML += formatting;

Edited by Valayriah, 09 May 2019 - 06:35 PM.


#3 sillydodo

sillydodo
  • 36 posts

Posted 09 May 2019 - 11:34 PM

cheers mate



#4 Bones

Bones
  • Bar Ram Ewe

  • 2171 posts


Users Awards

Posted 10 May 2019 - 02:17 AM

Thanks for the shares



#5 jaredyne

jaredyne
  • 1115 posts


Users Awards

Posted 11 May 2019 - 03:36 AM

Thanks, Dodo! Macros do indeed make everything better



#6 sillydodo

sillydodo
  • 36 posts

Posted 12 May 2019 - 03:01 AM

yeah i was able to donate 50k worth in 2 days not bad once i got the times working for me.  lag hasn't helped haha



#7 Perdita

Perdita
  • 137 posts

Posted 13 May 2019 - 03:12 AM

Thanks to you both for sharing this with us! Is there by any chance also a script that buys a certain item from usershops? I didn't stop up on items enough, so something that buys all, say, 100 of an item in a shop would be amazing.



#8 KaibaSama

KaibaSama
  • Weeaboo


  • 5640 posts


Users Awards

Posted 13 May 2019 - 08:58 AM

Thanks to you both for sharing this with us! Is there by any chance also a script that buys a certain item from usershops? I didn't stop up on items enough, so something that buys all, say, 100 of an item in a shop would be amazing.


If from user shops, I believe the valor suite web program has a user shop buyer.

If from a neopets shop, you can use abrosia and make a restock list (1 per shop) with just the items you want and abrosia should just buy those items for you.

#9 goldfish22

goldfish22
  • 10 posts

Posted 01 April 2020 - 09:51 PM

yikes im mad im just seeing this 




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users