Advertisement
Guest User

Tes

a guest
Jun 26th, 2019
1,998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. alert("Leaked by Null0048 - can't remeber from where lol");
  2. var speed = prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
  3. function makeid() {
  4. var text = "";
  5. var possible = "1234567890"; //enter the variables of the gift card *CAN BE CASE SENTITIVE DEPENDING ON THE GC*
  6.  
  7. for (var i = 0; i < 10; i++) //change the value depending on the length of the giftcard code
  8. text += possible.charAt(Math.floor(Math.random() * possible.length));
  9.  
  10. return text;
  11. }
  12.  
  13.  
  14. function main() {
  15. document.getElementById("ember453").value = makeid();
  16. document.getElementById("ember456").click();
  17. }
  18.  
  19. setInterval(function() {
  20. main();
  21. }, speed);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement