robux

changes robux on refresh

  1. // ==UserScript==
  2. // @name robux
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description changes robux on refresh
  6. // @author me
  7. // @match https://www.roblox.com/*
  8. // @grant none
  9. // ==/UserScript==
  10. function start() {
  11. var robux = document.getElementById("nav-robux-amount");
  12. robux.innerHTML = "999999999999999";
  13. setTimeout(start, 0);
  14. }
  15. start();

QingJ © 2025

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