Code


SUBMITTED BY: Dystopia24

DATE: May 28, 2017, 3:50 p.m.

FORMAT: Text only

SIZE: 869 Bytes

HITS: 647

  1. alert("Bot by SecretRobloxAgent");
  2. var speed = prompt("Type 1,000 if fast pc 500 for slow pc")
  3. var nums = [6, 7]
  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. setInterval(function() {
  13. main();
  14. }, speed);

comments powered by Disqus