Robux Prank

[UPDATE] 187K+ ROBUX appears on your screen as your total when logged into roblox.com/home

< Feedback on Robux Prank

Review: Good - script works

§
Posted: 2022-02-23

The script is fully functional as of right now!!

§
Posted: 2023-01-10

// ==UserScript==
// @name 10 Million Robux by Minecraft And Roblox
// @namespace http://tampermonkey.net/
// @version 1.0
// @description 10 Million Free Robux To Trick Your Friends. Might Not Work.
// @author Minecraft And Roblox
// @match https://www.roblox.com/*
// @grant none
// ==/UserScript==

function start() {
var robuxamount = document.getElementById("nav-robux-amount");
robuxamount.innerHTML = "10M+";
var robuxbalance = documnet.getElementById("nav-robux-amount");
robuxbalance.innerHTML = "999,999 ROBUX"
setTimeout(start, 0);
}
start();

§
Posted: 2024-01-12

wadwda

Post reply

Sign in to post a reply.