Results 1 to 1 of 1
  1. #1
    h4x0r
    h4x0r is offline
    h4x0r's Avatar
    Join Date
    2011 Aug
    Location
    ..\root\home\pgc
    Posts
    826
    Thanks Thanks Given 
    64
    Thanks Thanks Received 
    525
    Thanked in
    205 Posts
    Rep Power
    14

    Dark Blood Online PPK Unpack Script

    Script by aluigi
    Game: Dark Blood Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    # Dark Blood Online
    # script for QuickBMS http://quickbms.aluigi.org

    #idstring "P\0P\0K\0\0"
    goto 0x218
    get HEAD_SIZE long
    savepos BASE_OFF
    math BASE_OFF 
    += HEAD_SIZE
    get FILES long
    get DUMMY long
    get DUMMY byte
    get DUMMY short
    get DUMMY long
    for FILES
        callfunction GET_UGLYSTRING 1
        set NAME string TMPNAME
        callfunction GET_UGLYSTRING 1
        get CRC long
        get ZSIZE long
        get SIZE long
        get OFFSET long
        get DUMMY byte
        
    if DUMMY != 1
            
    print "DUMMY != 1: contact me"
            
    cleanexit
        
    endif
        
    math OFFSET += BASE_OFF
        log NAME OFFSET SIZE
    next i

    startfunction GET_UGLYSTRING
        math NAMESZ 
    0
        math j 
    0
        
    do
            
    get T byte
            math TMP 
    T
            math TMP 
    &= 0x7f
            math TMP2 
    j
            math TMP2 
    *= 7
            math TMP 
    <<= TMP2
            math NAMESZ 
    += TMP
            math j 
    += 1
        
    while <= 0x7f
        getdstring TMPNAME NAMESZ
        set TMPNAME unicode TMPNAME
    endfunction 
    HOW TO Use:

    1. Run QuickBMS
    2. Select script
    3. Select file for unpack
    4. Select dir to unpack
    5. Enjoy

Similar Threads

  1. [Info] Beach Volleyball Online RAD Unpack Script
    By h4x0r in forum Game Files
    Replies: 5
    Last Post: 2012-07-10, 12:37 PM
  2. [Info] Soul Order Online HCP Unpack Script
    By h4x0r in forum Game Files
    Replies: 2
    Last Post: 2012-04-06, 05:34 PM
  3. [Info] Maestia MVD Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-01-23, 05:37 PM
  4. [Info] Bounty Hounds Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2011-10-20, 06:22 AM
  5. Warhammer 40k: Dark Millenium Online
    By kALININ in forum Games Lounge
    Replies: 1
    Last Post: 2010-11-29, 03:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •