// ==UserScript== // @name FPS Booster for bloxd // @namespace http://tampermonkey.net/ // @version 1.3 // @description Helps boost fps (USE TAMPERMONKEY LEGACY IF YOU WANT IT TO WORK) // @author iTzPenzAr // @grant // @match *://agar.io/* // @match *://sploop.io/* // @match *://mineenergy.fun/* // @match *://sandbox.moomoo.io/* // @match *https://bloxd.io/ // @match *://taming.io/* // @match *://arras.io/* // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; requestAnimationFrame = (a) => setTimeout(a, 1e3/60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) })();// ==UserScript==