What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: headache: Special characters.
Have you tried the RemoveFormatCodes function? It's in the scripting documentation. Have fun!
DecoScripting07-23-2007 at 01:40 PM
RE: send message withouth knowing windowhandle?
Well to send message to a contact knowing his email... 1) Iterate the contact list object 2) Match the email you want with the contact's object 3) Use the OpenChat function sending the contact you found 4) Check if the chat window was opened 5) Send...
DecoScripting07-23-2007 at 01:24 AM
RE: Code editor
I like [url=http://www.sepy.it/]Sepy[/url]
DecoScripting07-16-2007 at 05:25 PM
RE: [request] Last status timer
Here's with the switch: [code] var PreviousToTimerPSM; var mDate = new Date(); function OnEvent_Signout(Email) { Messenger.MyPersonalMessage = PreviousToTimerPSM; //restores the original PSM while signing out? } function OnEvent_SigninReady(Email) {...
DecoScripting07-13-2007 at 03:31 PM
RE: Is there a way to "link" scripts?
GNSPS, Just a tip for you that I learned in the coupl months I've been here: Always ask for help in the most straight way you can when you do it in here. I've seen only one or two cases where someone "Stole" an idea. Most of the time people will ...
DecoScripting07-12-2007 at 01:29 PM
RE: Is there a way to "link" scripts?
My take on it: if someone sends a script with the functions in the .js source. You can use it anywhere and if you're nice (and have manners/ethic/etc) you'll mention where it came from and who made it. If the guy really doesn't want anyone to use ...
DecoScripting07-11-2007 at 11:21 PM
RE: Beautification ?
Maybe Patchou could shed some light :)
DecoScripting07-10-2007 at 01:51 AM
RE: Beautification ?
Ok so that approach is out. Two other ideas: 1 - Creating plus window over the contact list and manage that. 2 - The nickname is stored somewhere in system memory? How can I find that? Suppose it's somewhere and I can find it, can I change it or is...
DecoScripting07-08-2007 at 10:29 PM
RE: Beautification ?
I thought of another way to attack this problem. How about resource hacking? Something along the lines of inserting another object into the contact list that we can access and mimic the real contact list? Is this possible? Cookie? Thanks
DecoScripting07-07-2007 at 11:12 PM
RE: [Request] In / Out Text Replacer
In this part. Change "FirstWord" to the word in romaji you want. Then Change "SecondWord" to another word you want in romaji. and so on. In the second part change "KanjiWord" to any kanji word you want.. like "feioso" or something (sorry I ...
DecoScripting06-24-2007 at 09:46 PM
RE: Removing low quality scripts from the DB
Nice work. Keep it up.
DecoScripting06-22-2007 at 12:18 PM
RE: Beautification ?
I can't seem to access the contact list by subclassing. I find the handle when it's created and try to send messages to it but won't work. I know I have to find the child that the acctual listview.. but how? Thanks
DecoScripting06-18-2007 at 02:33 PM
RE: Contact list nicknames
In fact using oSpy I could see the messages that change the friendly name. It's SOAP. Which raises the question: anyone here tampers with the protocol?
DecoScripting06-13-2007 at 06:06 PM
RE: Contact list nicknames
To the "Add a nickname". I want to access the nicknames for my contacts in the contact list.
DecoScripting06-13-2007 at 03:21 PM
RE: [Request] Added Contact Date..
I don't think there's anything that could retrieve the dates in which you added someone but I can surely see how this could be done and active from the moment you install the script. Script could create a registry entry for each contact or just mak...
DecoScripting06-13-2007 at 03:11 PM
RE: Contact list nicknames
Does this mean I have no way to access the contact list and retrive data from it? The data is stored somewhere since I can change the nickname and not see a message from my computer to the server right away. It's not in the same directory as the p...
DecoScripting06-13-2007 at 03:04 PM
Contact list nicknames
Two questions: 1 - Where are my contacts nicknames stored? 2 - What is the contact list as in a control type? (Listbox, etc) Thanks
DecoScripting06-13-2007 at 02:14 PM
RE: Beautification ?
I love the idea and will atempt to do such thing through scripting.
DecoScripting06-06-2007 at 03:12 AM
RE: [Release] Typing Notifier
Xniff doesn't seem to work with Vista.
DecoScripting05-19-2007 at 02:52 PM
RE: [Release] PSM+ 4
Also looking for the last version... Thanks
DecoScripting05-16-2007 at 07:14 PM
RE: [Request] Script to open window
Search forums for Convo Notifier script that might help you.
DecoScripting05-16-2007 at 07:06 PM
RE: [request] view chat window in full screen application script
There are a couple threads about this type of script. Give it a good search and you'll find that I was the one doing something about it through a directx injection ... there were a couplee of probleems: it wasn't ready and my notebook's HD crashed...
DecoScripting05-07-2007 at 03:11 AM
RE: [request] Speech bubble chats
For some reason I thought I'd need to sniff to actually see chat invites but I'm not even sure there's a different protocol for chat to multiple contacts... but thanks for the advice anyway.
DecoScripting04-03-2007 at 08:21 PM
RE: [request] Speech bubble chats
Well I can't get Xniff to work with Vista so I guess I'll just send the idea here and someone can try to execute it. My idea was to build a window with textboxes just like people build menus for their scripts and put the messages send from each con...
DecoScripting04-03-2007 at 08:03 PM
RE: [request] Speech bubble chats
I can think of a way to do this...but Windows Vista isn't helping me try to execute it :/
DecoScripting04-02-2007 at 07:42 PM
[Hide Excerpts] Pages: (8): « First « 1 2 [ 3 ] 4 5 6 7 » Last »