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

Search Results
Subject Author Forum Time
RE: MSN Text Data Exchanger
Bump, Still in need of this...
BarathrumScripting08-01-2010 at 03:56 PM
RE: MSN Text Data Exchanger
Ok sorry, let me try better: 1. This will simply serve me as a giant helper for my services I'm doing on MSN, I just need the whole thing to always know how many uses each user used that I added to the list. 2. "which will add the current guy you'...
BarathrumScripting07-03-2010 at 12:03 PM
MSN Text Data Exchanger
Is a script possible to make that does the following: 1st of all, you choose an .txt file as your Data file. 2nd you have a command /add which will add the current guy yourchatting with into the text file with a value of 0/5 3rd you have a command /...
BarathrumScripting07-02-2010 at 04:12 PM
RE: a GUI for this
Oh, awesome! Thank you!
BarathrumScripting06-20-2010 at 12:45 PM
RE: a GUI for this
And now I'm just suposed to understand anything of this?
BarathrumScripting06-20-2010 at 12:06 PM
RE: a GUI for this
I have no idea about scripting or it's documentation, I hardly even put that script together.
BarathrumScripting06-20-2010 at 09:11 AM
a GUI for this
[code] function OnEvent_ChatWndSendMessage(ChatWnd, Message){ return "< " + Message + " >" } [/code] I would like someone to make me a GUI so you can quicky enable or disable it. Thank you.
BarathrumScripting06-20-2010 at 08:24 AM
RE: Message forwarder
It seems so, I'll check it out. Thank you.
BarathrumScripting06-06-2010 at 09:22 AM
RE: Delayed Writing
Nop still bugs alot :/ When typing in messages, it just writes the whole word in a weird order and such :/
BarathrumScripting06-06-2010 at 07:10 AM
Message forwarder
Is it possible to make this: We have 3 computers, the 2nd one has this script installed. The 1st computer sends a message to computer 2, then it should open the chat with computer 3 and write in message from computer 1. Off course I mean specific ho...
BarathrumScripting06-05-2010 at 07:45 PM
RE: Delayed Writing
Ohh, is it hard to delete the object? Or can anyone tell me how I remove the Object?
BarathrumScripting06-05-2010 at 07:40 PM
RE: [Release]Idle Liar 1.0
I don't get it though, I can set myself idle in MSN, there is a dropdown box, but it still is useful :)
BarathrumScripting06-05-2010 at 05:54 PM
RE: Delayed Writing
Well messages bugg like, they are send in 1 line, or they get writen like 5 times the whole text, not char by char, emotions ofc. don't get spelled, which is obvious.
BarathrumScripting06-05-2010 at 05:29 PM
RE: Delayed Writing
Also, do you think, that you could make it close the window for me when it finish typing and then open it again? Also it is very buggy :O It only seems to work normal when you type the 1st msg, after that every is buggy, unless you reopen the window...
BarathrumScripting06-05-2010 at 04:41 PM
RE: Delayed Writing
Error :/ Error: Expected '}' (code: -2146827279) File: Delayed Typing.js. Line: 8.
BarathrumScripting06-05-2010 at 02:45 PM
RE: Delayed Writing
Now there an other error: Function called: OnEvent_ChatWndSendMessage Error: Object doesn't support this property or method (code: -2146827850) File: Delayed Typing.js. Line: 21. Function OnEvent_Timer returned an error. Code: -2147352567
BarathrumScripting06-05-2010 at 01:29 PM
RE: Delayed Writing
Error: Script has been stopped Script is starting Script is now loaded and ready Function called: OnEvent_ChatWndSendMessage Error: Object expected (code: -2146823281) File: Delayed Typing.js. Line: 20. Function OnEvent_Timer returned an error...
BarathrumScripting06-05-2010 at 10:49 AM
RE: Delayed Writing
Oh too bad, can you post for on new line code someone? Thank you, also I'll use the colors now.
BarathrumScripting06-04-2010 at 07:50 PM
Delayed Writing
1. Is it possible to make a script that does the following: Whenever I write anything, it will write the message character by character with delay of 0.5 second. So example: "Hello" will become: H <0,5s> e <0,5s> l <0,5s> l <0,5s> o <0,5s> It sh...
BarathrumScripting06-04-2010 at 03:40 PM
RE: Help with very small script
Exactly, and the above still changed the messege for both to ' '
BarathrumScripting03-19-2010 at 01:31 PM
RE: Help with very small script
Now it works, but it sets messege for all to ' ' instead for only the email I set. var oEmails = [ 'matejsturm57@hotmail.com' ]; function OnEvent_ChatWndReceiveMessage (pChatWnd, sOrigin, sMessage, nMessageKind) { for (var oEmail in oEm...
BarathrumScripting03-18-2010 at 09:06 PM
RE: Help with very small script
It still didn't change his messege :/
BarathrumScripting03-18-2010 at 08:12 PM
RE: Help with very small script
Well I typed this var oEmails = [ 'matejsturm57@hotmail.com', ]; function OnEvent_ChatWndReceiveMessage (pChatWnd, sOrigin, sMessage, nMessageKind) { for (var oEmail in oEmails) { if (pChatWnd.Contacts.GetContact(oEmail) && pChatW...
BarathrumScripting03-18-2010 at 05:16 PM
Help with very small script
Hello, I'm in need of a small script: Whenever the owner of script recieves a messege, then there should be a condition, if the email of the writing guy is equal to something I set in the script, then it replaces his messege with "none".
BarathrumScripting03-17-2010 at 09:33 PM
RE: Is this possible to make?
Thank you all, yes I know it could be annoying so I added some code that it will check if this user should get the msg or not.
BarathrumScripting03-01-2010 at 03:19 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »