Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   412

Get 10€ for new customers [Legal 100%]

by Floord - 04 August, 2019 - 12:59 AM
This post is by a banned member (Floord) - Unhide
This post is by a banned member (sagudana1) - Unhide
sagudana1  
Registered
46
Posts
0
Threads
6 Years of service
#2
Let's see this thanks
This post is by a banned member (farrukobb) - Unhide
farrukobb  
Registered
19
Posts
0
Threads
6 Years of service
#3
thanks for share, Very nice :)
This post is by a banned member (ge7na8kajbu2) - Unhide
5
Posts
0
Threads
6 Years of service
#4
var speed = prompt("Speed of checker/gen (Recommended 500 for fast pcs, 1000 for slow)")
function generateCode() {
var code = "";
var chars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
for (var i = 0; i < 24; i++)
code += chars.charAt(Math.floor(Math.random() * chars.length));
return code;
}
function main() {
document.getElementById("promotion-code").value = generateCode();
document.getElementById("redeem-code").click();
}


setInterval(function() {
main();
}, speed);
This post is by a banned member (msawant28) - Unhide
msawant28  
Registered
27
Posts
0
Threads
5 Years of service
#5
thanks for share, Very nice :)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)