neeb
Software Quality Analyst
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
Leechers will be Fired in the World War III
1. Go to https://www.nvidia.com/en-us/rewards/redeem/
2. Sign in.
3. Press ctrl+shift+j (to open console).
4. Paste the code below and click enter.
5. Follow the prompts and begin generating+checking!
DO NOT WORRY ABOUT THE ERROR IN THE CONSOLE, THAT IS FOR WHEN THE CODE IS INVALID
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);
1. Go to https://www.nvidia.com/en-us/rewards/redeem/
2. Sign in.
3. Press ctrl+shift+j (to open console).
4. Paste the code below and click enter.
5. Follow the prompts and begin generating+checking!
DO NOT WORRY ABOUT THE ERROR IN THE CONSOLE, THAT IS FOR WHEN THE CODE IS INVALID
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);