Plug-In's - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Plug-In's (/showthread.php?tid=31451) Plug-In's by MTV2 on 09-13-2004 at 02:59 PM How do you make your own plug-in? like a handwriting plug-in or a multi-msn, etc.? RE: Plug-In's by Choli on 09-13-2004 at 07:42 PM
quote:The handwriting plugins requires a lot of knowledge in Windows programming. And the multi-msm is not a plugin. It's just a program that modifies messenger. It's easier to do, but you have to know what you have to modify. Anyway, those are not good examples of "plugins". If you want to make one of those, you first have to learn programming. We can't teach you. Buy a good book. When you can program, if you want to do plugins for plus, go to http://www.msgplus.net/help_plugins.php and download the documentation from there. If you want to create an addon for messenger, mmm...well, that's a more complex thing, you'll need the messenger api (search these forums to find it). RE: Plug-In's by Millenium_edition on 09-13-2004 at 08:02 PM
quote:both of them need knowledge of ASM, not any windows programming... RE: Plug-In's by Choli on 09-13-2004 at 08:37 PM
quote:yes, the handwritting needs windows programming: calling apis, hooking, etc... The fact that they have some of their code written in asm has nothing to do with that (windows programming) Also, if the multimsn he's talking about is the jnrzloader, it also needs windows programming: loading a process and modifying it in memory. RE: Plug-In's by MTV2 on 09-14-2004 at 02:34 AM I know how to program, thats what I do RE: Plug-In's by RaceProUK on 09-14-2004 at 12:48 PM http://www.msgplus.net/pluginsdb/down/pafiledb.php?action=file&id=5 RE: Plug-In's by lhunath on 09-14-2004 at 01:05 PM
quote:If you really did, then you wouldn't have been here asking us about it. =P You'd have found the Messenger Plus! API already and be working with it already. Anyhow, good luck on yer quest, you can always come here with questions. RE: Plug-In's by Millenium_edition on 09-14-2004 at 02:13 PM
quote:no it doesn't, it's just modifying the EXE so that msn recognizes your windows as a tablet PC stuffplug NG is a loader which patches your messenger EXE in memory, with the specific functions. there is no windows programming, except the interface RE: Plug-In's by Choli on 09-15-2004 at 07:20 PM
quote:handwritting doesn't modify the exe. It just hooks the call that messenger makes to the API that returns the version of window and changes the answer. |