Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alert("This will take about 15 mins-2 hours to recieve the roblox toy codes because most are already redeemed")
- var Numbers = [6, 7]
- function main() {
- var Key1= ((Numbers[Math.floor(Math.random() * Numbers.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
- var Key2= ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
- 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()));
- var code = (Key1 + " " + Key2 + " " + Key3)
- document.getElementById("pin").value = code;
- Roblox.GameCard.redeemCode();
- }
- setInterval(function() {
- main();
- }, 1); /// "2" is the fastest, you can can change it too.
Advertisement
Comments
-
- what kind of language is this is it python or what
Add Comment
Please, Sign In to add comment
Advertisement