What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Autosound talker plugin idea!

Autosound talker plugin idea!
Author: Message:
Jatt
New Member
*


Posts: 3
Joined: Nov 2004
O.P. Autosound talker plugin idea!
hey I wanted to know if someone could make a plugin for sound text. Like I found out that when you type '/sevil message' the empiral march plays with the text you typed in. I wonder if someone could make a plguin so that you can enable /sevil everytime you type a msg. so it play sthe empiral march. Like a plugin wher eu don't have to type out /sevil it doesn't it for u when it's enabled.

/sevil hey what's up (plays sound)

into just

hey what's up (plays sound)

THX
11-20-2004 08:09 AM
Profile E-Mail PM Find Quote Report
Underlord
Veteran Member
*****

Avatar

Posts: 1037
Reputation: 40
35 / Male / Flag
Joined: Jul 2003
RE: Autosound talker plugin idea!
Wouldn't that just be very annoying? :p
11-20-2004 08:15 AM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Autosound talker plugin idea!
its possible with a talker for SP-NG i suppose...
i wouldnt know how to do it tho so ull have to wait for somebody who can (and who is willing to do so)
11-20-2004 08:20 AM
Profile PM Find Quote Report
Martijn.
Full Member
***

Avatar
Previously known as |\/|artij|\|

Posts: 162
Reputation: 2
34 / Male / –
Joined: Apr 2004
RE: Autosound talker plugin idea!
First, make sure you have StuffPlug-NG installed, then read on...

This is one of the most simple things to do with a talker. Make a new, empty text file in the "Messenger Plus! 3\Plugins\StuffPlug-NG"-folder, and rename it to talker.sevil.vbs (you can change the red part to whatever you want it to be called), then, copy/paste the following in it with notepad:
code:
Function talker(input)
   talker = "J" + input
End Function

You can change the "/sevil " part to match any command you like, but make sure to keep the space!

Then, in a conversation, type the following:

/xautotalker sevil

Finally, the simple reason that I didn't post it as an attachment is that I don't want everyone to just use that thing to annoy their contacts, this way you'll have to do some trouble for it, so it's a bit less attractive;). Besides, you'll learn a little bit about how VBScript works:happy:.

Oh, and by the way, I'm not responsible for all the contacts that are going to block you for this:dodgy:.

EDIT: Just tested it for myself, StuffPlug-NG seems to change the text after plus scans for commands, so I changed the above code to a version that contains the special character used to send the sound...

This post was edited on 11-20-2004 at 10:22 AM by Martijn..
"If freedom is outlawed, only outlaws will have freedom."
11-20-2004 10:14 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On