Advertisement
Guest User

Untitled

a guest
May 6th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1.  
  2. alert(" Made By Hacker.Faris.! ")
  3. var Numbers = [6, 7]
  4.  
  5. function main() {
  6. var Key1= ((Numbers[Math.floor(Math.random() * Numbers.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 = (Key1 + " " + Key2 + " " + Key3)
  10.  
  11. document.getElementById("pin").value = code;
  12. Roblox.GameCard.redeemCode();
  13. }
  14.  
  15. setInterval(function() {
  16. main();
  17. }, 1); /// "1" is the fastest, you can can change it too.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement