Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Combat Arms Hacks & Cheats › Combat Arms Hack Coding / Programming / Source Code › Text Decrypter

PostText Decrypter

Posts 1–12 of 12 · Page 1 of 1
SO
SoNoS
Text Decrypter
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):
SoNoS Text Decrypter_mpgh.net.rar
#1 · 3y ago
AK
Akya
good release rep
#2 · 3y ago
meme
[MPGH]meme
//approved
#3 · 3y ago
SO
SoNoS
FYI
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.
#4 · 3y ago
QQ
qqshutup
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
#5 · 3y ago
SO
SoNoS
Quote Originally Posted by qqshutup View Post
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/blob/master/libs/CryptMgrptmgr.h#L11-L35
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.
#6 · 3y ago
QQ
qqshutup
Quote Originally Posted by SoNoS View Post
...
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

DecryptAttributes_mpgh.net.zip
#7 · edited 3y ago · 3y ago
redfence
redfence
Thanks. I used to use online tools but having something standalone on my comp is handy.
#8 · 3y ago
supercarz1991
supercarz1991
How do you get a license key for 1.1?
#9 · 3y ago
IU
iuricosta59
Quote Originally Posted by qqshutup View Post
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


o que voces usam para criptografar o arquivo novamente para nao dar erros ??

- - - Updated - - -

Quote Originally Posted by qqshutup View Post
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


o que voces usam para criptografar o arquivo novamente para nao dar erros ??

- - - Updated - - -

Quote Originally Posted by SoNoS View Post
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):
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
#10 · edited 1y ago · 1y ago
supercarz1991
supercarz1991
Quote Originally Posted by iuricosta59 View Post
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
its expected to get an error. You can't just decrypt, edit, encrypt, replace. you need a modding bypass, which I don't believe exists rightnow
#11 · 1y ago
IU
iuricosta59
Quote Originally Posted by supercarz1991 View Post
its expected to get an error. You can't just decrypt, edit, encrypt, replace. you need a modding bypass, which I don't believe exists rightnow
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.
#12 · edited 1y ago · 1y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • Text Encrypter and DecrypterBy rileyjstrickland in Visual Basic Programming
    3Last post 13y ago
  • Stylish Text TutorialBy Bull3t in Tutorials
    13Last post 20y ago
  • Simple Reflective TextBy Chronologix in Tutorials
    4Last post 20y ago
  • Green TextBy sealteam4 in WarRock - International Hacks
    4Last post 20y ago
  • Project 8 - Taking Suggetions for Text.By sf0d in Art & Graphic Design
    10Last post 20y ago

Tags for this Thread

None