Always Start With 100000 Resources

Start with 100000 resources in moomoo.io

当前为 2023-11-30 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Always Start With 100000 Resources
  3. // @author EmersonxD
  4. // @description Start with 100000 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", 100000);