what is Messenger Plus! Live?
Messenger plus live is a add-on for Windows live messenger,
what the add-on basicly does is adding TONS of scrips and features, such as unlimited nudges, parrot bot and coloured status. That's just some of the features messenger + offers, I'd suggest downloading it and trying it for yourselves. Most of the scripts that are in live + aren't that usefull, but rather for the fun of it.
The only thing needed for Windows live messenger plus, is Windows live messenger itself. Messenger Plus! Live is compatible with Windows Live Messenger 8.0 to 14.0 (2009) and can be installed on 32bit and 64bit versions of Windows XP to Windows 7.
Currently there's a wide variety of languages you can pick when installing.
English, Spanish, French, Arabic, Chinese Simplified, Chinese Traditional, Danish, Dutch, Estonian, Finnish, German, Greek, Hebrew, Hungarian, Italian, Japanese, Norwegian, Portuguese, Swedish, Thai, Turkish.
__________________________________________________ ______________________________________________ Scripts
I'll now give you a few examples of scripts that I frequently use, most of them aren't that usefull, but fun for sure. The iniscent victim of my scripts this time, is GLUPUS. Thanks <3.
Random fact generator
This script sends out random facts about a few celebrities.
Chuck norris (/Chuck), Vin diesel (/Vin) and MR. T (/Mrt)
Example of a random fact:
Contrary to popular belief, the Thirty Years War that raged across the Old World from 1618 to 1648 and left tens of thousands dead was not the result of a pan-European religious debate. It was, in fact, the final escalation of Chuck Norris and Vin Diesel's long-running practical joke contest. Vin maintains to this day that, "Protestantism was a gag too far". Norris, of course, knows that it's just that he lacks a sense of humour.
Parrot bot
A simple Bot that works like a nice parrot: Repeat all messages received!
Type /imitate to start imitating, and /stopimitate to stop.
I got the script code for this one aswell.
Code:
/*ParrotBot.
Script by: Konda
Info: kondaspam@gmail.com
Please do not remove this
*/
var lastmes = "";
var memes = "";
var start = false;
function OnEvent_Initialize(MessengerStart)
{
}
function OnEvent_Uninitialize(MessengerExit)
{
}
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){
lastmes = Message;
if(lastmes != memes ){
if(start == true){
ChatWnd.SendMessage(Message);
}
}
}
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
memes = Message
if(Message == "/imitate"){
start = true;
MsgPlus.DisplayToast("", "ParrotBot started!");
return '';
}
else if(Message == "/stopimitate"){
start = false;
MsgPlus.DisplayToast("","ParrotBot stopped!");
return '';
}
}
function OnGetScriptCommands(){
var ScriptCommands = "<ScriptCommands>";
ScriptCommands += "<Command>";
ScriptCommands += "<Name>imitate</Name>";
ScriptCommands +="<Description>It works like a Parrot! :P</Description>";
ScriptCommands += "</Command>";
ScriptCommands += "<Command>";
ScriptCommands += "<Name>stopimitate</Name>";
ScriptCommands += "<Description>Stop parrot!</Description>";
ScriptCommands += "</Command>";
ScriptCommands+="</ScriptCommands>";
return ScriptCommands;
}
Nudges tool script
What this does, is you can send unlimited nudges over a short period of time. You can also input the delay you want, example: Send 100000 nudges at 2sec intervall. /sendnudge 100000 2
Nicks plus!
This is the script that people use to edit color on their names, as you can see on one of my screenies, "Alex" is in different colors.
And yes, this supports unicode
That's some of the scripts I use, I'll upload them in a .rar archive and attach them. If you want to get scripts manually, you can go to
this website.
Or simply pressing the script button while in the MSG screen.
Messenger Plus! Live - Download