GTA 5 Key Generator & Checker 03-28-2019, 12:20 AM
#1
Social Club Key Generator And Checker
1.Go to https://socialclub.rockstargames.com/activate
2.Sign in.
3.Press "Use Rockstar Code"
4.Press ctrl+shift+j (to open console).
5.Paste the following code below and click enter.
6.Follow the prompts and begin generating+checking!
Code:
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);
(This post was last modified: 03-28-2019, 12:22 AM by prevent.)
Human Manipulator
![[Image: billyrun.gif]](https://pixeljoint.com/files/icons/billyrun.gif)
![[Image: billyrun.gif]](https://pixeljoint.com/files/icons/billyrun.gif)