Advertisement
jeffersonx1996

ROBUX CONSOLE 2017

Jan 6th, 2017
15,811
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function start() {
  2.     var robux = document.getElementById("nav-robux-amount");
  3.     robux.innerHTML = "400";
  4.       setTimeout(start, 0);
  5. }
  6. start();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement