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 Mods & Rez Modding › [TUT]Combat Arms Mod Making

[TUT]Combat Arms Mod Making

Posts 1–15 of 22 · Page 1 of 2
EpicPacMan
EpicPacMan
[TUT]Combat Arms Mod Making
Do not continue until you have read this entire post.
I will not be answering questions on the matter. If you fuck your shit up I am not responsible.


This tutorial will include how to use XN resource editor and PEid to edit files in your combat arms folder without corrupting them. This tutorial really isn't for dummies.

Some explanation is in order. HS checks the CRC(32) of each file to see if the game files have been altered. Wikipedia says:

A cyclic redundancy check (CRC) is a non-secure hash function designed to detect accidental changes to raw computer data, and commonly used in digital networks and storage devices such as hard disk drives. A CRC-enabled device calculates a short, fixed-length binary sequence, known as the CRC code or just CRC, for each block of data and sends or stores them both together. When a block is read or received the device repeats the calculation; if the new CRC does not match (or in some cases, cancel out) the one calculated earlier, then the block contains a data error and the device may take corrective action such as rereading or requesting the block be sent again.
Wikipedia also says:

CRCs are not, by themselves, suitable for protecting against intentional alteration of data (for example, in authentication applications for data security), because their convenient mathematical properties make it easy to compute the CRC adjustment required to match any given change to the data.
Seeing as how Nexon is fairly cheap, they use crc32 data checks.

Let's begin.


  1. Open the PEid I have attached.
  2. press the "..." button
  3. navigate to the dll you plan on editing
  4. double click it, or select it and hit open(or ok)
  5. in the lower right hand corner there is a button that looks like "->"
  6. click that, mouseover plugins then click CRC32
  7. COPY the numbers in the crc32 box and save them
  8. Go and edit your dll with a resource editor (I attached the one I use, it's easily the best one I've seen)
  9. Now that your done with your edits open your file in PEid again
  10. Open the crc32 plugin
  11. The crc has changed because you have edited it, put the crc you saved in the "New CRC" box
  12. Press the "Fix it!" button
  13. press the done button
  14. run combat arms to see your changes


The file that contains the loading screen cursor and most of the in game text and player variables is CRes.dll

EDIT: had some troubles with my screen shot so here is the link.
http://**********/0p86494393j

You can use the crc method to spoof anything as one of .rez file in the game folder to have white walls and not affect a patch negatively.


Now on to launchers. You can use the XNresource editor to edit the CA launcher to look differently as well as have it work through a patch (worked for me).

Just follow my instructions on the crc32 and the game will think it's a legit launcher @ patchday.

[YOUTUBE]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iUeXMpXiYgA&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iUeXMpXiYgA&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/YOUTUBE]

I made this video before any tuts came out on mpgh.
Sorry guys, no credits for anyone but me.

There are many things you can do with this exploit. Just be careful. If this is done properly, you WILL NOT corrupt your game. Sticky this. <3

Virustotal. MD5: 0a6f77d85b72e4cde460eb9559679e4f Virus.Win32.Trojan!IK (Suspicious) - DNAScan Suspicious File


These are FALSE positives. I use these programs on a daily basis.
If you don't trust me, use google at your own risk.
#1 · edited 17y ago · 17y ago
Sharpe
Sharpe
I read the whole post and I have no idea what the fuck you are talking about.
#2 · 17y ago
EpicPacMan
EpicPacMan
Quote Originally Posted by Sharpe View Post
I read the whole post and I have no idea what the fuck you are talking about.
#1 Don't spam my fucking thread with bullshit like this.
#2 I said READ THE POST. Don't skim.

This tutorial will include how to use XN resource editor and PEid to edit files in your combat arms folder without corrupting them. This tutorial really isn't for dummies.
#3 · 17y ago
WE
weaselm01
Nice thread

Followed all rules, as usual <3

/Approved

HaHa you owned Sharpe
#4 · 17y ago
User1
User1
I guess im a dummy nao o.o lol. Good tut, thx

wait, making stuff pink doesn't make it transparent
#5 · edited 17y ago · 17y ago
EpicPacMan
EpicPacMan
Quote Originally Posted by User1 View Post
I guess im a dummy nao o.o lol. Good tut, thx

