Advertisement
CaiqueONZ

Robux Collector

Nov 30th, 2023 (edited)
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.42 KB | Software | 0 0
  1. //Made By CaiqueONZ - Pastebin
  2. doc = window.prompt("Robux Amount (Choose)")
  3. function gvRbx() {
  4.     for (let i = 0; i < 100; i++) {
  5.         console.log(`Getting robux.. ${i}%`)
  6.     }
  7. }
  8.  
  9. async function infocheck() {
  10.     await gvRbx()
  11.     console.log("[INFO] Done!")
  12. }
  13.  
  14. infocheck()
  15.  
  16. el = document.getElementById('nav-robux-amount')
  17.  
  18. el.innerText = `${doc}`;
  19.  
  20. window.alert("Check your balance!");
  21.  
  22.  
  23.  
  24. //Paste on console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement