Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by eipekaihemin

  1. E

    Use xcorona_x64.xem as a ram patcher (latest ogrefest client)

    Get the right BlackDesert64.exe from OF (they are down now...), put xc and lucha.exe in bin64 dir, and do the xinput1_3.dll stuff, run lucha.exe ps. this one is mainly made for testing asset mods (undertow.club etc.)... ps2. there must be [SERVICE] TYPE=KR in the service.ini (each TYPE has...
  2. E

    OpCode and Func dump from kr2100 (OF) and 2179 (Remastered(?))

    thx bro. yeah so I mainly play with the OF 2100 one. btw seems like OF is also dead now...
  3. E

    OpCode and Func dump from kr2100 (OF) and 2179 (Remastered(?))

    Here is a list of packet opcodes, and addrs of packet constructors (for sending) or parsers (for received), dumped from the executable. It's a pretty simple task tho (there are even plain function names in the kr2100 call table), dont know if someone had done this already. The recv list...
  4. E

    Use xcorona_x64.xem as a ram patcher (latest ogrefest client)

    All addr are hardcoded tho... STARTUPINFOA si; PROCESS_INFORMATION pi; void entry(){ unsigned short tmdorig = 0x509c; unsigned short infi = 0xFEEB; CreateProcessA("BlackDesert64.exe","BlackDesert64.exe 123,321",0,0,0,0,0,0,&si,&pi); suky: unsigned short timtti =0...
  5. E

    Use xcorona_x64.xem as a ram patcher (latest ogrefest client)

    Hi all, Just found some patch points to pass XC in x64 client which from ogrefest's GameClient_2100.torrent. My goal is make it always load loose assets instead of PAZs, and somewhat playable offline (without server/emu). The hash of that original BlackDesert64.exe is: MD5...
  6. E

    Final Black Desert Emu 491

    Hi logankioma, I managed to make some dumps from the x64 client exe (which in your LauncherBD.rar) from Themida. with following 2 steps: -set hardware breakpoint (execute) on 140EFDE7C (this's the OEP) -or set execute BP on 143820b21 (this's Themida's internal memcpy, copy raw...
Back
Top