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

    Shui Hu Q Zhuan 2 PAK Unpack Script

    Script by finale00
    Game: Shui Hu Q Zhuan 2

    For unpack you need QuickBMS Tool.

    PHP Code:
    #Shui Hu Q Zhuan 2
    #temp unpacker
    #doesn't decompress files

    idstring "FSH24001"
    get FSIZE long
    get FILES long

    set FOLDER_NAME 
    "/"
    for FILES do
       
    getdstring NAME 32
       get OFFSET long
       math OFFSET 
    += 12
       get SIZE long
       get IS_FOLDER long
       get unk2 long
       
       
    if IS_FOLDER 1
          set FOLDER_NAME 
    NAME
          string FOLDER_NAME 
    += "/"
       
    else
          
    set TEMP FOLDER_NAME
          string TEMP 
    += NAME
          
    print %TEMP%
          
    log TEMP OFFSET SIZE   
       
    endif
    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] Kingdom Under Fire II PKG Unpack Script
    By h4x0r in forum Game Files
    Replies: 7
    Last Post: 2014-07-21, 03:40 PM
  2. [Info] Entropia Universe PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:35 PM
  3. [Info] All Points Bulletin (APB) PCK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:30 PM
  4. [Info] ShotOnline SOR Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:23 PM
  5. [Info] Maestia MVD Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-01-23, 05:37 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
  •