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!

Black Desert online SERVER Emulator Source

Joined
Feb 2, 2011
Messages
437
Reaction score
451
Edit Client
Code:
service.ini
PHP:
 blackauth.black.game.daum.net
in
PHP:
localhost
.




To run the client without the need to run the exe errors right from the folder bin.

Code:
start blackdesert64.exe meZmexHcs8UQR1R_Rygsj7JodHuipXeyI0kpugKkeA0kMRwRW4 qhiBNdh3tk9CwBAcbxRXeXVp_qiNqiwwJaVQ**

pincode client:203455


UPDATE!!! BOOM SVN

(Necroz Project)
 
Last edited:
Skilled Illusionist
Joined
Jul 5, 2006
Messages
329
Reaction score
81
Re: Black Desert online SERVER EMU WORK!!!!!

This is not exactly an emulator:
It does not decrypt, nor interpret the packets, it just answer back with a readable packet!
That's why we can't enter in game.

Yeah, that's right, i have analyze the code and not found cryption class, that mean's this emu can't Encrypt/Decrypt packet data from game, just send the capture packet from sniffer.

without Encrypt/Decrypt packet then not working emulator.
 
Junior Spellweaver
Joined
May 23, 2009
Messages
176
Reaction score
46
Re: Black Desert online SERVER Source EMU WORK!!!!!

Downloading client now !



Client it's a torrent file but it's pretty fast :
JM0zujS - Black Desert online  SERVER Emulator Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Feb 2, 2011
Messages
437
Reaction score
451
Re: Black Desert online SERVER Source EMU WORK!!!!!

lag 1 byte , size 2 bytes , opcode 2 bytes, data:
4MIY72R - Black Desert online  SERVER Emulator Source - RaGEZONE Forums


Login: port 8888
PHP:
CM_LOG_IN

Code:
01 D7 00 B9 0B 63 00 39 00 50 00 42 00 53 00 4A .×.¹.c.9.P.B.S.J
 00 2D 00 69 00 35 00 63 00 4C 00 58 00 38 00 38 .-.i.5.c.L.X.8.8
 00 4B 00 44 00 56 00 6E 00 38 00 31 00 76 00 4F .K.D.V.n.8.1.v.O
 00 49 00 68 00 54 00 45 00 69 00 4F 00 35 00 37 .I.h.T.E.i.O.5.7
 00 4C 00 47 00 47 00 43 00 50 00 54 00 63 00 43 .L.G.G.C.P.T.c.C
 00 5F 00 59 00 6E 00 72 00 41 00 59 00 59 00 41 ._.Y.n.r.A.Y.Y.A
 00 30 00 56 00 4C 00 76 00 41 00 79 00 70 00 39 .0.V.L.v.A.y.p.9
 00 6A 00 6C 00 66 00 5F 00 47 00 66 00 74 00 4E .j.l.f._.G.f.t.N
 00 31 00 74 00 6C 00 66 00 73 00 77 00 50 00 35 .1.t.l.f.s.w.P.5
 00 6D 00 73 00 6A 00 63 00 6A 00 4A 00 78 00 64 .m.s.j.c.j.J.x.d
 00 4F 00 31 00 6E 00 4D 00 36 00 78 00 56 00 61 .O.1.n.M.6.x.V.a
 00 57 00 78 00 7A 00 79 00 64 00 38 00 42 00 4E .W.x.z.y.d.8.B.N
 00 6D 00 5A 00 00 00 46 54 D2 10 74 F1 18 00 00 .m.Z...FTÒ.tñ...
 00 00 00 01 00 00 00 .......



PHP:
SM_LOG_IN

