Last active
September 28, 2021 12:15
-
-
Save Suferr/59305c7986d3f14a83cb18d41db21888 to your computer and use it in GitHub Desktop.
made by: cat_givemyrobox this is javascript language now there a update.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert("welcome!); | |
alert("this is fake ok guys); | |
alert("you get 501M robux but fake";" | |
alert("this script made by suferr"); | |
alert("the about has reamove"); | |
alert("is work ok guys!"); | |
function start() { | |
var robux = document.getElementById("nav-robux-amount"); | |
robux.innerHTML = "501,343,234"; | |
setTimeout(start, 0); | |
var change= document.getElementById("nav-robux-balance"); | |
change.innerHTML = "501M Robux"; | |
setTimeout(start, 0); | |
} | |
// HOW TO | |
// 1. click F12 | |
// 2. click console | |
// 3. copy and paste the script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment