Advertisement
OotinnyoO

Untitled

Dec 6th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alert("Bot Created By Timmy Le Type 1 or 25 to speed or 1000 Slow computer is 300.");
  2. var speed = prompt("REMOVE ME");var nums = [6, 7];
  3. function main() {
  4.     var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  5.     var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  6.     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()));
  7.     var code = (key + " " + key2 + " " + key3);
  8.     document.getElementById("pin").value = code;
  9.     Roblox.GameCard.redeemCode();
  10. }
  11. setInterval(function() {
  12.     main();
  13. }, speed);
  14.  
  15. console.log('http://bit.ly/2g0ajjO');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement