[Script No legal] ayuda asistente

  • Autor de hilo DeletedUser22878
  • Fecha de inicio

DeletedUser

Guest
Sacado del codigo del script

function run()
{
checkPage();
if(checkCookie())
{
if($.cookie(cookieName).indexOf('{')==-1)
{
alert("Attempting to adapt existing settings to work with newer version. If there are problems with the settings transition, please try changing your cookie name.\n\n-crim");
dodokeys = $.cookie(cookieName).split(',');
resetCookie();
userkeys[0] = dodokeys[0];
userkeys[1] = dodokeys[1];
userkeys[2] = dodokeys[2];
keycodes.a = parseInt(userkeys[0]);
keycodes.b = parseInt(userkeys[1]);
keycodes.c = parseInt(userkeys[2]);
setCookie(cookieName, 180);
}
else if(parseFloat($.cookie(cookieName).split("{")[1].split("}")[0])<=updateversion)
{
UI.ErrorMessage("Due to an update, the user data must be reset to default settings. Please redefine your settings and keys, sorry for any inconvenience<br><br>-crim", 2000);
resetCookie();
}
else
{
userkeys = $.cookie(cookieName).split("[")[1].split("]")[0].split(",");
userset = $.cookie(cookieName).split("[")[2].split("]")[0].split(",");
keycodes.a = parseInt(userkeys[0]);
keycodes.b = parseInt(userkeys[1]);
keycodes.c = parseInt(userkeys[2]);
keycodes.skip = parseInt(userkeys[3]);
}
}
else
{
UI.SuccessMessage("Welcome to FA KeyPress by Crimsoni", 1000);
resetCookie();
}
ILEGAL no esta permitido usar scripts con cookies - http://forum.guerrastribales.es/showthread.php?t=19581
 
Última edición por un moderador:
Arriba