Results 1 to 2 of 2
  1. #1
    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

    [Info] Sanjie PAK Unpacker

    Ok here unpacker of this chinese MMORPG, thanks for support of finale00.



    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 
    PD: somebody can delete the topic? I created 1 minute after haxor but I don't see before sorry.

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


  3. #2
    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 CriticalError View Post
    haxor
    h4x0r

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. Fantastic info
    By givenz in forum Introduction / Say 'Hello'
    Replies: 1
    Last Post: 2011-01-18, 02:52 PM
  3. [Info] Reinforced Info
    By Mavericky in forum Requiem Guides, Tutorials
    Replies: 0
    Last Post: 2010-12-19, 04:45 AM
  4. Info request
    By Mokusan in forum Requiem Online
    Replies: 0
    Last Post: 2010-11-29, 04:03 PM
  5. for your info!
    By poge in forum Trash Bin
    Replies: 0
    Last Post: 2010-11-07, 06:04 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
  •