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

Search Results
Subject Author Forum Time
RE: [UPDATED TO WLM9]AlwaysTyping
I make scripts that users have requested and no one could do....In fact my next script will be "Imitate script"......I love challenges and i love reversing and cracking...This is the why i make this scripts... However Why Steven you have voted neg...
TheGuruSupremacyScripting02-18-2007 at 01:59 PM
RE: /contactsay (extra thingy) [request]
It is a protocol sniffer. A sniffer is a tool which detects what is being send from and towards your messenger on the protocol level. The font, color and other stuff is send to your messenger, and a sniffer can detect that. PS: don't double post. If...
CookieRevisedScripting12-13-2006 at 07:06 PM
RE: /contactsay (extra thingy) [request]
thanks for the welcome ^^ so no one has made a script that imitates name, font, colour all in one?
celsius1991Scripting12-13-2006 at 04:42 PM
RE: Cloning
Font is not possible yet. This function is not in MSGPLUSLive. Ill post an update of ContactSay soon, now known as ImitateX.
Sander112Scripting12-13-2006 at 04:42 PM
RE: Cloning
A script has been made for imitate the contact and support the contact color but not the font... Look at : [url]http://shoutbox.menthix.net/showthread.php?ti d=68087[/url]
Huhu_ManixScripting11-30-2006 at 07:17 PM
RE: Problem with Huhu clone v1.1
um, or you could just open a seperate conversation with the person you want to clone and type /clone. That's what I do :D
BrendanLScripting11-15-2006 at 11:21 PM
RE: [request] custom nickname (that i think will work)
[OT] Lol, you can disable those notifications about flooding and profanity :D And if already those messages did scare you ,I wonder how much it's possible to scare you with !imitate command :p:p But yes, MDL has the possibility to custom nick, and t...
triniScripting11-15-2006 at 10:39 PM
RE: Problem with Huhu clone v1.1
Just disable and re-enable the script, i think your nick'll be 'unstuck'. Cloning into a multi-conversation is a problem because you can't select who you want to clone and i think that make a conflict. :s If you want to use /say function, there'...
Huhu_ManixScripting11-15-2006 at 04:09 PM
RE: Get the contacts color
Hi. I can't find out where in MrT's imitate-script he get the color, and how. The most of it is Turkish :-P
SnuZZerScripting11-12-2006 at 06:39 PM
RE: Get the contacts color
it's my imitate script ;) (Y) http://shoutbox.menthix.net/showthread.php?tid=680 87
MrTScripting11-12-2006 at 03:29 PM
RE: [BETA] Imitate Script
thanks for help. i use window handle but it doesn't work in group chats.it only work 1-1 chat
MrTScripting11-06-2006 at 05:38 PM
RE: [BETA] Imitate Script
MrT, To add to what phalanxii has said: you need to take into consideration that several contacts can talk to you at the same time. And that a user could want to imitate a contact who hasn't spoken last. So only storing the last text parameters from...
CookieRevisedScripting11-05-2006 at 11:20 PM
RE: [BETA] Imitate Script
I've been a tester of such a script that can correctly imitate, I think development has stopped for now however :S Odd really, it was starting to show potential
aNILEatorScripting11-05-2006 at 11:08 PM
RE: [BETA] Imitate Script
/imitate [you message] sorry :(
MrTScripting11-05-2006 at 03:05 PM
[BETA] Imitate Script
this is my imitate script.it is first :D [s]Bug 1: you talking person1 and person2 script saves person1's color,type,style try to imitate person2 your imitated color is person1's color[/s] Bug 2: this script can't imitate font type.how c...
MrTScripting11-05-2006 at 02:47 PM
RE: huhu clone 1.1
Command /say doesn't work all the times because your contact must have your new nickname ( his nickname ), but you can use MSN DISCOVERY to imitate somebody ( it crash my WLM but a friend uses it and it works... ). I made huhu clone 1.2, it 'clone...
Huhu_ManixScripting09-19-2006 at 05:47 PM
RE: huhu clone 1.1
to imitate your contact under his/her nick
DarkMeScripting09-18-2006 at 12:09 AM
RE: Setting Current Font?
Lol, man... :P That's why I wanted to set the font... did you not realise / wonder that? :P But I'm a step ahead, I've set the font now, but not the colour or the formatting yet.
alexp2_adScripting09-08-2006 at 09:13 AM
RE: Setting Current Font?
so is there any way to maybe send messages to the font chooser or something? or any other creative solution to change the font? i've got a working script that gets the contacts' fonts with xniff and stores them in an associative array. i'd like to...
AberNSteinScripting09-08-2006 at 01:47 AM
RE: Scripting API Wishlist
Currently there is no standardised way to do it, by having an Options button in the scripts dialogue, akin to what was there with Plugins, all users will know exactly where to find the options dialogue, without hunting around for it in menus.
saralkScripting09-06-2006 at 08:46 AM
RE: Scripting API Wishlist
I wrote one last night ([url=http://shoutbox.menthix.net/showthread.php?t id=65867&pid=725128#pid725128]markee's reply to serious problem[/url]) but there is no point with MP!L and it's chat logging system. We are basically limited to what is alre...
markeeScripting09-06-2006 at 03:37 AM
RE: Scripting API Wishlist
Again why? This is up to the Programmer of the script to add in the menus.
mattyScripting09-06-2006 at 03:29 AM
RE: [request] all dp stealer and saver
[url=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=view&id=63]Scripts Database - DPGet 0.80[/url] Or there's various others in the [url=http://www.msgpluslive.net/scripts/browse/ind ex.php?act=category&id=8]Scripts Database[/url].
Chris4Scripting08-26-2006 at 03:39 PM
RE: [Release] Imitate
It should be: [code]if (sMessage == '!imitate') { isEnabled=!isEnabled; return ''; }[/code] Or else it will send "!imitate" to the other contact.
The_JokerScripting07-28-2006 at 08:46 AM
RE: [Release] Imitate
replace [code]if (sMessage == '!imitate'){ if (isEnabled == false){ isEnabled = true; return ''; }else{ isEnabled = false; return ''; } }[/code] by [code]if (sMessage == '!imitate')isEnabled=!isEnabled;[/code] replace [code]...
Huhu_ManixScripting07-27-2006 at 10:48 PM
[Hide Excerpts] Pages: (7): « First « 1 2 [ 3 ] 4 5 6 7 » Last »