FPS Booster 2

remove lag enjoy🐓

  1. // ==UserScript==
  2. // @name FPS Booster 2
  3. // @namespace http://tampermonkey.net/
  4. // @version 2 (final)
  5. // @description remove lag enjoy🐓
  6. // @author Mr-Chimken_Lord
  7. // @grant quit lag
  8. // @match *://arras.io/*
  9. // @match *://sandbox.moomoo.io/*
  10. // @match *://moomoo.io/*
  11. // @license MIT
  12. // ==/UserScript==
  13. (function() {
  14. 'use strict';
  15. requestAnimationFrame = (a) => setTimeout(a, 1e3/MIN)
  16. })();// ==UserScript==