MouseHunt AutoBot UPDATED

Script automating MH horn sounding and gifting, mostly functional as of 14/04/2024; updating the outdated script from nobodyrandom, who adapted the original versions by CnN and Ooi.

< Σχολιασμός για τον κώδικα MouseHunt AutoBot UPDATED

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 22/09/2020

new update on 22 september, King Reward auto solver probably needs an update cos it doesn't work anymore.

§
Δημοσιεύτηκε: 22/09/2020

+1 This also isn't working for me. I'll try taking a look at the console logs next time it fails

§
Δημοσιεύτηκε: 22/09/2020

It's possible the issue is due to src being unknown for the KR image: https://imgur.com/a/RAPJsoW

Line 656: frame.src = img.style.backgroundImage.slice(4, -1).replace(/"/g, "");

§
Δημοσιεύτηκε: 23/09/2020
Επεξεργάστηκε: 23/09/2020

Update that line to the following:

frame.src = img.querySelector('img').src;

Accuracy is still an issue but at least it works when correct.

§
Δημοσιεύτηκε: 23/09/2020

How do I open up the script to change this particular line? where do i click?

§
Δημοσιεύτηκε: 23/09/2020
Επεξεργάστηκε: 23/09/2020

You can do that via your Userscript manager dashboard. Line 656.

nevocaineΔημιουργός
§
Δημοσιεύτηκε: 23/09/2020

Thanks for highlighting the issue @Mugiwara, and many thanks to @pokem and @KyleLowryAintNoSpotupShooter for debugging the issue! Updated the code accordingly.

§
Δημοσιεύτηκε: 23/09/2020

Unrelated, but I was at Labyrinth a few days back and for some reason the location specific script for laby always switches my infinite laby trap to the Forgotten Art of Dancing Trap. Any clue how to fix this?

§
Δημοσιεύτηκε: 23/09/2020

@pokem, thank you for the fix! I tried it myself and it worked again :D

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.