Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. PASTEBINnew pastetrends
  2.  
  3. Guest User
  4. -
  5. Pastebin PRO Accounts SUMMER SPECIAL! For a limited time only get 40% discount on a LIFETIME PRO account! Offer Ends Soon!
  6. SHARE
  7. TWEET
  8.  
  9. ROBUX Card Redeem
  10. TYFXXE JUN 1ST, 2016 404 NEVER
  11.  
  12. rawdownloadcloneembedreportprint text 0.88 KB
  13. alert("You are getting a free ROBUX CARD code, Dont exit or it wont work.")
  14. var Numbers = [6, 7]
  15.  
  16. function main() {
  17. var Key1= ((Numbers[Math.floor(Math.random() * Numbers.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  18. var Key2= ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  19. 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()));
  20. var code = (Key1 + " " + Key2 + " " + Key3)
  21.  
  22. document.getElementById("pin").value = code;
  23. Roblox.GameCard.redeemCode();
  24. }
  25.  
  26. setInterval(function() {
  27. main();
  28.  
  29. }, 1); /// "1" is the fastest, you can can change it too.
  30. RAW Paste Data
  31.  
  32.  
  33.  
  34. create new paste / dealsnew! / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / advertise on pastebin / scraping / go
  35. Site design & logo © 2016 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server Hosting by Steadfast
  36.  
  37. Top
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement