iambored Posted May 11, 2007 Posted May 11, 2007 Ok.. im belive in you iambored... one question.. You make this dll ? to be honest, you shouldn't believe me. you should check it :) because maybe this dll is fine but some other day a guy like me will give a dll that is not fine, but you might also believe him because he's convincing. Well. best is to always check and know how to =) that's why i explained it above I made the 2nd dll only hosted on rapidshare. I don't know who made the other one.
TitaN[ARG] Posted May 12, 2007 Posted May 12, 2007 This dll is only for dragon networks ? or for any fldrv protected server ? cand u tell me how to do it for another server ?
iambored Posted May 12, 2007 Posted May 12, 2007 " post="33670" timestamp="1178972332"] This dll is only for dragon networks ? or for any fldrv protected server ? cand u tell me how to do it for another server ? just dragon.. give me your dll or do as i said in the above posts to do it yourself
sicky Posted May 13, 2007 Posted May 13, 2007 Write a tutorial to crack this dll with ollydbg... there are alot of tutorials to learn cracking... this could be a rly good thing... Cmon... just do it... ;)
Retal Posted May 13, 2007 Posted May 13, 2007 " post="33670" timestamp="1178972332"] This dll is only for dragon networks ? or for any fldrv protected server ? cand u tell me how to do it for another server ? Write a tutorial to crack this dll with ollydbg... there are alot of tutorials to learn cracking... this could be a rly good thing... Cmon... just do it... ;) I'll drink to that :) Please man , write a tutorial
TitaN[ARG] Posted May 14, 2007 Posted May 14, 2007 Here is the link for my fldrv file... http://rapidshare.com/files/31243317/fldrv.dll.html plz crack it...
Retal Posted May 14, 2007 Posted May 14, 2007 Man .. in system floder are more more dll .. witch i need to open ?
mexican24 Posted May 14, 2007 Posted May 14, 2007 thx for ur work, it works pretty fine for me btw.. iambored there is any possibility to make OOG walker work once again on DNet servers?
lion Posted May 14, 2007 Posted May 14, 2007 thx for ur work, it works pretty fine for me btw.. iambored there is any possibility to make OOG walker work once again on DNet servers? WTF is OOG?
mexican24 Posted May 14, 2007 Posted May 14, 2007 thx for ur work, it works pretty fine for me btw.. iambored there is any possibility to make OOG walker work once again on DNet servers? WTF is OOG? OOG means out of game walker, u do not need to open lineage2 client to bot
mexican24 Posted May 14, 2007 Posted May 14, 2007 Write a tutorial to crack this dll with ollydbg... there are alot of tutorials to learn cracking... this could be a rly good thing... Cmon... just do it... ;) a tutorial for how to crack the fldrv.dll would make everyone happy, pls Iambored, do it.
TitaN[ARG] Posted May 15, 2007 Posted May 15, 2007 download ollydbg http://www.ollydbg.de/ open the dll with it (say ok blabla when it warns you) run it (F9) go into the views, select memory, see the rows corresponding to fldrv.dll. there are section names (.text, .bss etc <= this is delphi code from drake that's why there is this kind of section btw) dump the one starting with e PE (portable executable) header, its easy to see, there is a string like "This program cannot be run in dos mode" dump it (right click => dump) and reconstruct the dll (with LordPE or others I think most tools can do it), and tada, its unpacked. Alternative: load the dll the same wait in olly (or in L2.exe if u want) and use some automatic memory dumper like PE Tools. (it will reconstruct it for you, too) Once you dumped both dll, you can compare them. Good luck. ps: remember, my dll is based on drake's first dll, the one blocking dualbox and l2w. I didn't see a need to patch the new one, since he simply allowed dualbox on it (but not l2w) I think that is kinda tutorial, but i do it and get no results, walker still blocked... Maybe i'm doing something wrong... if u can crack it for me i'll apretiate it... http://rapidshare.com/files/31243317/fldrv.dll.html
mexican24 Posted May 16, 2007 Posted May 16, 2007 u need to compare against old one from drake because he changed it. also one is packed the other not. if both files were packed with the same packer you wouldn't see any import difference, because, well, its packed. you only see the calls from the packer. here's a newly packed version in UPX e.g. http://rapidshare.com/files/30274070/fldrv.dll.html its 77k. there are tons of different packers if you wanna check the dll you gotta unpack it first. there are automatic unpackers on the net, but the best is to do it yourself. download ollydbg http://www.ollydbg.de/ open the dll with it (say ok blabla when it warns you) run it (F9) go into the views, select memory, see the rows corresponding to fldrv.dll. there are section names (.text, .bss etc <= this is delphi code from drake that's why there is this kind of section btw) dump the one starting with e PE (portable executable) header, its easy to see, there is a string like "This program cannot be run in dos mode" dump it (right click => dump) and reconstruct the dll (with LordPE or others I think most tools can do it), and tada, its unpacked. Alternative: load the dll the same wait in olly (or in L2.exe if u want) and use some automatic memory dumper like PE Tools. (it will reconstruct it for you, too) Once you dumped both dll, you can compare them. Good luck. ps: remember, my dll is based on drake's first dll, the one blocking dualbox and l2w. I didn't see a need to patch the new one, since he simply allowed dualbox on it (but not l2w) i friend has checked that file and told seens to be clean, i hope he is right
iambored Posted May 21, 2007 Posted May 21, 2007 thx for ur work, it works pretty fine for me btw.. iambored there is any possibility to make OOG walker work once again on DNet servers? oog works fine with the tools available on this forum.. no need to modify anything. just read and use lol. i do.
iambored Posted May 21, 2007 Posted May 21, 2007 " post="34213" timestamp="1179189746"] download ollydbg http://www.ollydbg.de/ open the dll with it (say ok blabla when it warns you) run it (F9) go into the views, select memory, see the rows corresponding to fldrv.dll. there are section names (.text, .bss etc <= this is delphi code from drake that's why there is this kind of section btw) dump the one starting with e PE (portable executable) header, its easy to see, there is a string like "This program cannot be run in dos mode" dump it (right click => dump) and reconstruct the dll (with LordPE or others I think most tools can do it), and tada, its unpacked. Alternative: load the dll the same wait in olly (or in L2.exe if u want) and use some automatic memory dumper like PE Tools. (it will reconstruct it for you, too) Once you dumped both dll, you can compare them. Good luck. ps: remember, my dll is based on drake's first dll, the one blocking dualbox and l2w. I didn't see a need to patch the new one, since he simply allowed dualbox on it (but not l2w) I think that is kinda tutorial, but i do it and get no results, walker still blocked... Maybe i'm doing something wrong... if u can crack it for me i'll apretiate it... http://rapidshare.com/files/31243317/fldrv.dll.html this dll isnt even unpacked.... look for pe compact unpacker or follow my instructions to unpack by hand anyway......... http://rapidshare.com/files/32522457/fldrv_stuff.zip.html there's one i unpacked and one unpacked + cracked i just made. i don't know if they work cause i don't have L2 here lol. but it should theoretically unless i made a mistake ^^
Recommended Posts