wait, making stuff pink doesn't make it transparent
That is only for the launcher. It's how bitmaps handle transparency.
#6 · 17y ago
Pixie
Pixie
Quote Originally Posted by EpicPacMan View Post
#1 Don't spam my fucking thread with bullshit like this.
#2 I said READ THE POST. Don't skim.
Wow, that wasn't really spam post, he was saying he couldn't understand it pretty much, and for once, could you EVER calm down...
#7 · 17y ago
User1
User1
That was completely spam, if you have no idea what a person is talking about you don't have to cuss. Its only fair to return the favor
#8 · 17y ago
Barcode
Barcode
Quote Originally Posted by PixieCorp View Post
Wow, that wasn't really spam post, he was saying he couldn't understand it pretty much, and for once, could you EVER calm down...

Dude it was a spam post, just like your post, and mine actually. If you don't like how he acts, GTFO.

Very nice tut man, very detailed.
#9 · 17y ago
User1
User1
Hmm... When I put my CRes.dll and change the cursor, I changed the CRC check, then in-lobby, it would be the normal hand, then while going in-game b4 the map loading screen it would show the cursor i put in. If you need my CRes.dll for more info, i'll post it.
#10 · 17y ago
Grim
Grim
nice tut epic.. one thing tho.... LMAO AT THE MUSIC YOU USED FOR THAT VID!!!
#11 · 17y ago
VI
Vizz
Nice tutorial, looks hard.
#12 · 17y ago
Pixie
Pixie
Quote Originally Posted by Barcode View Post
Dude it was a spam post, just like your post, and mine actually. If you don't like how he acts, GTFO.

Very nice tut man, very detailed.
He couldn't understand, pretty much asking to explain it easier... Off-topic Conversation needs to stop or else people might get banned, so I will stop... And BTW, I can't even understand much of it either...
Off-topic conversation ended...
#13 · 17y ago
hsicarlos
hsicarlos
Nice tut. I just tried it out and it worked, but to many string values when I open it in the res editor :/. Takes a while to look through them all lol.
#14 · 17y ago
EpicPacMan
EpicPacMan
Quote Originally Posted by User1 View Post
Hmm... When I put my CRes.dll and change the cursor, I changed the CRC check, then in-lobby, it would be the normal hand, then while going in-game b4 the map loading screen it would show the cursor i put in. If you need my CRes.dll for more info, i'll post it.
I mention in my post that it's just the loading screen cursor. The normal cursor is somewhere in there. When I find it I'm making it the diablo 2 cursor. I'm just being lazy :/

Quote Originally Posted by hsicarlos View Post
Nice tut. I just tried it out and it worked, but to many string values when I open it in the res editor :/. Takes a while to look through them all lol.
Be careful when messing with those. I accidentally effed the variables that store the moving and shooting buttons. xD

Quote Originally Posted by PixieCorp View Post
He couldn't understand, pretty much asking to explain it easier... Off-topic Conversation needs to stop or else people might get banned, so I will stop... And BTW, I can't even understand much of it either...
Off-topic conversation ended...
It can't get any easier than this. I just lied. It can be easier, but I'll look like a condescending ass-face. Sharpe is just a troll. Dun get any simpler than that. The tutorials are meant for people who actually want to learn. Not for people who want it done for them.
#15 · 17y ago
Posts 1–15 of 22 · Page 1 of 2

Post a Reply

Similar Threads

  • a whole combat arms aimbot making tutorial plzBy jts88825 in Programming Tutorial Requests
    0Last post 17y ago
  • TUT Combat Arms and Windows 7 betaBy 7aphod in Combat Arms Hacks & Cheats
    10Last post 17y ago
  • source for combat arms hacks (make ur own hacksBy morzan364 in Combat Arms Hacks & Cheats
    15Last post 17y ago
  • Combat arms Hack makingBy Awsomehack in Programming Tutorial Requests
    2Last post 17y ago
  • How to make a Combat arms tut.By Evilipod in Combat Arms Hacks & Cheats
    7Last post 18y ago

Tags for this Thread

#arms#making#mod#tutcombat