Code:
01 E6 00 BA 0B 38 00 30 00 32 00 37 00 34 00 37 .æ.º.8.0.2.7.4.7
 00 35 00 00 00 E3 01 00 00 00 00 FE FF FF FF FF .5...ã.....þÿÿÿÿ
 FF FF FF FE FF FF FF FF FF FF FF A0 0C DB 27 FF ÿÿÿþÿÿÿÿ&# 255;ÿÿ-.Û'ÿ
 07 00 00 BD 0B 00 00 00 00 00 00 A4 02 E3 01 00 ...½.......¤.ã..
 00 00 00 00 00 05 C3 B1 71 F6 01 00 00 00 1F D8 ......ñqö.....Ø
 4C 5E 00 00 00 00 D6 8C BC 08 02 00 00 00 07 B2 L^....ÖŒ¼......²
 47 2C 00 00 00 00 ED 44 BF 1F 01 00 00 00 EE 9D G,....íD¿.....î
 6A 98 01 00 00 00 AB 93 B0 FA 00 00 00 00 FE 36 j˜....«“°ú....þ6
 4C 53 01 00 00 00 9D 05 D5 8D 00 00 00 00 7D 2C LS.....Ս....},
 7A 2A 00 00 00 00 8D C7 21 92 00 00 00 00 D2 F1 z*....Ç!’....Òñ
 AA 81 00 00 00 00 5A 8B 49 63 01 00 00 00 9D D9 ª....Z‹Ic....Ù
 6D 6B 01 00 00 00 99 74 4D 7A 00 00 00 00 7B 33 mk....™tMz....{3
 3F F5 01 00 00 00 F3 5C AF A7 01 00 00 00 F4 E7 ?õ....ó\¯§....ôç
 97 19 00 00 00 00 3C 69 84 40 02 00 00 00 DC 84 —.....<i
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 5, 2007
Messages
136
Reaction score
45
Re: Black Desert online SERVER Source EMU WORK!!!!!

Huge Props, lots of fun. Works!!

RageZoneRules - Black Desert online  SERVER Emulator Source - RaGEZONE Forums More_Cleveage_Please - Black Desert online  SERVER Emulator Source - RaGEZONE Forums Character_Create2 - Black Desert online  SERVER Emulator Source - RaGEZONE Forums CBT_Screen - Black Desert online  SERVER Emulator Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 5, 2007
Messages
136
Reaction score
45
Re: Black Desert online SERVER Source EMU WORK!!!!!

Unreal how much character customization this has, even the feathers on the outfit here have control points you can edit.

adastmin - Black Desert online  SERVER Emulator Source - RaGEZONE Forums


Hope it stays that way.
 
Joined
Feb 2, 2011
Messages
437
Reaction score
451
Re: Black Desert online SERVER Source EMU WORK!!!!!

HwqnLaF - Black Desert online  SERVER Emulator Source - RaGEZONE Forums




Black Desert unpacker PAZ





Code:
quickbmsver "0.5.27"
comtype blackdesert
set KEY binary "\xF3\xA1\x0D\xF2\x47\xCC\x30\xC5\xEB\x11\x12\xAE\x07\x01\x52\x13"

get EXT extension

if EXT == "meta"

    # pre-allocation, improves speed (doesn't matter if the values are bigger)
    putarray 0 0x2b30 ""    # PAZs
    putarray 1 0x66c ""     # folders
    putarray 2 0x4dba6 ""   # files

    get DUMMY long
    get pPAZCount long
    for i = 0 < pPAZCount
        get PAZ_NUM long
        get HASH long
        get PAZ_SIZE long
        string PAZ_NAME p= "PAD%05d.PAZ" PAZ_NUM
        putarray 0 PAZ_NUM PAZ_NAME
    next i

    get FILES long

    savepos OFFSET
    xmath TMP "OFFSET + (FILES * 0x1c)"
    goto TMP

    get FOLDERS_SIZE long
    savepos TMP
    encryption aes_128_cbc KEY "" 0 16
    log MEMORY_FILE TMP FOLDERS_SIZE
    encryption "" ""

    math TMP += FOLDERS_SIZE
    goto TMP

    get NAMES_SIZE long
    savepos TMP
    encryption aes_128_cbc KEY "" 0 16
    log MEMORY_FILE2 TMP NAMES_SIZE
    encryption "" ""

    #print "collect folder names..."
    math FOLDERS_SIZE -= 8  # lame
    math i = 0
    for TMP = 0 < FOLDERS_SIZE
        get INDEX_NUM long MEMORY_FILE
        get SUB_FOLDERS long MEMORY_FILE
        get NAME string MEMORY_FILE
        if NAME == ""
            break
        endif
        putarray 1 i NAME
        savepos TMP MEMORY_FILE
    next i

    #print "collect file names..."
    math i = 0
    for TMP = 0 < NAMES_SIZE
        get NAME string MEMORY_FILE2
        if NAME == ""
            break
        endif
        putarray 2 i NAME
        savepos TMP MEMORY_FILE2
    next i

    goto OFFSET
    for i = 0 < FILES
        get HASH long
        get FOLDER_NUM long # 48c
        get FILE_NUM long   # 9ea5 e18d
        get PAZ_NUM long    # 9ec c20
        get OFFSET long     # 4603c 261cc
        get ZSIZE long      # 4a70 1970
        get SIZE long       # 5f13 2000

        getarray PAZ_NAME 0 PAZ_NUM
        getarray NAME 1 FOLDER_NUM
        getarray TMP 2 FILE_NUM
        string NAME += TMP

        open FDSE PAZ_NAME 1

        encryption aes_128_cbc KEY "" 0 16
        clog NAME OFFSET ZSIZE SIZE 1
        encryption "" ""
    next i

else    # PAZ

    get DUMMY long
    get PAZ_FILES long
    get NAMES_SIZE long

    savepos OFFSET
    xmath OFFSET "OFFSET + (PAZ_FILES * 4 * 6)"
    encryption aes_128_cbc KEY "" 0 16
    log MEMORY_FILE OFFSET NAMES_SIZE
    encryption "" ""

    math i = 0
    for TMP = 0 < NAMES_SIZE
        get NAME string MEMORY_FILE
        if NAME == ""
            break
        endif
        putarray 0 i NAME
        savepos TMP MEMORY_FILE
    next i

    for i = 0 < PAZ_FILES
        get HASH long
        get FOLDER_NUM long
        get FILE_NUM long
        get OFFSET long
        get ZSIZE long
        get SIZE long

        getarray NAME 0 FOLDER_NUM
        getarray TMP 0 FILE_NUM
        string NAME += TMP

        encryption aes_128_cbc KEY "" 0 16
        clog NAME OFFSET ZSIZE SIZE
        encryption "" ""
    next i

endif
 

Attachments

You must be registered for see attachments list
Joined
Apr 27, 2008
Messages
667
Reaction score
123

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jan 2, 2014
Messages
9
Reaction score
0
Re: Black Desert online SERVER Source EMU WORK!!!!!

removed
 
Last edited:
Initiate Mage
Joined
Jun 28, 2014
Messages
4
Reaction score
0
Re: Black Desert online SERVER Source EMU WORK!!!!!

HI this is project work?i have CTD after login...no log files.
What could be the problem?
 
Initiate Mage
Joined
Jun 12, 2012
Messages
70
Reaction score
9
Re: Black Desert online SERVER Source EMU WORK!!!!!

reupload the client pls the link is dead
 
Initiate Mage
Joined
Jul 13, 2014
Messages
1
Reaction score
0
Re: Black Desert online SERVER Source EMU WORK!!!!!

awesome i'll check this out
 
Back
Top