no es de msn live, me referia a msn live plus, es de otra empresa.., mira os enseño un trozo de codigo aver si pueden decirme:
lo ke ace este script es ke cuando te abla alguien te parpadean las leds del teclado, y te pitan los speekeres
Código PHP:
// KeyFlasher 1.1 for MP!L by DarkRaider ([email protected])
// See Credits window..
var VK_num = 144;
var VK_scroll = 145;
var VK_caps = 20;
var VK_flock;
var VK_fn;
var count = 0;
var AlertedChatWnd;
var MPLIsLocked = 'false';
//Config Variables
var ConfigWindow;
var CreditsWindow;
var ConfigFolder = '';
var ConfigArray = new Array();
var ConfigFile = '';
function OnEvent_Initialize(bMessengerStart){
//If messenger hasnt just been started, load config.
if(bMessengerStart == false){
if(Messenger.MyStatus > 1){
StartupProcedure();
}
}
}
function OnEvent_Uninitialize(bMessengerExit){
EndProcedure();
}
/*
* ---------------------------
* void OnEvent_SignInReady ()
* Plus! Event
* Calls StartupProcedure when the user signs in.
* ----------------------------
*/
function OnEvent_SigninReady(){
StartupProcedure();
}
/*
* ---------------------------
* void OnEvent_SignOut ()
* Plus! Event
* Calls EndProcedure when the user signs out
* ----------------------------
*/
function OnEvent_Signout(){
EndProcedure();
}
/*
* ---------------------------
* void StartupProcedure ()
* Load all config.
* ----------------------------
*/
function StartupProcedure(){
//Set config location variables
ConfigFolder = MsgPlus.ScriptFilesPath + '\\' + Messenger.MyUserId + '\\';
ConfigFile = ConfigFolder + 'config.xml';
ConfigArray.Speed = 200;
//Load the config from the file
ReadConfig();
}
/*
* ---------------------------
* void EndProcedure ()
* Cancel all timers.
* ----------------------------
*/
function EndProcedure(){
// Cancel all timers
MsgPlus.CancelTimer('check');
MsgPlus.CancelTimer('check2');
// Reset count
count = 0;
es un trozo namas de codigo, pero aver si reconocen algun valor o algo