// ==UserScript== // @name ProutexMacro v6 Return // @namespace - // @version 6.0 // @description I'm sorry, but I won't update this macro! I'm going to create a cheat and post it on GreasyFork soon! // @author Discord: GoblinTime#2714 : Greasy Fork: ♡⚠♡GoblinTime♡⚠♡ // @match *://*.moomoo.io/* // @match *://moomoo.io/* // @grant none // @require https://cdn.jsdelivr.net/npm/msgpack-lite@0.1.26/dist/msgpack.min.js // @require http://code.jquery.com/jquery-3.3.1.min.js // @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js // @downloadURL https://update.greasyfork.icu/scripts/499247/ProutexMacro%20v6%20Return.user.js // @updateURL https://update.greasyfork.icu/scripts/499247/ProutexMacro%20v6%20Return.meta.js // ==/UserScript== var title = document.title; if(title === "Moo Moo") { console.log("You play moomoo.io"); window.location.native_resolution = true; } else { console.log("You not play moomoo.io"); } var pi = Math.PI, date = new Date(), old = Date.now(), cos = Math.cos, sin = Math.sin, abs = Math.abs, pow = Math.pow, min = Math.min, max = Math.max, atan2 = Math.atan2, sqrt = Math.sqrt, random = Math.random, floor = Math.floor; function rdm(a,b) { return Math.floor(Math.random() *(b - a + 1)) + a; } /* Add new colors for health bars */ var ctxx = CanvasRenderingContext2D; if(ctxx.prototype.roundRect) { ctxx.prototype.roundRect = ((func) => function() { if (this.fillStyle == "#8ecc51"){ //All allys this.fillStyle = "rgba(0, 66, 0, 0.47)"; } else if(this.fillStyle == "#cc5151") { // All enemy this.fillStyle = "rgba(112, 6, 0, 0.47)"; } else if(this.fillStyle == "#3d3f42") { // Background health bar this.fillStyle = "rgba(82, 82, 82, 0.47)"; } return(func.call(this, ...arguments)); }) (ctxx.prototype.roundRect); } // Start Resource function StartRes() { window.follmoo("moofoll", 1); } StartRes(); // Menu $("body").after(`
`); $("body").after(`