[No download] FREE GEFORCE NOW REDEEM CODES [2021 WORKING] - Nulled and Leak Forums

XMAN

Active member
Joined
Jul 12, 2021
Messages
19,637
Reaction score
20
Points
38
This Thread had not been rated yet
Smart trick I'm leaking, enjoy


1. Go to
You must reply to the thread or upgrade your account to always see hidden content.


2. Sign in
3. Press Ctrl+Shift+J (to open console)
4. Paste the following code in and hit enter
5. Follow the prompts and begin generating and checking!
The errors in your chrome console shows that the code is invalid, just wait until you get a valid one.
Script is available down below.

Code:
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);
Other format.

Code:
var speed = prompt("Speed of checker/gen (Recommended 500 for fast pcs, 1000 for slow)")
var format = prompt("Type 1 for 999999-xxxxxx-xxxxxx-xxxxxx Type 2 for 999999-xxxxxx-xxxxxx-xxxxxx9")
function generateCodeNum(e) {
var code = "";
var chars = "0123456789";
for (var i = 0; i < e; i++)
code += chars.charAt(Math.floor(Math.random() * chars.length));
return code;
}
function generateCode(e) {
var code = "";
var chars = "abcdefghijklmnopqrstuvwxyz";
for (var i = 0; i < e; i++)
code += chars.charAt(Math.floor(Math.random() * chars.length));
return code;
}
function main() {
if(format === '1')
document.getElementById("promotion-code").value = generateCodeNum(6) + "-" + generateCode(6) + "-" + generateCode(6) + "-" + generateCode(6);
if(format === '2')
document.getElementById("promotion-code").value = generateCodeNum(6) + "-" + generateCode(6) + "-" + generateCode(6) + "-" + generateCode(6) + generateCodeNum(1);
document.getElementById("redeem-code").click();
}
setInterval(function() {
main();
}, speed);

I report manually every leecher.


This leak has not been classified yet. Please be careful when downloading.
 
 
Top