What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Jnrz Loader

Pages: (3): « First [ 1 ] 2 3 » Last »
Jnrz Loader
Author: Message:
tomfletcherman
Senior Member
****

Avatar

Posts: 929
Reputation: 7
35 / Male / –
Joined: Dec 2002
O.P. RE: Messenger Plus! 3 - news
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
03-10-2004 06:59 PM
Profile E-Mail PM Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Messenger Plus! 3 - news
I tried jnrz loader, its not workin :(

All other messenger programs have option of loggin in invisible an chat whilst invisible why doesnt MSN???

This post was edited on 03-11-2004 at 12:40 PM by Sunshine.
[Image: 25dr3o9]
03-11-2004 12:37 PM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Messenger Plus! 3 - news
quote:
Originally posted by tomfletcherman
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
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:
Originally posted by Sunshine
I tried jnrz loader, its not workin :(
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:
Originally posted by Sunshine
All other messenger programs have option of loggin in invisible an chat whilst invisible why doesnt MSN???
Because every chat program is different...

This post was edited on 03-11-2004 at 03:17 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-11-2004 02:26 PM
Profile PM Find Quote Report
Jnrz7
Full Member
***

Demon Lover

Posts: 115
– / Male / –
Joined: Dec 2002
RE: Jnrz Loader
quote:
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

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".

+The cuts were beautiful until they began to heal.
03-15-2004 09:05 PM
Profile E-Mail PM Web Find Quote Report
tomfletcherman
Senior Member
****

Avatar

Posts: 929
Reputation: 7
35 / Male / –
Joined: Dec 2002
O.P. RE: Jnrz Loader
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?
03-16-2004 04:07 PM
Profile E-Mail PM Find Quote Report
trouble
New Member
*


Posts: 2
Joined: Mar 2004
RE: Jnrz Loader
New version is out n works fine n dandy with .0211 :D, iv been using it for a few days now

see below

http://shoutbox.menthix.net/showthread.php?tid=22487
03-16-2004 05:10 PM
Profile E-Mail PM Find Quote Report
M-Head
Full Member
***

.:|DaBomb|:.

Posts: 328
35 / Male / –
Joined: May 2003
RE: Jnrz Loader
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...
6885 days, 5 hours, 24 minutes, 14 seconds ago Until I am 17.
6973 days, 3 hours, 47 minutes, 14 seconds ago Until I am playing Resident Evil 4 (PAL, GameCube).
03-16-2004 05:16 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Jnrz Loader
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...

This post was edited on 03-16-2004 at 06:01 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-16-2004 05:55 PM
Profile PM Find Quote Report
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
RE: Jnrz Loader
quote:
Originally posted by Jnrz7
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".

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
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
03-16-2004 05:56 PM
Profile E-Mail PM Web Find Quote Report
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
RE: Jnrz Loader
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 :-/

Anyways it would be good if it worked, (and worked well) :P
Sk3tch@Microsoft.com - Email
- 53 6B 33 74 63 68 34 64@hotmail.com - Messenger
03-16-2004 06:08 PM
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On