Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
2,266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Roblox Robux & Builders Club Generator
  2.  
  3. How it works : Go to roblox.com And Click On Robux
  4. Choose The Amount Of Robux You Want And Then
  5. Choose '' Roblox Gift Card '' Right Click
  6. The Redeem Button And Choose Inspect
  7. Right Click On The Blue Text And Choose '' Edit As HTML ''
  8. Replace Everything With This Code :
  9. alert("Created By Extrikebloxxer");
  10. var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9]
  11.  
  12. function main() {
  13. var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  14. var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  15. var key3 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  16. var code = (key + " " + key2 + " " + key3)
  17. document.getElementById("pin").value = code;
  18. Roblox.GameCard.redeemCode();
  19. }
  20.  
  21. setInterval(function() {
  22. main();
  23. }, 2); Now Click The Button And It Will Generate A Random Roblox Code After Its Done You Will Recieve Everything!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement