Greasy Fork is available in English.

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

Отзив: ОК - скриптът работи, но има бъгове

§
Публикуван на: 30.11.2022

Possible fix:

add:

function isvisible(obj) {
  return obj.offsetWidth > 0 && obj.offsetHeight > 0;
}

and change all occurrence of headerStatus.checkVisibility() into isvisible(headerStatus)

nevocaineАвтор
§
Публикуван на: 01.12.2022

Possible fix:

add:

function isvisible(obj) {
  return obj.offsetWidth > 0 && obj.offsetHeight > 0;
}

and change all occurrence of headerStatus.checkVisibility() into isvisible(headerStatus)

Could you verify if this works for you? If you edit the code yourself in your userscript manager's dashboard, does it break the bot?

§
Публикуван на: 01.12.2022

It works for me, basic functions like sounding the horn works.

Публикувайте отговор

Влезте, за да публикувате отговор.