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 的反馈
Possible fix:
add:
function isvisible(obj) { return obj.offsetWidth > 0 && obj.offsetHeight > 0; }
and change all occurrence of
headerStatus.checkVisibility()
intoisvisible(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?
It works for me, basic functions like sounding the horn works.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Possible fix:
add:
and change all occurrence of
headerStatus.checkVisibility()
intoisvisible(headerStatus)