Spauwtje 0 Ty so much this is what i was looking for Quote Share this post Link to post Share on other sites
WildClone 1 ok i need a vps so i can put my scripts 24/7 Quote Share this post Link to post Share on other sites
sasas223 2 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); :kek: :kek: Quote Share this post Link to post Share on other sites
suddem 0 this is super cool wish it had cracked vps bulletproof :fiesta: Quote Share this post Link to post Share on other sites