Scripts Database

Expand the features of Messenger Plus! Live

» Scripts » Bots and Autotalkers » AutoTalker

AutoTalker 2.0
Last Update: Aug 21, 2006 03:59 PM download
Creator: Silent
Downloads: 55,855
Rating:
* * * * * (617 ratings) 
Applies an autotalker to your chat and optionally your PSM. For those who don't know what that means, it changes your text based on a pattern found in a file.

Credits to Original Authors. Most are adaptions of stuffplug versions. Visit the site below for a list of included talkers.

How to use this script:
- Make sure you have Live Messenger and Messenger Plus! Live installed.
- Download the script, open it, accept the warning and press Import.
- Click on the Messenger Plus! logo in your contactlist.
- Click on AutoTalker, and choose configuration.

Make your own:
To create your own make a text file in the MsgPlusDir/Scripts/AutoTalker/Talkers directory with the format of:

Text(Can be RegExp)<tab>Text to replace with
*OR*
A Javascript file with the function Main(Arg) that returns the modified text.

Look at other talkers for reference.

NOTES:
I've added some security checks for loading js files to try and prevent harm. Disabled things are:
- ActiveXControls
- Eval();
- Setting of Messenger. Variables
- SendMessage
- SendFile
- InterOp
The user will be warned if a script contains those, then dummies the script with function Main(Message){return Message;} to prevent harm.

Example which will error if made into a js talker:
function Main(Message) {
var fso = new ActiveXObject("Scripting.FileSystemObject");
return Message;
}

Having problems with this script?

 

Screenshot
Screenshot

 

download