Jnrzloader Source Code msn loader source code
#28
Posted 05 January 2004 - 10:51 PM
hopefully patchou see's this
edit: i dont mean what i said as any kind of insult, i just believe that the msn community is and always will be, based on visual basic
im talking about the way the patcher works, not the language the patcher is coded in
This post has been edited by kaos: 05 January 2004 - 11:01 PM
#30
Posted 05 January 2004 - 11:20 PM
silkodyssey, on Jan 6 2004, 12:00 AM, said:
I was able to download the file a while ago, did the same thing I was doing all the time. Don't know why it worked this time. :)
Mmmmm you were not feeling that in background the file was downloading but the page can'y displayed is that because in the end of the adress of that page is .zip and not .html .php .something . Oh MY GOD ! how much iam talking today ! :huh:
#31
Posted 05 January 2004 - 11:32 PM
First thing, when I ran your program it complained about not being able to find msnmsgr.exe then asked to be copied to my messenger directory. Don't understand why it couldn't find msnmsgr.exe if it knows its path. :) Anyway when I ran if from the messenger directory it worked. It patched the executable instead of the program after its loaded and I prefer it that way. :w00t:
Only problem, no source :(. Hard to learn how to do anything on this board when nobody shares :(
#32
Posted 05 January 2004 - 11:51 PM
The Boss says:
what's wrong ??
Jnrz7 says:
the problem was
Jnrz7 says:
i have a bad internet conection
The Boss says:
oh yeah ic
Jnrz7 says:
disconnected
The Boss says:
also sometimes i meet this connection worst prob
Jnrz7 says:
i am from peru so my english is not good
The Boss says:
Yeah its ok no prob mate i can understanding you
Jnrz7 says:
jeje cool
:flowers:
I think i can satisfy !
#33
Posted 06 January 2004 - 12:07 AM
#34
Posted 06 January 2004 - 02:30 AM
the boss, it is your source, so I dont have any problem is you wanna share it.
to know the memory offset I use ollydbg, so i load the msn in ollydbg

then right click in the middle of the window, go to search for, and then all intermodular calls, then sort the calls by name (click header) type findwindow, and double click the first findwindow call, if you find a call above findwindow called createevent with name of msnmsgr then thats is the one.

so you put a breakpoint below getlasterror (F2), press F9 to run the program, the program will stop at the break point, and if you have 2 msn
eax will be = to B7 (ALREADY EXISTS), so event already exists.
cmp eax, 0B7h,
so what I do, is just change B7, with other value, I use B6
my is already B6 because it is patched, I dont use my loader lol
chao
#36
Posted 06 January 2004 - 09:02 AM
Todo: The following as the below image describe you you should use this code in vb to enable your messenger sign in in offline mode ...
[CODE]Private Sub mnuofflinemode_Click()
On Error GoTo err:
Open "msnmsgr.exe" For Binary As #1
Put #1, &H1B34E2, "" '< This character is the 06 the new changed offset
MsgBox "Now you can sign in with offline mode", vbInformation, "Currently you are in Offline Mode"
Close #1
Exit Sub
err:
MsgBox "MSN Messenger was running i force it to close" & vbNewLine & "Run the patcher again please", vbInformation, ""
ForcefullShutdown '<This already found in msnfanatic read how to use it :)
Unload Me
End
Exit Sub
End Sub
:w00t:
#37
Posted 06 January 2004 - 11:47 AM
Thank you :w00t: , I'll try it out and see how it goes. I've been trying to convert jnrz's mloader.asm source to HLA syntax. I've done that but now I want to add the ability to sign in offline. :) Lol but I just remembered your program has patched msn messenger already so I will probably need to reinstall it :(. Anyway thanks again for the source. :)
#39
Posted 06 January 2004 - 01:55 PM
here ????
i will be glad !!!
i dunno else how to get these offsets
jrnZ wos talking bout url !!
yea wot URL i mean i do msnmsgr.exe+space won't download anyoffset !!
i hope JRNZ is reading this and will put sum offsets on the forum
thanks
#40
Posted 06 January 2004 - 02:17 PM
BIG_PROOF, on Jan 7 2004, 12:55 AM, said:
here ????
i will be glad !!!
i dunno else how to get these offsets
jrnZ wos talking bout url !!
yea wot URL i mean i do msnmsgr.exe+space won't download anyoffset !!
i hope JRNZ is reading this and will put sum offsets on the forum
thanks
sorry to say this but whats the point of that? wouldnt it be fun to learn it first hand? :) once u understand what ur doing, u'll be right

Sign In
Register
Help


MultiQuote