Jnrz Loader - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: Jnrz Loader (/showthread.php?tid=22479) RE: Messenger Plus! 3 - news by tomfletcherman on 03-10-2004 at 06:59 PM someone could incorporate the jnrz loader as a plugin, then plus is not actually doing anything, th@ would do everything needed then in the way of appearoffline on sign in RE: Messenger Plus! 3 - news by Sunshine on 03-11-2004 at 12:37 PM
I tried jnrz loader, its not workin RE: Messenger Plus! 3 - news by CookieRevised on 03-11-2004 at 02:26 PM
quote:The loader doesn't work that way... A loader needs to be started BEFORE the actual program. and a plugin isn't started before msn messenger starts. quote:You need the correct version of the loader for the correct version of msn messenger. http://jnrz7.iespana.es/jnrz7/ Currently there is no loader available yet for MSN Messenger 6.1.0211 (It is requested though). quote:Because every chat program is different... RE: Jnrz Loader by Jnrz7 on 03-15-2004 at 09:05 PM
quote: you can go to my website, there is a section called "Source", where you can see how I coded the basic loader. there is a VB6, Delphi, C, HLA, MASM, FASM version, so you can see which one you will understand the most. to make a plus plug-in you need to modify this code a little bit. instead of creating a new process, you need the get the handle of the current process, which you can you with API calls. that is it, is not complicated to do a plugin for the "loader". RE: Jnrz Loader by tomfletcherman on 03-16-2004 at 04:07 PM I'm not a programmer, it was really a suggestion for someone else, a plus plugin could possibly be made by the sounds of things, so does anyone want to try? RE: Jnrz Loader by trouble on 03-16-2004 at 05:10 PM
New version is out n works fine n dandy with .0211 , iv been using it for a few days now RE: Jnrz Loader by M-Head on 03-16-2004 at 05:16 PM So basically Jnrz, you could make a plugin for MsgPlus, that opens a new instance of MSN Messenger, in the same way as JnrzLoader does? I think you should do it... RE: Jnrz Loader by CookieRevised on 03-16-2004 at 05:55 PM A usefull reliable plugin?. In theory it IS possible, but in practice it will be messy and not reliable... Plugins don't load until Messenger is fully loaded and Plus has hooked. This means, if you auto-signin, it is well possible that the plugin isn't loaded yet... I think... Only Patchou can tell... RE: Jnrz Loader by Hah on 03-16-2004 at 05:56 PM
quote: SUrely the plugin just isnt loaded quick enough to be able to patch the current process before it performs its instance check. Remeber, patching the memory of the msn which is already running is completely useless because its the one which is started secondly which will do the instance checking. Tah, Hah RE: Jnrz Loader by Sk3tch on 03-16-2004 at 06:08 PM
Doesn't plus! load even before messenger starts loading? Im not completely sure.. bit in which case it should be able to load the plugin in time? But i guess even that might not be enough.. i dunno RE: Jnrz Loader by CookieRevised on 03-16-2004 at 06:21 PM
quote: quote: RE: Jnrz Loader by Hah on 03-16-2004 at 06:23 PM
MsgPlus! plugins dont initialize until the first messenger window is opened. In fact, it might not be until the first messenger window is opened that msgplus installs its hook! RE: Jnrz Loader by tomfletcherman on 03-16-2004 at 07:07 PM well, it's not quite a plugin im thinking, but more of a 'plugin' that is installed through plus, but just overwrites some values (so jnrz loader is ran instead of the actualy msn messenger) and has a command in message boxes to open new mesenger instances nd sign in with the adress nd password typed after it RE: Jnrz Loader by CookieRevised on 03-16-2004 at 07:10 PM
quote:I realy don't get what you're on about.... That is just what Jnrz's loader does, and nothing more is needed.... Jnrz' loader works roughly like this: 1) MSNLoader is started 2) MSNLoader loads MSN Messenger into memory 3) MSNLoader patches some memory address so that the check for other instances is disabled and signing in offline is enabled 4) MSNLoader starts MSN Messenger 5) MSNLoader quits 6) Messenger Plus detects MSN Messenger 7) Messenger Plus hooks into MSN Messenger RE: Jnrz Loader by tomfletcherman on 03-16-2004 at 07:15 PM
well, ok a thing inside msn wher u can open a new msn instance with a predefined signing adress and password RE: Jnrz Loader by M-Head on 03-16-2004 at 08:19 PM
But the thing is, if you do have auto sign-in on, then by the time you have opened JnrzLoader, you will have already have signed in on one account. If I never made sense there, im not surprised. RE: Jnrz Loader by Sk3tch on 03-16-2004 at 08:22 PM
quote: quote:ah ok so im guessing from that its not possible.. quote:so its not even the Jnrz loader you want, its a polygamy that will store your name and pass and enter it each time? or maybe i didnt understand that.. RE: Jnrz Loader by Hah on 03-16-2004 at 08:32 PM
quote: Now that can be done, very easily in fact you want me too? Hah RE: Jnrz Loader by tomfletcherman on 03-16-2004 at 09:15 PM a plugin like that would be very useful thanx in advance if you have the time Hah's Jnzr loader plugin. by Hah on 03-16-2004 at 10:46 PM
Here's a test version for you to play with for now. RE: Jnrz Loader by Jnrz7 on 03-16-2004 at 11:05 PM my nickname is Jnrz not Jnzr RE: Jnrz Loader by Hah on 03-17-2004 at 11:11 AM
Oops - RE: Jnrz Loader by tomfletcherman on 03-17-2004 at 03:50 PM
jst having a look now, definately liking that RE: Jnrz Loader by M-Head on 03-17-2004 at 04:52 PM
Thanks Hah! Trying out now... RE: Jnrz Loader by CookieRevised on 03-24-2004 at 12:54 PM
And what is wrong with using a quicktext? RE: Jnrz Loader by Hah on 03-24-2004 at 05:27 PM
quote: Whats wrong with using a plug-in? - they both can do the same thing! nah i see where ure coming from, but this way it automatically starts the correct msn for you, which i consider better, so if move the location of msn, the plugin will still work RE: Jnrz Loader by CookieRevised on 03-24-2004 at 07:18 PM Personaly, I find it serious overkill to use a plugin for that... RE: Jnrz Loader by tomfletcherman on 03-24-2004 at 09:42 PM is there any way of choosing ur sign in address nd password in the same command so u press enter nd it starts signing in striaght away? |