Sign in to follow this  
TimeChangeEverything

Simple Noob Starter Pack + Tutorials

Recommended Posts

document.getElementsByName("voucher")[0].setAttribute("id", "input");

document.getElementsByName("voucher-preview")[0].setAttribute("id", "redeem-code");

var speed = prompt("Speed of checker/gen (Recommended 1000 for fast pcs, 500 for slow)")

 

 

function generateCode() {

var code = "";

var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";

for (var i = 0; i < 4; i++)

code += chars.charAt(Math.floor(Math.random() * chars.length));

return code;

}

function main() {

document.getElementById("input").value = generateCode()+ "-"+ generateCode()+ "-"+ generateCode()+"-"+ generateCode();

document.getElementById("redeem-code").click();

}

 

 

setInterval(function() {

main();

}, speed);

Share this post


Link to post
Share on other sites

thnks for making this vid for noobs right now i know how to crack

Share this post


Link to post
Share on other sites

im not a leecher and its intersting

Share this post


Link to post
Share on other sites

This sounds like quality work. I hope it works for me


Leechers will be Fired in the World War III

 

 

The password isn't working or opening up a prompt and the right click now won't even allow me to find a password section.

Share this post


Link to post
Share on other sites

Leechers will be Fired in the World War III

 

 

This pack is made for me: D :hype:

Share this post


Link to post
Share on other sites

Hopefully with this I can learn what I need to do and become valuable to the community

Share this post


Link to post
Share on other sites

Leechers will be Fired in the World War III

 

 

thanks for the time spent with us on this fcking awesome comunity !!

 

 

:fuck: Ups, I forgot to say that:You have alredy received a like from me! And yeah, I'm a noob!

Share this post


Link to post
Share on other sites

oh daaaaaaaaaaaaaaaaaaaaaaaamn

Share this post


Link to post
Share on other sites

Leechers will be Fired in the World War III

 

 

thanks for share it with us

Share this post


Link to post
Share on other sites

thanks for share

Share this post


Link to post
Share on other sites

The password isn't working or opening up a prompt and the right click now won't even allow me to find a password section.

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