Advertisement
TALAINTE

AMAZON GIFTCARD CHECKER AND GENERATOR

Feb 16th, 2019
4,257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1.  
  2.  
  3. 1- Go here:  https://booo.st/g-4b-
  4.  
  5. 2- Press F12
  6.  
  7. 3- Past this code in Console:
  8.  
  9. /////////////////////////////////////////////////////////
  10.  
  11. alert("By DeaNox for Nulled.to | Bot activated!");
  12. var speed = prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
  13. function makeid() {
  14.   var text = "";
  15.   var possible = "1234567890QWERTYUIOPASDFGHJKLZXCVBNM";
  16.   for (var i = 0; i < 14; i++)
  17.    text += possible.charAt(Math.floor(Math.random() * possible.length));
  18.  
  19.  return text;
  20. }
  21.  
  22.  
  23. function main() {  
  24.    document.getElementById("gcpromoinput").value = makeid();
  25.    document.getElementById("button-add-gcpromo").click();
  26. }
  27.  
  28. setInterval(function() {
  29.    main();
  30. }, speed);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement