Advertisement
Embrosy

Robux rank

Oct 24th, 2022
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1.  
  2.  
  3. // ==UserScript==
  4. // @name Robux Prank
  5. // @namespace http://tampermonkey.net/
  6. // @version 1.3
  7. // @description [UPDATE] 187K+ ROBUX appears on your screen as your total when logged into roblox.com/home
  8. // @author Ryoko
  9. // @match https://www.roblox.com/*
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. function start() {
  14. var robux = document.getElementById("nav-robux-amount");
  15. robux.innerHTML = "187K+";
  16. setTimeout(start, 0);
  17. }
  18. start();
  19.  
  20.  
Tags: robux prank
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement