Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Mon Aug 22, 2016 6:40 pm
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Mon Aug 22, 2016 7:08 pm
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Mon Aug 22, 2016 7:09 pm
Can you share the client or give link for download client without account with access for CBT?
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Mon Aug 22, 2016 7:14 pm
Ekey wrote: Can you share the client or give link for download client without account with access for CBT?
i don't have i got frome this
http://forum.xentax.com/viewtopic.php?f=16&t=14908 and re newupload to mega
i need too full client
need account for download
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Aug 23, 2016 12:13 pm
-removed
Last edited by
Ekey on Tue Aug 30, 2016 2:24 pm, edited 7 times in total.
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Tue Aug 23, 2016 12:44 pm
11111111111
Last edited by
godskin on Tue Aug 30, 2016 3:16 pm, edited 1 time in total.
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Aug 23, 2016 1:18 pm
Done. Batch usage tool.
Code: Select all
LAUTool <m_Mode> <pScrFile> <pDstFile>
Example decrypt
Code: Select all
LAUTool -d "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk" "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec"
Example encrypt
Code: Select all
LAUTool -e "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec" "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk"
Tool also supported *.U, *.WEM , *.EMP and *.BNK files. godskin wrote: give alugi for help
If Luigi interested, I can give snippet code. It's simple xor operation. *.LPK files encrypted with WinCrypt (See above my post)
Edited: Download see below.
Last edited by
Ekey on Tue Aug 23, 2016 2:03 pm, edited 1 time in total.
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Tue Aug 23, 2016 1:49 pm
Ekey wrote: Done. Batch usage tool.
Code: Select all
LAUTool <m_Mode> <pScrFile> <pDstFile>
Example decrypt
Code: Select all
LAUTool -d "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk" "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec"
Example encrypt
Code: Select all
LAUTool -e "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec" "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk"
Tool also supported *.U, *.WEM , *.EMP and *.BNK files. godskin wrote: give alugi for help
If Luigi interested, I can give snippet code. It's simple xor operation. *.LPK files encrypted with WinCrypt (See above my post)
thx very much
then how to extracx .upk.dec
i try tools/bat gildo don't work
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Aug 23, 2016 2:05 pm
godskin wrote: thx very much
then how to extracx .upk.dec
i try tools/bat gildo don't work
I don't know. I have tested on extract tool from gildor and it works fine.
Code: Select all
Loading package: PC_WR_00_Face.upk.dec Ver: 868/9 Engine: 12097 Names: 597 Exports: 234 Imports: 36 Game: 8000 Done ...
I have updated tool - fixed encryption for different types files.
PS: Tool avaible on second page.
Last edited by
Ekey on Fri Aug 26, 2016 8:10 pm, edited 1 time in total.
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Tue Aug 23, 2016 2:12 pm
Ekey wrote: godskin wrote: thx very much
then how to extracx .upk.dec
i try tools/bat gildo don't work
I don't know. I have tested on extract tool from gildor and it works fine.
Code: Select all
Loading package: PC_WR_00_Face.upk.dec Ver: 868/9 Engine: 12097 Names: 597 Exports: 234 Imports: 36 Game: 8000 Done ...
I have updated tool - fixed encryption for different types files.
what code Extracx in .bat
i use this code
Code: Select all
@for /f "tokens=*" %%a in ('dir /b *.upk') do ( umodel -game=8000 -all -export %%a )
Last edited by
godskin on Tue Aug 23, 2016 2:15 pm, edited 1 time in total.
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Tue Aug 23, 2016 2:18 pm
Ekey wrote: http://www.gildor.org/down/41/umodel/extract.zip
For example
Code: Select all
extract -extract -out=D:\Extract "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec"
done thx verymuch
next Mission
Texture
.texture2d
Model
.skeletalmesh
1.Noesis can't open
2.3D Object convertet can't open
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Aug 23, 2016 2:22 pm
Send to Gildor decrypted files. Maybe he add support it for umodel.
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Aug 23, 2016 5:13 pm
Here we go
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Tue Aug 23, 2016 5:28 pm
Ekey wrote: Here we go
how to fuction ?
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Tue Aug 23, 2016 10:07 pm
I will share my new tool later, after some tests
godskin
Posts: 192 Joined: Sun Oct 04, 2015 2:27 am
Post
by godskin » Wed Aug 24, 2016 3:11 am
Ok
haibane
Posts: 6 Joined: Mon Mar 21, 2016 10:59 am
Post
by haibane » Wed Aug 24, 2016 7:59 am
it work perfect!
Ekey
Posts: 1383 Joined: Sat Aug 09, 2014 2:34 pm
Post
by Ekey » Wed Aug 24, 2016 9:59 am
Ok.
1) Copy tool to comfortable place with additional 11GB free space and run it.
2) Select game folder and push [DO IT!] > Wait until finish.
3) Now you can see folder named as "Fixed" in same place where is tool.
4) Run UModel > set Fixed folder as game folder and uncheck "Skeletal mesh" and "Animation"
5) Profit