5407tv64l1 (2 Weeks Ago),77GUY77 (01-01-2025),Akya (11-28-2022),FaceOfAmerica (12-13-2022),jaquito (04-16-2023),ReporterXxX (09-26-2023),xdevnull (11-29-2022)
Hello folks,
A while ago, I shared Combat Arms decrypted attributes files in this forum. Here is the tool that I made and used to decrypt and encrypt the files back then.
VirusTotal:
https://www.virustotal.com/gui/file/...630bad944f94d0
Image (How to decrypt Combat Arms files) (Included in the archive file):
![]()
5407tv64l1 (2 Weeks Ago),77GUY77 (01-01-2025),Akya (11-28-2022),FaceOfAmerica (12-13-2022),jaquito (04-16-2023),ReporterXxX (09-26-2023),xdevnull (11-29-2022)
SoNoS (01-03-2023)
SoNoS (01-03-2023)
Would like to mention that this tool can also be used for everything not just Combat Arms as the encryption and decryption methods are based on actual algorithms using Chilkat lib.
Whenever I have needed to decrypt something I have used online tools: https://twofish.online-domain-tools.com
Rez Attributes
Function: Two Fish
Mode: CBC
Key (Hex): 620C724A2FF22C975B5A2B9C21430820227B3D2800193AAA4C F3128803AC3ABD
Profile File and other files:
Function: Blow Fish
Mode: ECB
Key (Plain): seungho
It is quite simple actually, you can find implementation of BlowFish in Lithtech's own SDK: https://******.com/jsj2008/lithtech/...tmgr.h#L11-L35
SoNoS (01-03-2023)
This is the tool that I was using too. However, one problem was that there was a size limitation, so I couldn't decrypt large files.
Thanks for sharing all of the information though.
If anyone wants to encrypt the files back, you just have to make sure that the file length (the one in the bottom bar in Notepad++) is a multiple of 16 or divide it by 16 and see if it gives you an integer. If not, then add some extra spaces somewhere, maybe at the bottom of the file.
![]()
I don't have my version to encrypt compiled, I found only the c++ version to decrypt the attributes, just put the executable in the same location as the files and it will create a folder called Decrypted with all the decrypted files there.
VirusTotal Link
Last edited by Ben; 06-16-2023 at 05:19 PM.
acan80 (01-11-2023),homey68 (04-10-2023),ReporterXxX (06-16-2023),Skaterforeva1 (03-26-2023)
Thanks. I used to use online tools but having something standalone on my comp is handy.
How do you get a license key for 1.1?
commando: You're probably the best non-coder coder I know LOL
o que voces usam para criptografar o arquivo novamente para nao dar erros ??
- - - Updated - - -
o que voces usam para criptografar o arquivo novamente para nao dar erros ??
- - - Updated - - -
ola, voce usa esse programa para descriptografar e para criptografar? meu combat arms esta dando erro ao modificar o arquivo e criptografar-lo, mesmo apos o rez patch
Last edited by iuricosta59; 01-25-2025 at 12:49 PM.
eu tenho um bypaas feito por SoNoS que ainda esta funcionando, deu certo descrypt e encript novamente, SoNoS falou sobre quando fosse criptografar novamente tinha um numero que dividindo por 16 tem que da um valor exato, e foi o que fiz, quando numero grande dividido por 16 da quebrado o codigo não funciona e crasha o game.
Last edited by iuricosta59; 02-07-2025 at 09:17 PM.