MOPE.IO AUTO DIVE, AUTO BOOST, SEE PEOPLE UNDERWATER, SEE INVISIBLE PLAYERS, REMOVE ADS

The best mope.io hack out there, ALL SKINS UNLOCKER BOT (SEE VID IN DESC FOR TUTORIAL), MOVEMENT LOCKER! PRESS Z FOR LOCKER. Hotkeys (V = TOGGLE RESPAWN BOT / ALLSKINS, C = TOGGLE AUTOBOOST, X = TOGGLE AUTO DIVE, REMOVE ADS, CUSTOM CURSOR). Auto-see people underwater and in holes. You can see people who are invisible too!

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
  1. // ==UserScript==
  2. // @name MOPE.IO AUTO DIVE, AUTO BOOST, SEE PEOPLE UNDERWATER, SEE INVISIBLE PLAYERS, REMOVE ADS
  3. // @namespace https://greasyfork.org/en/users/198860-flarez-gaming
  4. // @version 2.3
  5. // @description The best mope.io hack out there, ALL SKINS UNLOCKER BOT (SEE VID IN DESC FOR TUTORIAL), MOVEMENT LOCKER! PRESS Z FOR LOCKER. Hotkeys (V = TOGGLE RESPAWN BOT / ALLSKINS, C = TOGGLE AUTOBOOST, X = TOGGLE AUTO DIVE, REMOVE ADS, CUSTOM CURSOR). Auto-see people underwater and in holes. You can see people who are invisible too!
  6. // @author FZ
  7. // @match *://mope.io/*
  8. // @match *://beta.mope.io/*
  9. // @match *://m0pe.io/*
  10. // @match *://learninganimals.club/*
  11. // @match *://beta.tailbite.me/*
  12. // @match *://beta.zooeducation.space/*
  13. // @match *://tailbite.me/*
  14. // @match *://animalfun.club/*
  15. // @match *://zooeducation.space/*
  16. // @match *://experimental.mope.io/*
  17. // @grant GM.setValue
  18. // @grant GM.getValue
  19. // @grant unsafeWindow
  20. // @require https://greasyfork.org/scripts/410512-sci-js-from-ksw2-center/code/scijs%20(from%20ksw2-center).js
  21. // @require https://code.jquery.com/jquery-3.5.1.min.js
  22. // @antifeature tracking
  23. // ==/UserScript==
  24.  
  25. //insert_0000000(true, "mope identifier v2.0");
  26.  
  27. document.getElementById('gCanvas').style.cursor = 'url(http://cur.cursors-4u.net/user/use-1/use153.cur), default';
  28.  
  29. function autoDive() {
  30. var x = document.createEvent("MouseEvent");
  31. x.initMouseEvent("mousedown", true, true, unsafeWindow, 0, 0, 0, 0, 0, false, false, false, false, 2, null);
  32. document.getElementById('gCanvas').dispatchEvent(x);
  33. }
  34.  
  35. function autoBoost() {
  36. var x = document.createEvent("MouseEvent");
  37. x.initMouseEvent("mousedown", true, true, unsafeWindow, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
  38. document.getElementById('gCanvas').dispatchEvent(x);
  39. }
  40.  
  41. /*const canvas = document.getElementById("gCanvas");
  42.  
  43. var centerPoint;
  44.  
  45. setInterval(() => {
  46. centerPoint = [document.getElementById('gCanvas').width / 2, document.getElementById('gCanvas').height / 2];
  47. }, 0);
  48.  
  49. function mouseMove(x, y) {
  50. canvas.dispatchEvent(new MouseEvent('mousemove', {
  51. 'clientX': x,
  52. 'clientY': y
  53. }));
  54. }*/
  55.  
  56. var zx = "_0x56" + "bd07";
  57. var xz = "_0xaf" + "8b40";
  58. function stayStill() {
  59. unsafeWindow[zx]('Movement Lock: ' + ((unsafeWindow[xz] = !unsafeWindow[xz]) ? 'ON' : 'OFF'), 2500);
  60. };
  61.  
  62. var one = false; var int1, int2, int3;
  63. var two = false;
  64. var three = false;
  65. var state = false;
  66. var setup = '';
  67.  
  68. function isElementVisible(a) {
  69. return null !== a['offsetParent'];
  70. }
  71.  
  72. document.addEventListener("keydown", e => {
  73. if (e.key == "v") {
  74. state = !state;
  75. alert("XP Bot: " + state);
  76. document.getElementById("startButton").click();
  77. setTimeout(()=>{
  78. setup = setInterval(()=>{
  79. if (isElementVisible(document.getElementById("startButton"))) document.getElementById("startButton").click();
  80. $("gCanvas").trigger("focus");
  81. var x = document.createEvent("MouseEvent");
  82. x.initMouseEvent("mousedown", true, true, unsafeWindow, 0, 0, 0, 0, 0, false, false, false, false, 0, null);
  83. document.getElementById('gCanvas').dispatchEvent(x);
  84. if (state == false) clearInterval(setup);
  85. }, 1000);
  86. }, 5000);
  87. }
  88. if (e.key == "z") {
  89. /*if (one) {
  90. clearInterval(int1);
  91. } else {
  92. int1 = setInterval(()=>{*/
  93. //stayStill();
  94. alert("THIS FEATURE IS BROKEN, WE'RE WORKING ON FIXING IT.")
  95. /*}, 0);
  96. };
  97. one = !one*/
  98. };
  99. if (e.key == "x") {
  100. alert("Autodive: " + !two);
  101. if (two) {
  102. clearInterval(int2);
  103. } else {
  104. int2 = setInterval(()=>{
  105. autoDive();
  106. }, 0);
  107. };
  108. two = !two;
  109. };
  110. if (e.key == "c") {
  111. alert("Autoboost: " + !three);
  112. if (three) {
  113. clearInterval(int3);
  114. } else {
  115. int3 = setInterval(()=>{
  116. autoBoost();
  117. }, 0);
  118. };
  119. three = !three;
  120. };
  121. });
  122.  
  123. document.getElementById('preroll').remove();
  124. document.getElementById("moneyRectBottom").style.display = "none"; //remove ads