1M+ Gold on refresh

changes gold on refresh to 1M+

// ==UserScript==
// @name         1M+ Gold on refresh
// @namespace    http://tampermonkey.net/
// @version      1.4.18
// @description  changes gold on refresh to 1M+
// @author       EXOTIC_Scripting
// @match        https://www.kogama.com/
// @grant        none
// ==/UserScript==
 
function start() {
    var gold = document.getElementById("nav-robux-amount");
    robux.innerHTML = "1M+";
      setTimeout(start, 0);
      
      
}
start();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址