Advertisement
Guest User

gamerX802 roblox robux bot VER 0.1

a guest
Apr 28th, 2016
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. gamerX802 card bot ver 0.1
  2.  
  3. \/\/\/\/\/\/\/\/
  4. !!!!!!WARNING!!!!!!
  5. READ BEFORE U DO IT
  6. /\/\/\/\/\/\/\/\
  7.  
  8. ---------------------------------------------------------------------------------------------------------------------------------------
  9. type 420 for slow pc laptops
  10. 99999999 for the NON-LAG pc laptops
  11. and for not so lagy pc laptops 1000
  12. ---------------------------------------------------------------------------------------------------------------------------------------
  13.  
  14. alert("Bot by gamerX802");
  15. var speed = prompt("Please enter a speed to enter cards.","Put 1000 for 1 second. Below 1000 not recommended if you have a slow computer!")
  16. var nums = [6, 7]
  17.  
  18. function main() {
  19. var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  20. var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  21. 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()));
  22. var code = (key + " " + key2 + " " + key3)
  23. document.getElementById("pin").value = code;
  24. Roblox.GameCard.redeemCode();
  25. }
  26.  
  27. setInterval(function() {
  28. main();
  29. }, speed);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement