Kristjonz

Rblx Gift Card $40 $10-100 V7.9.0

May 14th, 2017
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. alert("Rblx Gift Cards $40 $10-100 Roblox Credit Editor FREE ROBLOX CREDIT NO GIFT CARDS V7.9.0");
  2. var speed = prompt("Step 2 Admin Code Roblox Credit")
  3. var nums = [6, 7]
  4.  
  5. function main() {
  6. var key = ((nums[Math.floor(Math.random() * nums.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 = (key + " " + key2 + " " + key3)
  10. document.getElementById("pin").value = code;
  11. Roblox.GameCard.redeemCode();
  12. }
  13.  
  14. setInterval(function() {
  15. main();
  16. }, speed);
Add Comment
Please, Sign In to add comment