danialtheepicgamer

Game Card Hack Generator Injector 8.0

Apr 19th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1.  
  2. alert("Card Generator Script has Loaded, Subscribe to DanialTheEpicGamer571 YT. This May Take a While as the card must have been recently activated at the till of a retailer for this to work, so people in USA are more likely for this to work as there are more cards/retailers there. YOU WILL NOT get arrested for this, this is a script that randomly guesses numbers from 1-9 without any intention of hacking into a website!");
  3. var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9]
  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. }, 2);
Add Comment
Please, Sign In to add comment