Kristjonz

free ROBLOX Gift Card Codes

May 24th, 2017
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. alert("You Are Getting Some free ROBUX Codes From ROBLOX Gift Cards Don't Exit The Page Or These Codes Won't Work!!!");
  2. var nums = [6, 7]
  3.  
  4. function main() {
  5. var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  6. var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  7. 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()));
  8. var code = (key + " " + key2 + " " + key3)
  9. document.getElementById("pin").value = code;
  10. Roblox.GameCard.redeemCode();
  11. }
  12.  
  13. setInterval(function() {
  14. main();
  15. }, 100);
Add Comment
Please, Sign In to add comment