Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023.
If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe

Search found 1798 matches

by Ekey
Fri Jul 06, 2012 1:24 pm
Forum: Game Localization
Topic: Battle of the Immortal / War of the Immortals / STR and TAS
Replies: 0
Views: 1116

Battle of the Immortal / War of the Immortals / STR and TAS

Here tool for decrypt and encrypt back STR and TAS files in Data\Task folder for localization :) Usage BOIWOIDecrypt.exe <inFile> <outFile> Example Decrypt BOIWOIDecrypt.exe 4096.str 4096.str.txt BOIWOIDecrypt.exe 4096.tas 4096.tas.txt Example Encrypt BOIWOIDecrypt.exe 4096.str.txt 4096.str BOIWOIDe...
by Ekey
Fri Jul 06, 2012 2:39 am
Forum: Code Talk
Topic: Alvegia Online ENC Decrypting
Replies: 2
Views: 1626

Alvegia Online ENC Decrypting

All resource stored in default ZIP and encrypted by XOR + CRC32. All files have extension .enc Algo: static unsigned char szKey[128] = { 0x97, 0xC3, 0x95, 0x77, 0x2D, 0xFB, 0x45, 0x33, 0xB2, 0xDD, 0x35, 0x89, 0x22, 0x0F, 0x3F, 0x31, 0x78, 0xD2, 0x4E, 0xFC, 0x35, 0xBD, 0x47, 0x5C, 0x81, 0x99, 0x4C, 0...
by Ekey
Thu Jul 05, 2012 12:26 pm
Forum: Game Archive
Topic: REQUEST: Star Trek Online .mest file format
Replies: 5
Views: 3784

Re: REQUEST: Star Trek Online .mest file format

I think it's model file.
by Ekey
Thu Jul 05, 2012 12:40 am
Forum: Game Localization
Topic: MStar Online encrypted UE3 localization files (.KOR)
Replies: 3
Views: 3007

Re: MStar Online encrypted UE3 localization files (.KOR)

Ooops again necroposting :keke: Anyway here tool. [Usage] MStarDecrypt.exe <inFile> <outFile> [Decrypt] MstarDecrypt.exe DefaultGame.ini DefaultGame.ini.txt MstarDecrypt.exe PrjNBrandList.kor PrjNBrandList.kor.txt [Encrypt] MstarDecrypt.exe DefaultGame.ini.txt DefaultGame.ini MstarDecrypt.exe PrjNBr...
by Ekey
Wed Jul 04, 2012 11:16 pm
Forum: Game Archive
Topic: Order of Magic Online
Replies: 14
Views: 2911

Re: Order of Magic Online

Yep
by Ekey
Wed Jul 04, 2012 7:35 pm
Forum: Game Archive
Topic: Order of Magic Online
Replies: 14
Views: 2911

Re: Order of Magic Online

So new script for all pak's work fine. Thanks :)
by Ekey
Wed Jul 04, 2012 5:00 pm
Forum: Game Archive
Topic: Capcom's MT Framework (DR, RE5, DMC4, LP, MvC, DD, etc)
Replies: 61
Views: 30314

Re: Capcom's MT Framework (DR, RE5, DMC4, LP, MvC, DD, etc)

I'll definitely add PC support at some point, but it'll take some work as I need to add support for zlib compression and right now I'm busy with another project. Thanks for liking the program. Dont worry about PC . Console rulezzzz :D joke I do not think so. For console is much more difficult to wr...
by Ekey
Wed Jul 04, 2012 3:59 pm
Forum: Code Talk
Topic: Audition 2 SF Decrypting (Need some Help)
Replies: 3
Views: 2591

Re: Audition 2 SF Decrypting (Need some Help)

Source for testing (found algo generating key) static unsigned long A2Key[400]; errno_t __cdecl A2GenKey() { errno_t result; unsigned int v1; unsigned int v2; unsigned int v3; unsigned int v4; unsigned int v5; unsigned int v6; unsigned int v7; unsigned int v8; unsigned int v9; unsigned int v10; unsi...
by Ekey
Wed Jul 04, 2012 3:47 pm
Forum: Game Archive
Topic: Order of Magic Online
Replies: 14
Views: 2911

Re: Order of Magic Online

Hehe good job :) for db work fine. for all other -> - the script has requested to load a function from the dll MEMORY_FILE3 do you want to continue (y/N)? y - library MEMORY_FILE3 loaded at address 0B6E0000 - function found at offset 0B6E0000 Error: the compressed LZO input is wrong or incomplete (-...
by Ekey
Wed Jul 04, 2012 11:11 am
Forum: 3D/2D models
Topic: Game client download requests
Replies: 31
Views: 7542

Re: Game client download requests

iaw wrote:
Ekey wrote:Any one have client http://ds.hangame.com ? :)
client:

Code: Select all

http://dsdown.hangame.com/pub/PUBDSTRIKER/real/setup/DungeonStriker_CBT.exe
Thanks :)
by Ekey
Tue Jul 03, 2012 7:26 pm
Forum: Game Archive
Topic: Order of Magic Online
Replies: 14
Views: 2911

Re: Order of Magic Online

Yep cuted chunks for test from pak file. db.pak - select the output folder where extracting the files - open input file D:\Order of Magic\Data\db.pak - open script D:\OM.bms - set output folder D:\EXTTEST\ offset filesize filename ------------------------------ Error: incomplete input file number 0,...
by Ekey
Tue Jul 03, 2012 7:12 pm
Forum: 3D/2D models
Topic: Game client download requests
Replies: 31
Views: 7542

Re: Game client download requests

Any one have client http://ds.hangame.com ? :)
by Ekey
Tue Jul 03, 2012 7:01 pm
Forum: Game Archive
Topic: ArcheAge Online
Replies: 131
Views: 70772

Re: ArcheAge Online

All info about decrypting you can read the above. I assume that the key might have changed in current CBT or OBT.
by Ekey
Tue Jul 03, 2012 6:38 pm
Forum: Game Archive
Topic: Order of Magic Online
Replies: 14
Views: 2911

Re: Order of Magic Online

Oh T_T necroposting :keke: here algo typedef unsigned char _BYTE; void Decrypt(int a1, int a2, int a3) { int v4; unsigned __int8 i; int v6; char v7; v4 = 0; for ( i = 115; v4 < a2; *(_BYTE *)v6 = i ^ v7 ) { v6 = v4 + a3; i = (i >> 7) + 2 * i; v7 = *(_BYTE *)(v4 + a3 + a1 - a3) ^ (v4 + v4 / 0xFFu); +...