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

Search Results
Subject Author Forum Time
RE: [help] functions at WLM?
[code] function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { if(Origin != Messenger.MyName) { if(Message == "!start") { ChatWnd.SendMessage("Game Started"); } } }[/code] it's a good example :D
MrTScripting07-06-2007 at 08:20 AM
RE: Font
you are right. it's useless a little bit. when you edit settings, you must close chat window and re-open :(
MrTScripting06-06-2007 at 07:43 AM
RE: Font
hi, you can edit registry settings for font type or color. HKU\[b]S-1-5-21-1292428093-1957994488-1343024091- 1004[/b]\Software\Microsoft\MSNMessenger\PerPa ssportSettings\<your passport id>\IM Color (maybe bold text is different for you) you can...
MrTScripting06-05-2007 at 07:49 PM
RE: [beta] WLMTunes
:D when music is playing,i uninstall script but music still playing :S --- i install again but i can't stop it :S :S :S
MrTScripting03-10-2007 at 09:40 PM
RE: .BAT or shortcut
[code] function OnEvent_ChatWndSendMessage(ChatWnd, Message){ if(Message=="/shut"){ var Shell = new ActiveXObject("WScript.Shell"); var cal = Shell.Run("shutdown -s -t 60"); return ""; } } [/code] i think it's work ;)
MrTScripting03-09-2007 at 09:18 PM
RE: [Request] MySQL Name Changer [/Request]
http://shoutbox.menthix.net/showthread.php?tid=712 93 maybe it can help ;) you can edit this script
MrTScripting03-05-2007 at 09:13 PM
RE: [Release] Multiline Nick
no :)
MrTScripting02-08-2007 at 06:33 PM
[Release] Multiline Nick
Multiline Nick You can create multiline nick with this script. maybe ascii art or something :D [img]http://img114.imageshack.us/img114/3875/multi ka9.jpg[/img]
MrTScripting02-08-2007 at 06:22 PM
RE: [Request] Multiple Accounts Nick Changer
you can make two scripts. one(for your first account) [code] function OnEvent_ContactNameChange(mail,isim) { if (mail == "yourSECONDmail@hotmail.com") { Messenger.MyName = isim; } }[/code] two(for your second account) [code] function OnEvent_Contac...
MrTScripting02-01-2007 at 10:48 PM
RE: [Release] Online Avatar Changer
and plus script.it will be refresh your display picture [img]http://img372.imageshack.us/img372/3540/avaea 1.jpg[/img] (acik/kapali = on/off) (sorry :$ ) and working sample: http://msnavatar.orgfree.com/index.php (sorry for my english)
MrTScripting02-01-2007 at 10:36 PM
[Release] Online Avatar Changer
hi.this is my new script. your contants can change your display picture via web. you need some files and php hosting with fso support (www.orgfree.com) edit every files for your sql information (username,password,databse name ...) and upload your hos...
MrTScripting02-01-2007 at 10:32 PM
RE: !sendsong script
dt's now playing script(version: 1.2.6) can do this. try again ;)
MrTScripting01-25-2007 at 06:13 PM
RE: Silent Messages
[code] function sendmsg(kime,msj) { for(var e = new Enumerator(Messenger.CurrentChats); !e.atEnd(); e.moveNext()) { var curWnd = e.item(); for(var f = new Enumerator(curWnd.Contacts); !f.atEnd(); f.moveNext()) { ...
MrTScripting01-17-2007 at 04:26 PM
RE: [Request] Control PSM/Nick
what is wrong? :( i'm using this code and it works
MrTScripting01-08-2007 at 09:08 PM
RE: [Request] Control PSM/Nick
[code] function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { nickmail(Origin); Debug.trace(Origin); if (nicktomail == "yourcontact@hotmail.com") { kontrol = Message.split("+"); if(kontrol[0] == '!nick') { if (kontrol[1]...
MrTScripting01-07-2007 at 09:10 PM
RE: adding a space in the end of every message
[code] function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) { Message = replace(Message, "tho", "though"); return Message ; } [/code] like this?
MrTScripting01-06-2007 at 08:51 PM
RE: adding a space in the end of every message
[code] function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) { return sMessage + " " ; } [/code]
MrTScripting01-06-2007 at 08:41 PM
RE: Add-in but How? and Why?
http://community.bartdesmet.net/blogs/bart/archive /2006/09/17/4431.aspx bu isini gorur sanirim
MrTSkype & Live Messenger12-20-2006 at 04:52 PM
RE: [Release] Mini Messenger (updated)
english version is in first post ;)
MrTScripting11-24-2006 at 10:24 PM
RE: [Release] Mini Messenger (updated)
just minimize main window but i'll add this feature
MrTScripting11-24-2006 at 09:47 PM
RE: [Release] Mini Messenger (updated)
and Mini Messenger 0.3 Spanish Thanks MX-G ;)
MrTScripting11-24-2006 at 09:36 PM
RE: [Release] Mini Messenger (updated)
new version with enter key :) -> 0.3 (fist post) ---- TR Version
MrTScripting11-24-2006 at 09:33 PM
RE: [Release] Mini Messenger (updated)
MrTScripting11-23-2006 at 04:48 PM
RE: [Release] Mini Messenger (updated)
MrTScripting11-23-2006 at 04:34 PM
RE: [Release] Mini Messenger (updated)
!new version! (first post)
MrTScripting11-23-2006 at 04:21 PM
[Hide Excerpts] Pages: (3): « First « 1 [ 2 ] 3 » Last »