Greasy Fork

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 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2022-11-30

Possible fix:

add:

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

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

nevocaine作者
§
发布于:2022-12-01

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?

§
发布于:2022-12-01

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

发布留言

登录以发布留言。