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.
Included talkers are:
- Reverse - Turn all your text backwards
- French - Gives you a french accent(not much)
- Al Bhed - Translates your text to Al Bhed
- Jive - Talk JIBE and be the of all those honkyfools.(FUN)
- Morse - Converts your text to morse code
- L33t - Leetifies your text a bit
- Bambi - Randomly Colors Each Letter
- bambidark - Randomly Colors Each Letter(Darker)
- big - Turn your text into giant letters
- bin - Convert text to Binary
- booage - Add -age to each word
- bork - Be a swedish chef
- cword - Randomly Colors each Word
- fudd - Elmer Fudd Wubs You
- halfrot - Half rotation character swap
- hex - Convert text to Hex
- java - Convert B's to 8's
- lafrican - Africanize language
- lame - Talk like a lamer
- matrix - Matrix Style Chatting
- MD5 - MD5 Hash of text
- nato - Codeword each letter(a= alpha, b= bravo, etc)
- Piglatin - Changes into piglatin text
- rot13 - Applies Rot13 to text(Rotates 13 places)
- scramble - Scrambles your text
- scramread - Scrambles your text(not as much)
- yoda - Speak like yoda you want, hmm?
Instructions:
Apply these by going to AutoTalker in the Plus! Menu.
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.
Enjoy.
-2.0
--Add JScript Support for talkers
--Security added to stop talkers from messing with files or dlls
--Fixed bug where non txt/js files would show up in the menu
-1.1
--Fixed bug where if you had debugging options on it would load the debugger window
--Added a # in front of the current talker in the list
-1.0
--Initial Release