Jump to content

Recommended Posts

Posted

its easy

bakeice is injecting lineagebk.dll (unpacked in 2s) into l2.exe (well gameguard.des)

this dll change directly the blowfish function call to change the encryption.

it also get the login/pass directly.

 

 

---

hook to blowfish encrypt/decrypt:

 

100011B0  /$  53                  PUSH EBX

100011B1  |.  56                  PUSH ESI

100011B2  |.  57                  PUSH EDI

100011B3  |.  68 2CB50110        PUSH 1001B52C                          ; /pModule = "core.dll"

100011B8  |.  8BF9                MOV EDI,ECX                            ; |

100011BA  |.  FF15 88B20110      CALL DWORD PTR DS:[<&kernel32.GetModul>; \GetModuleHandleA

100011C0  |.  8B1D 8CB20110      MOV EBX,DWORD PTR DS:[<&kernel32.GetPr>;  kernel32.GetProcAddress

100011C6  |.  8BF0                MOV ESI,EAX

100011C8  |.  68 04B50110        PUSH 1001B504                          ; /ProcNameOrOrdinal = "?BlowfishEncrypt@FBlowFish@@QAEXPAEH@Z"

100011CD  |.  56                  PUSH ESI                              ; |hModule

100011CE  |.  FFD3                CALL EBX                              ; \GetProcAddress

100011D0  |.  85C0                TEST EAX,EAX

100011D2  |.  74 3E              JE SHORT 10001212

100011D4  |.  68 B0340010        PUSH 100034B0                          ; /Arg2 = 100034B0

100011D9  |.  83C7 3C            ADD EDI,3C                            ; |

100011DC  |.  50                  PUSH EAX                              ; |Arg1

100011DD  |.  8BCF                MOV ECX,EDI                            ; |

100011DF  |.  E8 0C2A0000        CALL 10003BF0                          ; \unpacked.10003BF0

100011E4  |.  68 DCB40110        PUSH 1001B4DC                          ;  ASCII "?BlowfishDecrypt@FBlowFish@@QAEXPAEH@Z"

100011E9  |.  56                  PUSH ESI

100011EA  |.  FFD3                CALL EBX

100011EC  |.  85C0                TEST EAX,EAX

100011EE  |.  74 11              JE SHORT 10001201

100011F0  |.  68 60340010        PUSH 10003460                          ; /Arg2 = 10003460

100011F5  |.  50                  PUSH EAX                              ; |Arg1

100011F6  |.  8BCF                MOV ECX,EDI                            ; |

100011F8  |.  E8 F3290000        CALL 10003BF0                          ; \unpacked.10003BF0

 

 

Hook to gameguard:

 

10001230  /$  56                  PUSH ESI

10001231  |.  68 84B50110        PUSH 1001B584                          ; /pModule = "engine.dll"

10001236  |.  8BF1                MOV ESI,ECX                            ; |

10001238  |.  FF15 88B20110      CALL DWORD PTR DS:[<&kernel32.GetModul>; \GetModuleHandleA

1000123E  |.  68 54B50110        PUSH 1001B554                          ; /ProcNameOrOrdinal = "?ResponseAuthGameGuard@UNetworkHandler@@UAEHXZ"

10001243  |.  50                  PUSH EAX                              ; |hModule

10001244  |.  FF15 8CB20110      CALL DWORD PTR DS:[<&kernel32.GetProcA>; \GetProcAddress

1000124A  |.  85C0                TEST EAX,EAX

1000124C  |.  74 10              JE SHORT 1000125E

1000124E  |.  68 00100010        PUSH send_en                          ; /Arg2 = 10001000

10001253  |.  50                  PUSH EAX                              ; |Arg1

10001254  |.  8D4E 3C            LEA ECX,DWORD PTR DS:[ESI+3C]          ; |

10001257  |.  E8 94290000        CALL 10003BF0                          ; \unpacked.10003BF0

1000125C  |.  5E                  POP ESI

1000125D  |.  C3                  RET

1000125E  |>  68 38B50110        PUSH 1001B538                          ;  ASCII "ResponseAuthGameGuard Error"

10001263  |.  E8 F8370000        CALL 10004A60

10001268  |.  83C4 04            ADD ESP,4

1000126B  |.  5E                  POP ESI

1000126C  \.  C3                  RET

 

 

hook to getuseraccount:

 

100015B3  |.  68 84B50110        PUSH 1001B584                          ; /pModule = "engine.dll"

100015B8  |.  89BE C4030000      MOV DWORD PTR DS:[ESI+3C4],EDI        ; |

100015BE  |.  FF15 88B20110      CALL DWORD PTR DS:[<&kernel32.GetModul>; \GetModuleHandleA

100015C4  |.  3BC7                CMP EAX,EDI

100015C6  |.  8946 38            MOV DWORD PTR DS:[ESI+38],EAX

100015C9  |.  75 06              JNZ SHORT 100015D1

100015CB  |.  57                  PUSH EDI

100015CC  |.  E8 B0590000        CALL 10006F81

100015D1  |>  53                  PUSH EBX

100015D2  |.  8B1D 8CB20110      MOV EBX,DWORD PTR DS:[<&kernel32.GetPr>;  kernel32.GetProcAddress

100015D8  |.  68 F4B50110        PUSH 1001B5F4                          ; /ProcNameOrOrdinal = "?GetUserAccount@UNetworkHandler@@UAEPAGXZ"

100015DD  |.  50                  PUSH EAX                              ; |hModule

100015DE  |.  FFD3                CALL EBX                              ; \GetProcAddress

100015E0  |.  3BC7                CMP EAX,EDI

100015E2  |.  8986 C8030000      MOV DWORD PTR DS:[ESI+3C8],EAX

100015E8  |.  75 13              JNZ SHORT 100015FD

100015EA  |.  68 D8B50110        PUSH 1001B5D8                          ;  ASCII "&GetUserAccount  Error!!"

100015EF  |.  E8 6C340000        CALL 10004A60

100015F4  |.  83C4 04            ADD ESP,4

100015F7  |.  5B                  POP EBX

100015F8  |.  5F                  POP EDI

100015F9  |.  8BC6                MOV EAX,ESI

100015FB  |.  5E                  POP ESI

100015FC  |.  C3                  RET

 

 

 

Posted

woot woot first haxor are working on walker for DN xD

It's not a haxor it's a ASM dump of memory. Shows us how Bike ICE works.

 

oh and btw l2w works on DN IL i saw a rus guy who gave a res to his bd/se and he got up instantly. ;)

Posted

It's not a haxor it's a ASM dump of memory. Shows us how Bike ICE works.

 

oh and btw l2w works on DN IL i saw a rus guy who gave a res to his bd/se and he got up instantly. ;)

dude ask him^^

So we have to check russ forums, can you understand russ? cause I can't xD

Posted

follow immediate constant in ollybgd;p this brings u the mini-binary "blob" that is injected to modify the algorithm. then either you make another dll that does the same stuff, but without the "anti botting" either you modify core.dll (and engine if u like but thats less a big deal), or u make a proxy that does it, or u use WP and a script that does it (in those cases its easy to convert back to "normal" packets that L2W will understand)

Won't release until it becomes public enough as usual. U have the key points to make it yourself.

 

last things, this dll is simply expanded by bakeice when you start the loader so just copy it and unpack it (asprotect 2.12, there are even automated unpackers everywhere on the net), tools u need, ollydbg+plugins, imprec, some hex editor, and some coding stuff for the proxy/dll/whatever u wanna make (visualstudio, basic, python,whatever u like to start with  - just remember, its way easier than it looks)

Posted

follow immediate constant in ollybgd;p this brings u the mini-binary "blob" that is injected to modify the algorithm. then either you make another dll that does the same stuff, but without the "anti botting" either you modify core.dll (and engine if u like but thats less a big deal), or u make a proxy that does it, or u use WP and a script that does it (in those cases its easy to convert back to "normal" packets that L2W will understand)

Won't release until it becomes public enough as usual. U have the key points to make it yourself.

 

last things, this dll is simply expanded by bakeice when you start the loader so just copy it and unpack it (asprotect 2.12, there are even automated unpackers everywhere on the net), tools u need, ollydbg+plugins, imprec, some hex editor, and some coding stuff for the proxy/dll/whatever u wanna make (visualstudio, basic, python,whatever u like to start with  - just remember, its way easier than it looks)

if i could understeand a word of what you told us, it would be easier.

 

we have to hack core.dll then...let's try..

Posted

follow immediate constant in ollybgd;p this brings u the mini-binary "blob" that is injected to modify the algorithm. then either you make another dll that does the same stuff, but without the "anti botting" either you modify core.dll (and engine if u like but thats less a big deal), or u make a proxy that does it, or u use WP and a script that does it (in those cases its easy to convert back to "normal" packets that L2W will understand)

Won't release until it becomes public enough as usual. U have the key points to make it yourself.

 

last things, this dll is simply expanded by bakeice when you start the loader so just copy it and unpack it (asprotect 2.12, there are even automated unpackers everywhere on the net), tools u need, ollydbg+plugins, imprec, some hex editor, and some coding stuff for the proxy/dll/whatever u wanna make (visualstudio, basic, python,whatever u like to start with  - just remember, its way easier than it looks)

 

could you do it then if it's way easier than it looks? :D

I didn't get 90% of what you're saying.

Posted

btw in many interlude servers the token is sent by the LS and then used by the client. its random every time. prolly the case in dragon.

 

If data is transferred between client an server, then it's crackable :) just someone should do it :|

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Hello guys, I’m Morientes, owner of the servers you might know: L2Lionna / L2Pandora / L2Ramona / L2ERA / L2Zaken / L2Classic / L2Peri / L2Alice / L2EVA / L2Dragon and more. Over the years I’ve been developing Lineage II projects starting from High Five, then Classic, and later Essence. I started with High Five, which I turned into a very well-tested server with over 100 openings. My peak was around 2800 players online, and the server was stable (no crashes). With every opening there was always something to improve, fix, or optimize, and over time it became more and more stable. I still have all SVN commits from all those years, I can show everything via screen share if needed. The reason I’m selling is not because of the quality. The files are solid and ready to run any type of server (any rates). The problem was on our side;  we didn’t have a good long-term strategy for reopening servers as a team. About Classic: I started from 2.0 (Zaken version) and gradually upgraded it up to 4.7 Kamael. Each chronicle upgrade came with a lot of improvements, especially in terms of stability. About Essence: I started from the very first version and developed it up to High Elf (Protocol 464). Starting from Protocol 286 (Secrets of Empire), I worked with PTS files and extracted a lot of deep fixes. I unpacked AI.obj with full functionality, used official sniffers, and whenever something wasn’t clear, I checked directly on official servers and sniffed packets or data. For every chronicle update, I basically sniffed the entire official server, zones, monsters, events, mechanics, everything. From Chronicle 388, Reborn approached us to buy our files. The current L2Reborn Essence is based on my work! I can prove everything. I also have their updates integrated into my pack. I stopped development after High Elf mainly because my main developer was constantly looking for other opportunities. It became difficult to maintain a stable team, especially with everything going on (including the situation in Ukraine at that time). Eventually, I couldn’t find a reliable dev to continue working on Essence, so I decided to step away from this market last year. Now I’ve decided to sell everything. What I’m selling: All necessary tools (sniffing, geodata build, pack upgrade tools, game client parsers, L2Wiki parser, interfaces etc.) Full SVN repositories with all commits (Essence / Classic / High Five) All edited clients I still have All my data I can also include on sell an official character that is active daily, ranked, end up gear, and has access to end-game zones!!! useful for deep sniffing where normal players don’t have access. If someone wants to buy everything, I prefer a full deal and I will transfer full ownership. If needed, I can also sell parts separately, but honestly I’d prefer to sell everything to one team that can continue this project — this has been my work, my hobby, my baby. Important: I don’t offer further updates. The files are sold exactly as they are. I will, of course, explain everything you need to know to continue working on them. Contact: Telegram: @AlexAlexey Discord: .primsl2
    • Grand Opening: April 11, 2026 Website: https://l2strive.com Discord: https://discord.gg/SsUARZpbkG   🛡️ Server Rates Strive is a High Five Mid-PvP/Craft Server  Experience (XP): x15 Skill Points (SP): x15 Adena: x10 Drop: x15 Spoil: x3 Safe Enchant: +3 Max Enchant: +16 ⚔️ Enhanced Boss Jewelry     ⚔️ Making Bosses Useful Again Let’s be real: usually, Core, Orfen, and Baylor are just placeholder bosses that nobody cares about. We’ve overhauled their jewelry to make them legit end-game gear. We’ve turned these into high-value targets for PvP—if you want these massive percentage boosts, you’re going to have to fight for them.   ⚔️ Enhanced Boss Jewelry   💍 Improved Ring of Core Base Stats: M.Def 48 | HP +445 | MP +21 Offensive: P. Atk +12% | M. Atk +12% Critical: Physical Critical Rate +14 | Magic Critical Rate +2 Utility: Skill Reuse Delay -10% | MP Consumption -5% 🛡️ Improved Earring of Orfen Base Stats: M.Def 71 | MP +31 Defensive: P. Def +15% | M. Def +15% Recovery: Vampiric Rage +4% | Healing Received +6% Resistances: Bleed / Poison / Root / Sleep +20% (Chance & Resistance) 💎 Baylor's Earring Base Stats: M.Def 71 | MP +31 Speed: Atk. Spd +5% | Casting Spd +5% Combat: MP Regeneration +5% Resistances: Stun / Paralyze +30% (Chance & Resistance) 🚀 Core Features Full & Enchanted Buffs: Enjoy 6-hour durations on all standard and enchanted buffs. Premium Buffs: Premium users benefit from extended 9-hour buff durations. 100% Free AutoFarm: Built-in system for seamless progression while away from your PC. Custom Shop: Professional and intuitive UI for all essential equipment and consumables. NPC Buffer: Full scheme support to get you battle-ready instantly. Stability: Dedicated high-performance hardware with professional Anti-DDoS protection.  
    • Hello,   im looking for c4 client developer that can fix some issues, missing icons etc. if you are l2off developer then even better.   its easy ones, fix few skill icons, item icon, easy money if someone has time. I guess its lack of files in my patch, but might be smth other   contact with me on discord: endART_#6190 @DumanisT @SkyLord @XManton @Fr3DBr @mjst @Sighed any ideas who could help me XD
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..