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

    Dungeon Heroes Online DHO Unpack Script

    Script by Fatduck
    Game: Dungeon Heroes Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    # by Fatduck    Sep2010
    # script for QuickBMS    http://aluigi.org/papers.htm#quickbms
    savepos OFSRES
    for i
      
    goto OFSRES
    idstring 
    "hry\x1" #fake zip header
    get DMY long
    get METHOD short
    getdstring TIMESTUFF 8
    get CSIZE long
    get USIZE long
    get LEN long
    getdstring RESNAME LEN
    savepos OFSRES
        
    if CSIZE == USIZE
          log RESNAME OFSRES CSIZE
        
    else
           if 
    METHOD == 8
             ComType deflate
          clog RESNAME OFSRES CSIZE USIZE
          
    else
           print 
    "compression Type:%METHOD%"
          
    endif
      endif
    math OFSRES += CSIZE
       
    print "OFSRES:%OFSRES%"
    next i 
    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] JX3 Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 3
    Last Post: 2016-06-03, 12:52 PM
  2. [Info] Heroes: Scions of Phoenix Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 09:35 PM
  3. [Info] CW Online Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 08:24 PM
  4. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 PM
  5. [Info] Heroes in the Sky RES Unpack
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 07: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
  •