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

Search Results
Subject Author Forum Time
RE: MSNCrypt Encryption Plugin
It appears AA can, I just dont have enough knowledge on the subject to implement it at the moment :(. One of matty's projects read from the conversation window and in turn could also be changed to write to it. The only problem is it works on a point...
RooJPlug-Ins11-27-2005 at 08:02 PM
RE: Help: How to insert custom emoticons into conversation window
Matty, So am i right in thinking that there's no way to add text to the conversation window (where conversation history is), without using AA and some system wide hook? It doesnt seem possible to find the conversation window using something like enu...
RooJPlug-Ins11-27-2005 at 07:53 PM
RE: Help: How to insert custom emoticons into conversation window
Not that this is much help but im looking for the same type of thing, i need to know how to interact with the conversation window in order to save extra text there. If i come up with anything ill be sure to let you know. >RooJ
RooJPlug-Ins11-27-2005 at 02:51 PM
RE: MSNCrypt Encryption Plugin
Looks good eSouL, I didnt put alot of effort into the decrypt client as i really dont want to have to run a seperate exe, although i can see from yours alot can be done with that. I also have the opportunity for many ciphers but chose to stick to 3de...
RooJPlug-Ins11-27-2005 at 02:47 PM
MSNCrypt Encryption Plugin
Hey all, I recently created an encryption plugin that encrypts text before its sent over msn and decrypts it at the other side. Thankfully it all works now, but i want to build on it. Im posting on here in a request for information from all you plugi...
RooJPlug-Ins11-27-2005 at 02:10 AM
RE: Altering incoming text
Yeah agreed.. might not need that though, i just altered text before it reached the window, infact before plus had even had chance to take the special chars out and the notifycode. I altered it and then it was placed in the chat window no problem. Th...
RooJPlug-Ins04-26-2004 at 01:09 AM
RE: Altering incoming text
[i]Choli: what dodgy thing did you do?[/i] Heh, just altered the text via the debugger. [i]optimism_: presumably then this is where windows is storing the text for the rich edit control on the plus! window; as opposed to something in plus!?[/i] Yeah ...
RooJPlug-Ins04-24-2004 at 11:06 PM
RE: Altering incoming text
[i]Choli: what dody thing did you do?[/i] I dont understand dody? [i]Choli: the best way it's do the same plus does, ie use the messenger apis and/or hooking techniques or maybe you can use the messenger objects plus sends...?[/i] Wow, maybe i could...
RooJPlug-Ins04-24-2004 at 03:04 PM
RE: Altering incoming text
Just used a debugger to break on GetForegroundWindow which i think is called when someone messages you to check if the window is in the foreground, otherwise it will play a sound and flash. From there i found a huge string which contained the entire ...
RooJPlug-Ins04-24-2004 at 02:35 PM
RE: Altering incoming text
Well i changed the text: RooJ says: Ping? [request] motion - [blahblah] says: Pong! [00sec] RooJ says: Ping? [request] motion - [blahblah] says: Porn! [01sec] Just i dont think i intercepted the message so therefore things like the logfile will have ...
RooJPlug-Ins04-24-2004 at 02:07 PM
RE: Altering incoming text
Why not just: If (StrComp(sNotifyCode, "msgbx", vbTextCompare) = 0) Then MsgBox sText ReceiveNotify = True Exit Function End If Also if u cant get it to work you might want to look at the notifycode and check if ur recie...
RooJPlug-Ins04-24-2004 at 01:32 PM
RE: Altering incoming text
Hey Mike, im using this in ReceiveNotify function: ============ If (StrComp(sNotifyCode, "tcode", vbTextCompare) = 0) Then ;insert code to alter sText (there text) here sText = "new( " & sText & " )" MsgBox sText =========== the rest ...
RooJPlug-Ins04-24-2004 at 12:25 PM
RE: Altering incoming text
Adding the altering text function wouldnt give people access to all text going through messenger either.. it would only kick in when a certain notifycode was recieved. Just like most other plugins do.. the only difference is the plugin can alter the...
RooJPlug-Ins04-24-2004 at 12:38 AM
RE: Altering incoming text
But plugins already have access to incoming text: * sText: the rest of the received message. You can use it to get more information about the action you want to perform. so it could still gather info and phone home with it now.. the only malicious t...
RooJPlug-Ins04-24-2004 at 12:18 AM
RE: Altering incoming text
Optimism, I dont get why you think it would be a security risk, care to explain? as i see it its not like u can fake a connection to yourself from them or something such as a file transfer, the text is already there, mess has processed it, and your j...
RooJPlug-Ins04-23-2004 at 11:46 PM
RE: Altering incoming text
Damn thats annoying.. at the moment im bringing the altered text up in a msgbox to the other user, but it can really bug you when your typing alot of messages with it.
RooJPlug-Ins04-23-2004 at 05:14 PM
Altering incoming text
Hey, ive just started coding a plugin in vb but im not sure on one thing. I want it so if my plugin gets a certain notifycode it will alter the incoming text in a certain way such as adding the time to the end of it and then place it in the chat win...
RooJPlug-Ins04-23-2004 at 02:41 PM
[Hide Excerpts]