Advertisement
Guest User

Roblox Card Generator 2.0

a guest
Apr 23rd, 2016
10,445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2. - ROBLOX Card Code Generator 2.0
  3. - Code by cdskl;
  4. - Instructions by ChocolatBunny.
  5. = Use:
  6. = Launch a browser with a JavaScript console, like Chrome
  7. = Go in https://roblox.com/redeem
  8. = Then open the console
  9. = Do CTRL+A in this file
  10. = Then do CTRL+S
  11. = Go to the console and do CTRL+V
  12. = Start the code
  13. = Then follow the instruction in the dialogue boxes
  14. = WARNING: DO NOT DISABLE DIALOGUE BOXES.
  15. - I think you're ready.
  16. */
  17. alert("Bot by cdskl, and edited by ChocolatBunny");
  18. alert("/!\ Warning! /!\ This bot can create lag to your PC and your connection!");
  19. alert("For stop the bot, refresh the page!");
  20. alert("Choose a speed;");
  21. alert("1 - 100= Fastest; 100 - 500= Fast; 500 - 1000= Slow; 1000+ = Slowest");
  22. var speed = prompt("Enter a speed")
  23. var nums = [6, 7]
  24.  
  25. function main() {
  26.     var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  27.     var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  28.     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()));
  29.     var code = (key + " " + key2 + " " + key3)
  30.     document.getElementById("pin").value = code;
  31.     Roblox.GameCard.redeemCode();
  32. }
  33.  
  34. setInterval(function() {
  35.     main();
  36. }, speed);
  37. /*  Search ChocolatBunny in Roblox (:  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement