Results 1 to 3 of 3
  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

    Storm Online PAK Unpack Script

    Site: here
    Download: here
    Screenshots: here

    Script by h4x0r

    For unpack you need QuickBMS Tool.

    PHP Code:
    # Storm Online (PAK format)

    # Written by Ekey (h4x0r)
    # https://progamercity.net

    # script for QuickBMS http://quickbms.aluigi.org

    comtype lzo1x

    get PAKSIZE long
    get BASEOFF long
    get FILES long

    for FILES
       filexor 
    "\xff"
       
    getdstring NAME 0x100
       get OFFSET long
       get ZSIZE long
       get SIZE long
       get DUMMY longlong
       get DUMMY long
       filexor 
    ""
    if ZSIZE == SIZE
       log NAME OFFSET SIZE
    else
       
    clog NAME OFFSET ZSIZE 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

  2. The Following User Says Thank You to h4x0r For This Useful Post:


  3. #2
    Kvik
    Kvik is offline
    Guest
    Join Date
    2012 Dec
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Thumbs up Puck

    Thank you very much, the script was very helpful, as only found on your site as the archives were opened Memory Games would create one yourself translation, but could not tell how bi integer pack them back, script, or something else. Thank you very much in advance)

  4. #3
    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
    QuickBMS support update game archives. Read section 3 in readme file.

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. Replies: 3
    Last Post: 2012-05-27, 11:18 AM
  3. [Info] CW Online Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-16, 08:24 PM
  4. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  5. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 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
  •