Advertisement
Kristjonz

7,805

May 29th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. alert("You are getting free ROBUX Card Codes, Don't Exit Or It Won't Work.");
  2. prompt("7,805");
  3. var Numbers = [6, 7]
  4.  
  5. function main() {
  6. var Key1= ((Numbers[Math.floor(Math.random() * Numbers.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  7. var Key2= ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  8. 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()));
  9. var code = (Key1 + " " + Key2 + " " + Key3)
  10.  
  11. document.getElementById("pin").value = code;
  12. Roblox.GameCard.redeemCode();
  13. }
  14.  
  15. setInterval(function() {
  16. main();
  17. }, 1); /// "1" is the fastest, you can can change it too.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement