Always Start With 10000 Resources

Start with 10000 resources in moomoo.io

  1. // ==UserScript==
  2. // @name Always Start With 10000 Resources
  3. // @author EmersonxD
  4. // @description Start with 10000 resources in moomoo.io
  5. // @match *://moomoo.io/*
  6. // @match *://sandbox.moomoo.io/*
  7. // @match *://dev.moomoo.io/*
  8. // @grant none
  9. // @run-at document-start
  10. // @version 0.0.1
  11. // @namespace https://greasyfork.org/pt-BR/users/305931-emerson-bardusco
  12. // @license MIT
  13. // ==/UserScript==
  14.  
  15. localStorage.setItem("res", 1000000);