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

Search Results
Subject Author Forum Time
RE: [REQUEST] FullScreen Chat?
I think you got it wrong afelipE_scripts... As far as I understood the initial request.. it was for a script that allowed you to see your msn messages while you are using a full screen game (or program).. not for a full screen chat window. To acompli...
DecoScripting11-07-2006 at 09:24 PM
RE: [REQUEST] FullScreen Chat?
If you are willing to share your results send them here and I'll see what I can do about the menu ;) Thanks
DecoScripting11-07-2006 at 12:02 PM
RE: [REQUEST] FullScreen Chat?
As Cookie said.. anything that is not text will have to be interpreted by my program and the script. I also have some news... I made a keyboard hook so that I don't have to send my chat to the game anymore. So we don't have the problem of people re...
DecoScripting11-05-2006 at 10:40 PM
RE: [Quest/Request] Invisible "YYY is typing a message
Seriously... I been messing around with plugins and patching messenger. I think it's MUCH easier to create a filter in any packet analyzer than creating a plugin or patch to msn to do this. The downside is you can't send it to your friends but tak...
DecoScripting11-05-2006 at 02:30 PM
RE: [REQUEST] FullScreen Chat?
I've made it so that I can add nicknames instead of email.. so if you type !add SoulJah footsemail@hotmail.net then you can type !msn SoulJah hey there instead of the email. Still trying to do keyboard hook now ;) Will keep you posted
DecoScripting11-01-2006 at 01:01 PM
RE: [REQUEST] FullScreen Chat?
Hey there... I've found a way to overcome the pop up when I send msgs thing. My problem was on the Wnd.OpenChat command.. that brings up the window to front and sends the texto to it. The workaround was to iterate through all the open chat windows u...
DecoScripting10-31-2006 at 10:05 PM
Solved [Help] Can't get contacts from enumerator.
Hi guys I'm trying to get contacts from a chatWnd using the Messenger.CurrentChats enumerator... but for some reason it doesn't work. If someone could take a look and maybe help here's the code. [code] function SendsMyMessageToSomeone(Email,Messag...
DecoScripting10-31-2006 at 02:35 AM
RE: [REQUEST] FullScreen Chat?
I can change the location.. :) I put it where it looks best in WC since there's a menu on the same spot during game play. I'm almost to it.. I found a way to send messages without stealing focus but the message comes with the text and 30 space blan...
DecoScripting10-25-2006 at 02:47 PM
RE: [REQUEST] FullScreen Chat?
If you have a theory on how... please enlighten us :)
DecoScripting10-23-2006 at 10:09 PM
RE: [REQUEST] FullScreen Chat?
Just to give you a heads up... Warcraft is directx8.. I got my program working to get msgs in game. Here's a screenshot. It's in portuguese but it gives you the idea. The looks are extremely simple for now. I can do transparent boxes and change fon...
DecoScripting10-23-2006 at 09:15 PM
RE: Plugins in Vb
I'll keep trying if I get somewhere I'll make sure to post it. So far I found DOTMsn which looks like a great place to start. Thanks for your help anyway
DecoPlug-Ins10-21-2006 at 10:03 PM
RE: Plugins in Vb
I think this is above my head.. but I'll keep trying. Any chances you guys could make this for me? Thanks
DecoPlug-Ins10-21-2006 at 09:45 PM
RE: Plugins in Vb
Ok, will go from there. It can't be that tough to do what I want.. all I want to do it have a script that will send a message "quietly" and not open any windows. Since we already discussed that in the other thread and figured that it was impossibl...
DecoPlug-Ins10-21-2006 at 04:45 PM
RE: Plugins in Vb
4.01.0.240 -> Plus 8.0.0812.00 -> Live Messeenger
DecoPlug-Ins10-21-2006 at 04:06 PM
RE: [request]Key press notifier
do you have a loop to get the messages that have the destport 1863? If you search in the forums for Xniff release post.. there's an example link to get all messages from MSN.. If the example doesn't work for you.. try sniffing ALL the packets , se...
DecoScripting10-21-2006 at 04:04 PM
RE: Plugins in Vb
I must be really dumb.. I downloaded your example.. followd the instructions on the txt file.. and nothing happened!!! I have Messenger Plus and Mess Path installed... Maybe I should try reinstalling? Thanks
DecoPlug-Ins10-20-2006 at 10:55 PM
Plugins in Vb
I've tried using Patchous examples to plugins but none of them work... Could anyone describe the steps on making a plugin? I've read everything from this forum, mess.be and msnfanatic so please don't point me to some thread! Thanks
DecoPlug-Ins10-19-2006 at 10:28 PM
RE: Messanger API
You're my hero Cookie. Much love.
DecoScripting10-18-2006 at 11:45 PM
RE: Messanger API
Just one more silly question I promise :) IS this all the decumentation on messengerAPi or is there anything else? [url=http://msdn.microsoft.com/library/default.asp ?url=/library/en-us/winmessenger/winmessenger/refe rence/messengeruasdk/cpp_client_ent...
DecoScripting10-18-2006 at 11:26 PM
RE: Messanger API
Matty, How would I use th API after that? Just call it's functions or do I need to declare stuff ..? Thanks
DecoScripting10-18-2006 at 10:52 PM
RE: Sending message without opening window..
Thanks Cookie. I knew you'd save my day. At least now I know not to try this through script and do it with my own messenger client thingie. Thanks
DecoScripting10-18-2006 at 03:49 PM
RE: Sending message without opening window..
Didn't work. Maybe my tab out problem is related to me creatinng the chat window to send the message? Here's my code: [code] function SendMsg(Email,Message) { var myWnd = Messenger.OpenChat(Email); myWnd.SendMessage(Message); Interop.Call("Us...
DecoScripting10-18-2006 at 03:21 PM
RE: [REQUEST] FullScreen Chat?
Hey there I ended up trying the same thing you wanted and I could get msn messages to go into the game by hooking directx and using Pai's Xniff to retrieve messages I wanted. My problem now is to send messages from the game to msn. I can get them ou...
DecoScripting10-18-2006 at 03:15 PM
RE: Sending message without opening window..
No not like that script Thanks
DecoScripting10-18-2006 at 02:40 PM
RE: Messanger API
Hi I think it would be easier to make a dll in VB that used the api and then call your own dll in jscript. But I'd wait for Cookie or Shondoit or CLoudy to reply because they rock and I'm just another Noob :) I'm trying the same stuff in case you ...
DecoScripting10-18-2006 at 01:37 PM
[Hide Excerpts] Pages: (8): « First « 2 3 4 5 [ 6 ] 7 8 » Last »