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

    Sanjie Online PAK Unpack Script

    Script by CriticalError
    Game: Sanjie Online

    For unpack you need QuickBMS Tool.

    PHP Code:
    #Sanjie Online PAK Unpacker

    idstring "PAKF3001"
    get FSIZE long
    get FILES long

    set FOLDER_NAME 
    "/"
    for FILES do
     
    getdstring NAME 32
     get OFFSET long
     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

  2. #2
    CriticalError
    CriticalError is offline
    Senior Member CriticalError's Avatar
    Join Date
    2011 Jun
    Posts
    204
    Thanks Thanks Given 
    21
    Thanks Thanks Received 
    44
    Thanked in
    27 Posts
    Rep Power
    0
    xX thanks for it mate, anyway I created 1 minute after you

    https://progamercity.net/game-files/...-unpacker.html

  3. #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
    Oh sorry Usually in this section, except me no one start topics

  4. #4
    ragazzi05
    ragazzi05 is offline
    Member-in-training ragazzi05's Avatar
    Join Date
    2010 Dec
    Posts
    107
    Thanks Thanks Given 
    23
    Thanks Thanks Received 
    56
    Thanked in
    53 Posts
    Rep Power
    0
    I can not enter the site to download the QuickBMS Tool.

  5. #5
    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
    Quote Originally Posted by ragazzi05 View Post
    I can not enter the site to download the QuickBMS Tool.
    Direct link -> http://aluigi.altervista.org/papers/quickbms.zip

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


  7. #6
    ragazzi05
    ragazzi05 is offline
    Member-in-training ragazzi05's Avatar
    Join Date
    2010 Dec
    Posts
    107
    Thanks Thanks Given 
    23
    Thanks Thanks Received 
    56
    Thanked in
    53 Posts
    Rep Power
    0
    Quote Originally Posted by h4x0r View Post
    Thanks bro !

Similar Threads

  1. [Info] TZ Online EVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 1
    Last Post: 2012-02-09, 05:13 AM
  2. [Info] DK Online XAC Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-08, 09:31 PM
  3. [Info] Corum Online PCK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-07, 06:15 PM
  4. [Info] Smash Online NPK Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:25 PM
  5. [Info] Fantasy College Online RVP Unpack Script
    By h4x0r in forum Game Files
    Replies: 0
    Last Post: 2012-02-04, 06:19 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
  •