// ==UserScript== // @name ProutexMacro v5 {Leading MooMoo.io Macro 2021} // @namespace - // @version [5.0]... // @description Read the description in GreasyFork! // @author Discord: GoblinTime#2714 : Greasy Fork: ♡⚠♡GoblinTime♡⚠♡ // @match *://sandbox.moomoo.io/* // @match *://moomoo.io/* // @match *://dev.moomoo.io/* // @grant none // @require https://greasyfork.org/scripts/368273-msgpack/code/msgpack.js?version=598723 // @require http://code.jquery.com/jquery-3.3.1.min.js // @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js // @require https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.js // @require https://cdn.jsdelivr.net/npm/msgpack-lite@0.1.26/dist/msgpack.min.js // @require https://cdn.jsdelivr.net/npm/fontfaceobserver@2.1.0/fontfaceobserver.standalone.min.js // @downloadURL none // ==/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(value, start) { floor(random() * value) + start; } /* 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(`