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

    Smash Online NPK Unpack Script

    Script by aluigi
    Game: Smash Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    # Smash Online (NPK files)
    # script for QuickBMS http://quickbms.aluigi.org

    comtype LZO1X

    get DUMMY long
    get DUMMY long
    get FILES_OFFSET long
    get NAMESZ short
    getdstring NAME NAMESZ  
    # version of the file
    get FOLDERS short

    savepos OFFSET
    for FOLDERS
        get NAMESZ short
        getdstring NAME NAMESZ
    next i
    savepos SIZE
    math SIZE 
    -= OFFSET
    log MEMORY_FILE OFFSET SIZE

    get FILES long

    for FILES
        get CRC32 long
        get TYPE byte
        get SIZE long
        get ZSIZE long
        get FOLDER_NUM long
        get OFFSET long
        get NAMESZ short
        getdstring NAME NAMESZ

        set FULLNAME 
    ""
        
    goto 0 MEMORY_FILE
        
    for <= FOLDER_NUM
            get FOLDERSZ short MEMORY_FILE
            getdstring FULLNAME FOLDERSZ MEMORY_FILE
        next j
        string FULLNAME 
    += NAME

        clog FULLNAME OFFSET ZSIZE SIZE
    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] 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] Fantasy College Online RVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:19 PM
  4. [Info] Drift City Online AGT Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:16 PM
  5. [Info] Bounty Hounds Online PAK Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2011-10-20, 06:22 AM

Posting Permissions

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