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

Search Results
Subject Author Forum Time
RE: [Release] toast messages
the toggle menu thing i can do for sure. i'll get on it tomorrow. i can't change how long a toast stays on the screen. i could maybe kill a toast if i knew its handle. i'll look into that, but i doubt i'd be able to get it to do what you want.
AberNSteinScripting08-04-2006 at 04:30 AM
RE: [Release] toast messages
looks great. thanks.
AberNSteinScripting08-02-2006 at 03:37 AM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
is there anything other than a file transfer or a game that would trigger it to pop up with an ip address connection? it keeps popping up when i'm not doing anything.
AberNSteinScripting08-01-2006 at 05:46 PM
RE: [Release] toast messages
[color=red]just a minor update that fixes format code stripping[/color] [b][u][size=3]Toast Message v. 1.3[/size][/u][/b] [size=2][b]by AberNStein[/b][/size] [u]what's new:[/u] - strips format codes from toasts [b]properly[/b] [u]other features:[/u]...
AberNSteinScripting08-01-2006 at 03:50 PM
RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
very nice, however i'd like to be able to disable the sound.
AberNSteinScripting08-01-2006 at 02:42 PM
RE: External Variable
you can't create new variables on the fly with jscript afaik but you could do this with an associative array. [code] var my_vars= new Array() function setValue(name,data){ my_vars[name]=data; } [/code] note that you can assign a value to an item in ...
AberNSteinScripting08-01-2006 at 02:35 PM
RE: [Release] toast messages
a bit of googling found http://live.msgdiscovery.com/ it appears to be a patch of sorts. or maybe even a msgplus competitor. i'm not quite sure. one of its features is disabling msn's taskbar flash though. try it out maybe.
AberNSteinScripting07-31-2006 at 04:11 PM
RE: Message Scroller v0.3
see my above code.
AberNSteinScripting07-31-2006 at 03:09 AM
RE: [Release] toast messages
i could store it in a registry key. won't be hard to code. i'll add it soon (like tonight or tomorrow). any other feature suggestions?
AberNSteinScripting07-31-2006 at 03:01 AM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
is there any way to have the script do the regsvr32 stuff?
AberNSteinScripting07-30-2006 at 04:07 PM
RE: Message Scroller v0.3
I can do this :) edit: [code]function focusIt(which) { Interop.Call('User32','OpenIcon', which); Interop.Call('User32','BringWindowToTop', which); Interop.Call('User32','SetForegroundWindow', which); Interop.Call('User32','ShowWindow...
AberNSteinScripting07-30-2006 at 03:47 PM
RE: [Release] Xniff (ActiveX Packet Sniffer) - Examples inside
WOW. you rock. this will start a whole new wave of scripts.
AberNSteinScripting07-30-2006 at 03:12 PM
RE: How to configure a script
hmm that's a tough one. maybe you should reinstall msn. or you could just download Microsift [sic] Speech 5.1
AberNSteinScripting07-30-2006 at 12:57 AM
RE: [Request] Adding a sound for recieved message
hey hey hey don't put words in my mouth. j/k that's certainly not doable with a script, and i doubt you could even mod wlm to do it. try miranda or trillian.
AberNSteinScripting07-21-2006 at 10:03 PM
RE: [REQUEST] Link to image
that would be possible, but hideously exploitable. and i don't just mean goatse exploitable. best bet, imo, is to convert it to a custom emoticon on the fly.
AberNSteinScripting07-21-2006 at 10:00 PM
RE: Message Scroller v0.3
hmm it's not working perfectly for me. the convo keeps focusing itself and the message scroller keeps resetting its position (tested using mocker and smarterchild) all that being said it looks really nice.
AberNSteinScripting07-21-2006 at 09:57 PM
RE: [Release] toast messages
i've tested it and i can verify that clicking on a toast does indeed bring up the tab in question. i'm quite surprised actually. i'm just trial and erroring to find the maximum number of characters i can get into a toast. i'll either have an upd...
AberNSteinScripting07-21-2006 at 09:54 PM
RE: [Request] Adding a sound for recieved message
are you sure it doesn't work? it works here. the third parameter is the frequency, which increases with each iteration of the for loop. the last parameter is the length, in milliseconds, i assume. i'll edit the post to show the whole script. try th...
AberNSteinScripting07-20-2006 at 10:16 PM
RE: Need Scripter
i added you.
AberNSteinScripting07-20-2006 at 09:42 PM
RE: [Request] Adding a sound for recieved message
[code] function OnEvent_Initialize(MessengerStart) { } function OnEvent_Uninitialize(MessengerExit) { } function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind) { if (Origin != Messenger.MyName) { var num = 0; for (var i=0;i<18;i++)...
AberNSteinScripting07-20-2006 at 09:36 PM
RE: [Release] toast messages
if you click on the toast it does bring the chat up. make sure you're using the most recent release. p.s. i'll see if it works with tabs. i hadn't thought of that.
AberNSteinScripting07-20-2006 at 09:23 PM
RE: [Request] Adding a sound for recieved message
no prob. as for the square brackets around the time, i'll see what i can do in msgslang.dll
AberNSteinScripting07-20-2006 at 09:16 PM
RE: [Release] Imitate
is this just mocker that blocks doubleslashed messages?
AberNSteinScripting07-20-2006 at 09:14 PM
RE: [Request] Adding a sound for recieved message
you have to put the arguments in OnEvent_ChatWndReceiveMessage [font=Courier]OnEvent_ChatWndReceiveMessage(ChatWn d,Origin,Message,MessageKind)[/font] note that the beep is a second long and pretty much hangs msn until it's done beeping
AberNSteinScripting07-20-2006 at 09:12 PM
RE: override contacs display pic?
it wasn't in the scripts forum. iirc the consensus was that it can be done, but hasn't personally i'd patch messenger or do the memory patching thingy that plus does, but it could be done by replacing the temporary dp file that's stored on your c...
AberNSteinScripting07-20-2006 at 08:55 PM
[Hide Excerpts] Pages: (6): « First « 1 2 [ 3 ] 4 5 6 » Last »