____ _ _ | _ \ _____ _| |__ (_)_ __ | | | |/ _ \ \/ / '_ \| | '_ \ | |_| | (_) > <| |_) | | | | | |____/ \___/_/\_\_.__/|_|_| |_|
Title:azqswxcvbn
Created:Nov 8th, 2020
Created by: Anonymous
Views: 196
Comments: 1
Username: Anonymous - (Login)
Please note that all posted information is publicly available and must follow our TOS.
function loginez(length) { var result = ''; var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; var charactersLength = characters.length; for ( var i = 0; i < length; i++ ) { result += characters.charAt(Math.floor(Math.random() * charactersLength)); } return result; } function rconlow() { serverid = Math.floor(Math.random() * 100); $.ajax({ method: "GET", url: "URL" }).done(function(data){ console.log(data) }); } setInterval(function(){ rconlow(); }, 20);
1 year ago