Lag killer test

Anti lag to smach noobs!

// ==UserScript==
// @name         Lag killer test
// @namespace    http://tampermonkey.net/
// @version      V1.0
// @description  Anti lag to smach noobs!
// @author       dark craexerzim
// @match        *://moomoo.io/*
// @match        *://*.moomoo.io/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=moomoo.io
// @grant        none
// ==/UserScript==
alert: ("Game with Lag killer. the game mod on test!")
(function() {
    'use strict';
    requestAnimationFrame = (i) => setTimeout(i, 1e3/350)
})();