Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Closers Online CBT (.CMF)

Featured Replies

  • Author
  • Localization

Starlinker, posted Fri Aug 22, 2014 1:01 pm (230)


Hi. Can someone help with files? :roll:

Samples
Code:
https://www.sendspace.com/file/w4zw30


Download client
Code:
http://closers.dn.nexoncdn.co.kr/CLOSERS_FULL_CLIENT/CLOSERS_SETUP.exe
http://closers.dn.nexoncdn.co.kr/CLOSERS_FULL_CLIENT/CLOSERS_SETUP.z01
http://closers.dn.nexoncdn.co.kr/CLOSERS_FULL_CLIENT/CLOSERS_SETUP.z02


Thank you! :mrgreen:
  • Author
  • Localization

Ekey, posted Fri Aug 22, 2014 1:07 pm (231)


Table looks like xored
  • Author
  • Localization

Ekey, posted Fri Aug 22, 2014 10:03 pm (237)


Ok. Here i written small tool for decrypting tables. Encryption is SWAP XOR.

Edited: Done
  • Author
  • Localization

Ekey, posted Sat Aug 23, 2014 10:38 am (242)


Job done.

Edited: See below.
  • Author
  • Localization

Ekey, posted Sat Aug 23, 2014 2:28 pm (245)


Encrypted files with extensions *.LUA , *.XET, *.TET *.FX.. Algo SEED in CBC mode SWAP XOR

Code:
pSeed_Key1      dd 14999F34h, 317AD2ACh, 8652EA9Eh, 0D1B57149h
pSeed_Key2      dd 31DDAC84h, 29FF5489h, 0EE605CA3h, 1674FA07h

j_SEED_CBC_init(&ctx, 0, pSeed_Key1, pSeed_Key2);
j_SEED_CBC_Process((int)&ctx, pBuffer, 32, (int)pDstBuffer, (int)&dwSize);


Script xor keys

Code:
set SCRIPT_KEY1 "0x826CCAB8"
set SCRIPT_KEY2 "0x46A2C7F2"
set SCRIPT_KEY3 "0x90DC3AFD"
  • Author
  • Localization

Ekey, posted Sat Aug 23, 2014 4:01 pm (246)


Script updated. Supported decrypting LUA and ect. files. Some files can not be decompressed because windowBits -15. Use > offzip -z -15 -a. I temporary set unzip_dynamic and dunno how avoid it :)

Edited: See below.
  • Author
  • Localization

Starlinker, posted Sat Aug 23, 2014 5:20 pm (248)


WoW! Thank you so much! :)
  • Author
  • Localization

Ekey, posted Sat Aug 23, 2014 8:02 pm (251)


Updated script again. Tidied script code, removed unused data and some changes :)
  • Author
  • Localization

Ekey, posted Tue Jan 06, 2015 9:13 pm (2489)


Updated for OBT version. Problem with decompressing some files from the memory is still there. I do not know what could be wrong. Use OffZip for example :)

Download: see below
  • Author
  • Localization

raykingnihong, posted Thu Jan 08, 2015 5:36 am (2551)


Ekey wrote:
Updated for OBT version. Problem with decompressing some files from the memory is still there. I do not know what could be wrong. Use OffZip for example :)
Hi Ekey My friends, thank you for your great work, I downloaded the client, but cannot install, possibly Korea client upgrades, requires a new file.
  • Author
  • Localization

Ekey, posted Thu Jan 08, 2015 8:44 pm (2581)


raykingnihong wrote:
Ekey wrote:
Updated for OBT version. Problem with decompressing some files from the memory is still there. I do not know what could be wrong. Use OffZip for example :)
Hi Ekey My friends, thank you for your great work, I downloaded the client, but cannot install, possibly Korea client upgrades, requires a new file.

Redownload client here
  • Author
  • Localization

raykingnihong, posted Fri Jan 09, 2015 8:14 am (2587)


Ekey wrote:
raykingnihong wrote:
Ekey wrote:
Updated for OBT version. Problem with decompressing some files from the memory is still there. I do not know what could be wrong. Use OffZip for example :)
Hi Ekey My friends, thank you for your great work, I downloaded the client, but cannot install, possibly Korea client upgrades, requires a new file.

Redownload client here
Hi Ekey My friends, thank you for your help
  • Author
  • Localization

bachou, posted Tue Mar 08, 2016 11:45 pm (11851)


Ekey wrote:
Updated for OBT version. Problem with decompressing some files from the memory is still there. I do not know what could be wrong. Use OffZip for example :)


hello, can you make repack tool too please ?
  • Author
  • Localization

Ekey, posted Wed Jun 01, 2016 1:19 pm (13891)


Updated script. Now support CMF from Indonesian client. Decrypting game scripts not supported anymore because they uses modified SEED algorithm (use COSTool and OffZip for now).

COSTool usage:

Code:
COSTool  


Example
Code:
COSTool "D:\Unpacked\STRING_TABLE_QUEST3_USA.LUA" "D:\Unpacked\STRING_TABLE_QUEST3_USA.LUA.dec"


After decrypt use OffZip for decompress.

Code:
offzip -z -15 -a "D:\Unpacked\STRING_TABLE_QUEST3_USA.LUA.dec" "D:\Unpacked" 0


bachou wrote:
hello, can you make repack tool too please ?

Script not supports for reimport and repack files.

COSTool_0.1.rar

closers_cmf_unpack_0.4.rar

  • Author
  • Localization

bachou, posted Thu Jul 21, 2016 7:53 am (15500)


hey ekey, could you leech the new link to manually download game files ? the old ones dont work anymore (ex : DAT26000.CMF) i tried to decompile the client_code.lua but it didn't work with luac, the output file is 0kb
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.