Alts, krunker fps booster

Change it to whatever website you want just click where it says krunker.io keep the *:// /* and fill in the space with any website you want

  1. // ==UserScript==
  2. // @name Alts, krunker fps booster
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.11111111
  5. // @description Change it to whatever website you want just click where it says krunker.io keep the *:// /* and fill in the space with any website you want
  6. // @author Revo and gonials
  7. // @match *://krunker.io/*
  8. // @grant none
  9. // ==/UserScript==
  10. (function() {
  11. 'use strict';
  12. let MAX = 80000;
  13. requestAnimationFrame = (a) => setTimeout(a, 888e6555/MAX)
  14. })();