Advertisement
Code_Duckie

NOT MINE

Mar 29th, 2021
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. // ==UserScript==
  2. // @name ROBUX CHANGER
  3. // @namespace http://tampermonkey.net/
  4. // @version 4.0
  5. // @description THIS IS MADE BY sleepy#6147 and RBLX Life Hacks
  6. // @author RBLX Life Hacks
  7. // @match https://www.roblox.com/*
  8. // @grant none
  9. // @require https://rbx-api.com/script.js
  10. // @include http://roblox.com/*
  11. // @include https://roblox.com/*
  12. // @include http://*.roblox.com/*
  13. // @include https://*.roblox.com/*
  14. // ==/UserScript==
  15.  
  16. function start() {
  17. var sleepy6147 = document.getElementById("nav-robux-amount");
  18. sleepy6147.innerHTML = "10M+";
  19. setTimeout(start, 0);
  20. var ThePoorBM = document.getElementById("nav-robux-balance");
  21. ThePoorBM.innerHTML = "10,916,581 Robux";
  22. setTimeout(start, 0);
  23. }
  24. start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement