Start with 10000 resources in moomoo.io
// ==UserScript==
// @name Always Start With 10000 Resources
// @author EmersonxD
// @description Start with 10000 resources in moomoo.io
// @match *://moomoo.io/*
// @match *://sandbox.moomoo.io/*
// @match *://dev.moomoo.io/*
// @grant none
// @run-at document-start
// @version 0.0.1
// @namespace https://greasyfork.org/pt-BR/users/305931-emerson-bardusco
// @license MIT
// ==/UserScript==
localStorage.setItem("res", 1000000);