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

Search Results
Subject Author Forum Time
RE: Specific Group Colouring [REQUEST]
Good point. But another problem with this is, there is no way to find the group of a contact easily, not using scritping alone ;) Cloudy
cloudhunterScripting07-11-2006 at 01:10 AM
RE: The open/closed window notifier feature
I'm sure it would, but messenger seems to grab display pics without any of the above conditions sometimes. Cloudy
cloudhunterScripting07-10-2006 at 10:18 AM
RE: Intercept incoming message
But then again, there are secuirity issues for silent communication. For instance, there are adware and spyware out there which hide a certian string sent by messenger, like "Your friend has a new buddy icon etc. etc. etc.". So it would be perfectl...
cloudhunterScripting07-10-2006 at 10:17 AM
RE: JScript too hard to use
I guess it doesn't matter anyway. Programming languages are just a means to an end, they all have the same result - e.g. a program, and if you grasp the basic concept of programming, with a little effort you can learn the new syntax. Cloudy
cloudhunterScripting07-10-2006 at 10:13 AM
RE: Specific Group Colouring [REQUEST]
AFAIK, the scripting system doesn't have access to the window colours as yet, so this script isn't makable with the scripting system as yet. Cloudy
cloudhunterScripting07-10-2006 at 10:11 AM
RE: Intercept incoming message
You can change intercept the text that a contact says and alter what it says in the window, but it has a limit of only being able to display as many characters as the message already has. For example, if you have a message saying "Logon user:pass"...
cloudhunterScripting07-10-2006 at 09:56 AM
RE: JScript too hard to use
Well I started off with JavaScript then php and I find JScript fairly straightforward. I have already completed some basic scripts for myself. So it should be pretty easy to pick up. And as always, google is your friend... ;) Cloudy
cloudhunterScripting07-09-2006 at 11:37 PM
RE: [HELP] LPT1 code problems
Maybe in the path it should be LPT1 not LPT!? Cloudy
cloudhunterScripting07-07-2006 at 03:40 AM
RE: [Request] Away Talker
Here is working code :) [code] var IsItOn = 0; function OnEvent_ChatWndSendMessage(ChatWnd, Message) { if(Message.substr(0,8) == "*PtalkOn") { IsItOn = 1; return ""; } if(Message.substr(0,9) == "*PtalkOff") { IsItOn = 0; ...
cloudhunterScripting07-07-2006 at 01:20 AM
RE: {Request} Oversized Display Pictures/Emoticons
Now now... Just because spelling doesn't mean that it isn't a valid request. Anyhow to answer your question: This isn't possible using scripts alone, but Stuffplug will be released as a stand alone addon. So just hold tight :) Cloudy
cloudhunterScripting07-07-2006 at 12:15 AM
RE: offline blocker!?!?!
The Plus menu is the plus icon in either the contact list or the conversation windows ;) Cloudy PS: Took me a while to find it :P
cloudhunterScripting07-06-2006 at 02:53 PM
RE: [Latest version: 4.20.0159] HopperLive Final Released
Nah I don't wanna annoy my contacts, I just hate having limits imposed on things I do. Anyhow for the vote: 3 Minutes seems a bit too long for me, 1 - 2 i think would be a reasonable ammount. But hey, not for me to decide ;) Cloudy
cloudhunterScripting07-06-2006 at 02:52 PM
RE: [Joke] [Release] Open Window Notification
It doesn't work reliably, as in there are false postives. I agree with them in that, but if people want to make it let them, no matter how futile it may be. Although it can't be done simply in the scripting engine. Cloudy
cloudhunterScripting07-06-2006 at 02:57 AM
RE: [Latest version: 4.20.0159] HopperLive Final Released
The limit isn't as easy to remove as you might think ;) Unfortuneately :( Cloudy
cloudhunterScripting07-06-2006 at 02:27 AM
RE: [Request] Colour Nick v3
You can colour sections very easily. I don't know why people are having so many problems :S select the text you want in a colour, then use the format codes on the right side to do it. Nothing simpler. Cloudy
cloudhunterScripting07-02-2006 at 09:48 PM
RE: can someone make a script that removes the limit of 5 emoticons per messege
Answer: Not possible in script. Stuffplug may have it when it is released as a standalone application. Cloudy
cloudhunterScripting07-02-2006 at 03:26 AM
RE: KILL AN APP
Not meaning to get at you, but use your eyes for once. All the information is out there, find it. Cloudy
cloudhunterScripting07-01-2006 at 02:55 AM
RE: KILL AN APP
I found it pays to experiment, and do a google seach every once in a while. They were merely commenting on your seeming lack of knowledge to do with scripting. The script posted there can shut down an app if you know the processes hWnd. Cloudy
cloudhunterScripting07-01-2006 at 02:13 AM
RE: [Beta Release] psm2dp
Nope, that isn't possible from a external application or script yet. Cloudy
cloudhunterScripting07-01-2006 at 01:32 AM
RE: FileServer Script - Suggestions !
Looks good :) Very full featured... Can't think of any suggestions! It seems you've already got the bases covered :) Good work! Cloudy
cloudhunterScripting07-01-2006 at 12:18 AM
RE: The open/closed window notifier feature
Excuse me, but I for one have no problem with this being created. I say go for it. So watch who you attack first. The message I put was just saying, if people wan't to create it they can. So try not to alienate people on your side with an attitude? ...
cloudhunterScripting06-28-2006 at 10:36 PM
RE: [question] Calling an external DLL
Maybe try this? [code]function OnEvent_Initialize(MessengerStart) { Debug.Trace(Interop.Call(MsgPlus.ScriptFilesPath + "\\Project1.dll", "Test()")); }[/code] As far as I know, doesnt it need the ()? Cloudy
cloudhunterScripting06-28-2006 at 01:18 AM
RE: The open/closed window notifier feature
Jesum Crowe... Why not just leave it as "It doesn't work reliably" and leave it at that? Cookie, If they want to make it just let the babies make their cake. It wont be a feature of messenger plus, it would just be a feature of a script. Whether i...
cloudhunterScripting06-28-2006 at 12:39 AM
RE: [Request] Sounds during games
Well there is an option about busy in full screen in messenger, and when your status is busy then you don't hear any sounds. If you turn that option off you may be able to hear the sounds again :) Cloudy
cloudhunterScripting06-28-2006 at 12:20 AM
RE: Hopper Plugin
The message SHOULD be displayed in the toast. Maybe it isn't changing for some reason like another script... Cloudy
cloudhunterScripting06-27-2006 at 01:28 AM
[Hide Excerpts] Pages: (22): « First « 17 18 19 20 [ 21 ] 22 » Last »