What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Sending invisible text?

Sending invisible text?
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: Sending invisible text?
quote:
Originally posted by SmokingCookie
I have tried something lie this (without success though :S ) :

Didn't work though :S
try this
code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message) {
Message += "DC_";
return Message;
}

function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message) {
Number = Message.search("DC_");
Message = Message.replace("DC_","");
return Message;
}


on your original code, you're telling it to replace the index of the text with nothing :P (and "ChatWndReceiveMessage)
your variables/parameter on that same function are switched ("ChatWnd,Message,Origin")

This post was edited on 05-08-2008 at 12:32 PM by roflmao456.
[quote]
Ultimatess6
: What a noob mod
05-08-2008 12:29 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Sending invisible text? - by SmokingCookie on 05-07-2008 at 11:03 AM
RE: Sending invisible text? - by matty on 05-07-2008 at 12:10 PM
RE: Sending invisible text? - by SmokingCookie on 05-07-2008 at 02:44 PM
RE: Sending invisible text? - by matty on 05-07-2008 at 03:30 PM
RE: Sending invisible text? - by SmokingCookie on 05-07-2008 at 04:08 PM
RE: Sending invisible text? - by CookieRevised on 05-07-2008 at 07:02 PM
RE: RE: Sending invisible text? - by SmokingCookie on 05-08-2008 at 10:00 AM
RE: Sending invisible text? - by matty on 05-08-2008 at 01:05 AM
RE: Sending invisible text? - by riahc4 on 05-08-2008 at 07:41 AM
RE: Sending invisible text? - by CookieRevised on 05-08-2008 at 10:27 AM
RE: Sending invisible text? - by SmokingCookie on 05-08-2008 at 10:32 AM
RE: Sending invisible text? - by CookieRevised on 05-08-2008 at 10:35 AM
RE: Sending invisible text? - by SmokingCookie on 05-08-2008 at 10:38 AM
RE: Sending invisible text? - by CookieRevised on 05-08-2008 at 10:44 AM
RE: Sending invisible text? - by SmokingCookie on 05-08-2008 at 10:46 AM
RE: Sending invisible text? - by foaly on 05-08-2008 at 12:05 PM
RE: Sending invisible text? - by SmokingCookie on 05-08-2008 at 12:10 PM
RE: Sending invisible text? - by roflmao456 on 05-08-2008 at 12:29 PM
RE: Sending invisible text? - by SmokingCookie on 05-08-2008 at 12:46 PM


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