Project Quasar

The leading hack for MooMoo.IO!

  1. // ==UserScript==
  2. // @name Project Quasar
  3. // @namespace none
  4. // @version 0.1
  5. // @description The leading hack for MooMoo.IO!
  6. // @author Sky X2
  7. // @match *://moomoo.io/*
  8. // @match *://dev.moomoo.io/*
  9. // @match *://sandbox.moomoo.io/*
  10. // @match *://*.moomoo.io/*
  11. // @match *://mm_beta.moomoo.io/*
  12. // @grant none
  13. // @license N/A
  14. // ==/UserScript==
  15. setInterval(() => window.follmoo && follmoo(), 10);
  16. window.location.native_resolution = true;
  17. var autoreloadloop;
  18. var autoreloadenough = 0;
  19. autoreloadloop = setInterval(function () {
  20. if (autoreloadenough < 200) {
  21. if (document.getElementById("loadingText").innerHTML == `disconnected<a href="javascript:window.location.href=window.location.href" class="ytLink">reload</a>`) {
  22. document.title = "Disconnected? Reloading….";
  23. clearInterval(autoreloadloop);
  24. setTimeout(function () {document.title = "Moo Moo";}, 1000)
  25. location.reload();
  26. }
  27. autoreloadenough++;
  28. }
  29. else if (autoreloadenough >= 300) {
  30. clearInterval(autoreloadloop);
  31. document.title = "MOOMOO.IO";
  32. setTimeout(function () {document.title = "Moo Moo";}, 1000)
  33. }
  34. }, 50);
  35. document.getElementById("enterGame").addEventListener('click', autohide);
  36. function autohide(){
  37. $("#ot-sdk-btn-floating").hide();
  38. }
  39. document.getElementById("moomooio_728x90_home").style.display = "none";
  40. $("#moomooio_728x90_home").parent().css({display: "none"});
  41. document.getElementById('linksContainer2').innerHTML = ' Project Quasar ' ;
  42. document.getElementById('gameName').innerHTML = ' Project Quasar ';
  43. document.getElementById('loadingText').innerHTML = ' Your game is loading... ';
  44. document.getElementById('diedText').innerHTML = "You lost.";
  45. document.getElementById('diedText').style.color = "#aee4ec";
  46. document.title = ' Project Quasar ';
  47. document.getElementById("leaderboard").append ('Project Quasar');
  48. $("#mapDisplay").css({background: `url('https://ksw2-center.glitch.me/users/fzb/map.png?z=${performance.now()}&u=a')`});
  49. document.getElementById("storeHolder").style = "height: 310px; width: 400px;";
  50. document.getElementById("promoImgHolder").remove();
  51. document.querySelector("#pre-content-container").remove(); //ANTI AD
  52. $('#itemInfoHolder').css({'top':'72px',
  53. 'left':'15px'
  54. });
  55. $("#youtuberOf").remove();
  56. $("#adCard").remove();
  57. $("#mobileInstructions").remove();
  58. $("#downloadButtonContainer").remove();
  59. $("#mobileDownloadButtonContainer").remove();
  60. $(".downloadBadge").remove();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址