Scripts Database

Expand the features of Messenger Plus! Live

這個頁面的一些內容無法完全以繁體中文顯示,所以有些會以英文顯示。抱歉!

» Scripts » Bots and Autotalkers » AutoTalker

AutoTalker 2.0
最後更新日期: Aug 21, 2006 03:59 PM 下載
建立者: Silent
下載次數: 118,389
評價:
* * * * * (1574 個評價) 
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;
}

有這個指令碼的問題?

 

螢幕截圖
Screenshot

 

下載