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

    Heroes: Scions of Phoenix Online PAK Unpack Script

    Script by chrrox
    Game: Heroes: Scions of Phoenix Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    # Heroes:Scions of Phoenix Online
    # script for QuickBMS http://quickbms.aluigi.org

    comtype deflate
    for
        
    idstring "UZ\x03\x04"

        
    get ver         short
        get flag        short
        get method      short
        get timedate    long
        get crc         long
        get comp_size   long
        get uncomp_size long
        get name_len    short
        get extra_len   short
        filexor 0xb2
        getdstring name     name_len
        filexor 
    ""
        
    getdstring extra    extra_len
        savepos offset

        
    if method == 0
            Log name offset uncomp_size
        elif method 
    == 8
            CLog name offset comp_size uncomp_size
        
    else
            print 
    "unsupported compression method %method%"
            
    cleanexit
        
    endif

        
    math offset += comp_size
        
    goto offset
    next 
    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] CW Online Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 08:24 PM
  3. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  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
  •