Maxtor Posted December 13, 2005 Posted December 13, 2005 When you Click Help button: and nothing happends, or you just see this window like this: Then you have to enable somehow. Right, but how? Well the protection is different from server to server. 1) First of all make sure you run game from original L2.exe [248 KB (253.972 byte)] thats the default filesize from L2C3 OFF client.Some latest protections have modified the L2.exe or something equal like loader.exe,updater.exe etc... which make changes "On the fly" (while the exe is running) to your client's dlls like engine.dll,nwindow.dll and other. If your l2.exe isnt the default one, then you can download it here or setup your L2C3 client from the begining and grab it from there.If its not modified (in your server's patch) then you are lucky! 2) Check if nwindow.dll has the default filesize [2,45 MB (2.572.308 byte)]. If its not try the default one Here Now test if the game starts/logins. If its not continue to step 3. (optional) 3) Check Engine.dll has the default filesize: [6,93 MB (7.274.516 byte)]. If its not try the default one. (link here).You will need some hexing to change Revision and Protocol to connect.Some protocols can be found Here Now test again if the game starts/logins. If its not continue to step 4. 4) The alternative way is to hex nwindow.dll leaving all the other files as is.In my example i used Ollydbg Assembler Analyzer v1.10 .Open nwindow.dll from your system folder (because it reads imports-exports). Find the address (default is 100555F9) as you see in the picture: There you see 74 0C which means to jump somewhere else (at 10055607) in the memory and execute the Help button functions. If you see instead of 74 0c the numbers 90 90 that means, "dont jump,dont do nothing - NOP) change them to 74 0C in order to work.If you want to do it much easier use a hex editor like XVI32 like the picture above: Now test if help is enabled.
extatik Posted December 13, 2005 Posted December 13, 2005 Plz who can help me :( i cant find it to change :(( i using OllyDbg Sorry for my eng
Maxtor Posted December 13, 2005 Author Posted December 13, 2005 this is not work on c3 servers... it works. its not c1 network.dl as you imaginel
extatik Posted December 13, 2005 Posted December 13, 2005 I dont fink is it work becouse With OllyBg dont find 10055607 numbers my Nwindonw all numbers start with number 6
tfn2k Posted December 13, 2005 Posted December 13, 2005 What am i supposed to search for i cant find line "100555f9" with search. How to find the correct line?
tfn2k Posted December 13, 2005 Posted December 13, 2005 Maxtor can you give a little more description of howto find the correct lines? I have modified l2.exe but engine.dll and nwindow.dll are the same size as the default one's. The problem is that the line 100555F9 is missing or i cant find it, i cant even find the line 10055607 with both Ollydbg and W32Dasm
Maxtor Posted December 13, 2005 Author Posted December 13, 2005 What am i supposed to search for i cant find line "100555f9" with search. How to find the correct line? line "100555f9" is missing because your nwindow.dll is packed. Use the default one as the picture.
tfn2k Posted December 13, 2005 Posted December 13, 2005 I checked the size of nwindow.dll it was the same as the size you posted. nvm I'll check it when i go home can you link me to some default nwindow.dll (the upper link is not active).
Maxtor Posted December 13, 2005 Author Posted December 13, 2005 I checked the size of nwindow.dll it was the same as the size you posted. nvm I'll check it when i go home can you link me to some default nwindow.dll (the upper link is not active). i updated my 1st post.
scene Posted December 13, 2005 Posted December 13, 2005 maxtor, if i use the default l2.exe my game cant be opened, so i need to use the l2.exe of server patch - the engine.dll are the same size of default - well, i have modified the nwindow.dll and now i can open the help.htm ingame but the functions dont work ill need the correctly l2.exe and engine.dll? how and what i need to modify in these files? :/ obs: if u need to know what server i need, pm-me
soinoin Posted December 14, 2005 Posted December 14, 2005 A good analyzer too is W32Dasm : it looks like Chinese to me but i will try as hard as i can :P
Recommended Posts