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

    Basaltic Online PAK Unpack Script

    Script by aluigi
    Game: Basaltic Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    # Basaltic Online
    # script for QuickBMS http://aluigi.org/papers.htm#quickbms

    idstring "PAK\0"
    goto 0x19
    get OFFSET long
    get SIZE long
    get ZSIZE long
    get BASE_OFF long
    clog MEMORY_FILE OFFSET ZSIZE SIZE
    set PATH string 
    ""
    set NAME string ""
    callfunction EXTRACT

    startfunction EXTRACT
        get FILES long MEMORY_FILE
        get FOLDERS long MEMORY_FILE
        get NAME string MEMORY_FILE
        string PATH 
    += NAME
        string PATH 
    += /

        for 
    FOLDERS
            callfunction EXTRACT
        next i
        
    for FILES
            get OFFSET long MEMORY_FILE
            get SIZE long MEMORY_FILE
            get NAME string MEMORY_FILE
            math OFFSET 
    += BASE_OFF
            set FNAME string PATH
            string FNAME 
    += NAME
            log FNAME OFFSET SIZE
        next i
    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] Sanjie Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 5
    Last Post: 2012-02-09, 01:55 PM
  2. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  3. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 PM
  4. [Info] Corum Online PCK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-07, 06:15 PM
  5. [Info] Smash Online NPK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:25 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
  •