Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
@jpaa128 I switched to using the script found here (it includes leagues):
https://sleazyfork.org/en/forum/discussion/43768/x
It's working for me so far, although, in autoLoop() I moved autoLeague to below autoTrollBattle because it seems to run better for me that way.
You can make a single character change rather than my fix for nextArenaTime as Mr Coder explains here:
https://sleazyfork.org/en/forum/discussion/43207/it-failed-on-the-sep-26th-patch/p2
@jpaa128 The script here hasn't been updated, but links have been posted to a working script. See the replies from twelve27 on 28 Sep, or scriptdoog on 28 Sep. I still think that we should fork a working script, but I'm deferring to those with more experience since I wasn't responsible for the fix. Maybe if I get super ambitious and add any fixes or functionality to the script, then I'll fork it.
I don't know if anyone else is having this problem, but I'm a Chromebook user and everything was working until AutoArena stopped working. If so, then try changing line 830 of the pastebin code to the following:
if( ( Cookies.get("nextArenaTime") === undefined ) || ( Cookies.get("nextArenaTime") === "undefined" ) )
That's working for me today. I'm hoping it'll still work after the daily reset.
@alnmawi I don't know that I would have found that code snippet, so I probably wouldn't have done a very good job of fixing this. Great find.
@twelve27 Thanks for posting a link to the solution. I seriously doubt I would have come up with as clean of a fix, so I'm glad that more experienced minds addressed the problem.
Should we fork the code so that working code is on this site as well?
I'm just wondering if anyone else is trying to fix this script. If not, then I'll try.