
Por la cantidad de Meme's que surgen por eso
var totalRuntime = 86400000; var commandString = "anarchy"; var slowTime = 60000;
function normalRand() { do { u1 = Math.random(); u2 = Math.random(); normal = Math.sqrt(-2 * Math.log(u1)) * Math.cos(2 * Math.PI * u2); } while(normal < 0); return normal; }
function sendDelayedInput(input) { var delay = Math.floor(normalRand()*14000); setTimeout(function() {sendInput(input)}, delay); }
function sendInput(input) { $(control_input.firstElementChild).val(input); $(control_buttons.getElementsByClassName('primary_button')).click()
}
var inputIntervalId = window.setInterval(sendDelayedInput, slowTime + 15000, commandString); console.log("Interval Id: " + inputIntervalId); setTimeout(function() {window.clearInterval(inputIntervalId)}, totalRuntime);
Volver a “%s” General / Offtopic
Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 1 invitado