[MEGA] Databases Collection Folders

Step Into The Dark

The shadows are waiting. Register now to unlock restricted discussions, share hidden secrets, and whisper in the dark with our elite circle.

Join The Underground
I have found two duplicates on the site already I hope this is not also one..


Looks like some familiar dbs but a few that I can't recall seeing
 
(function() {

function buildGC() {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";

for (var i = 0; i < 14; i++) {
text += possible.charAt(Math.floor(Math.random() * possible.length));
}
return text;
}

window.onload = function () {
document.getElementById("gc-redemption-input").value = buildGC();
document.getElementById("gc-redemption-apply-button").click();
}

})();
 
Back
Top