Advertisement
Game_Logic

HERFF JONES PROMO CODES

Oct 14th, 2020 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. var nums = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0, "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"];
  2.  
  3. function main() {
  4. var key = ((nums[Math.floor(Math.random() * nums.length)].toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  5. var key2 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  6. var key3 = ((Math.floor((Math.random() * 10)).toString()) + (Math.floor((Math.random() * 10)).toString()));
  7. var code = (key+key2+key3);
  8. document.getElementById("PromoInput").value = code;
  9. document.getElementById("cartPromoCodeBtn").click();
  10. }
  11. setInterval(function() {
  12. main();
  13. }, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement