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 › Hacksheild bypass stuff

Hacksheild bypass stuff

Posts 1–15 of 91 · Page 1 of 7
…
i7vSa7vi7y
i7vSa7vi7y
Hacksheild bypass stuff
ok i got this from another site. i will not name but maybe this can help some ppl bypass the hacksheild. i havnt tried this but I DID NOT MAKE THIS OR WAS IN ANY PART!! BTW HIT THE THANKS BUTOON XD
This will work on the newest update, just got to do a bit of work..

Alright so you want to bypass Hackshield, First Get a clean install of Combat Arms updated to the latest version [Ver_US_0.5.2423(18)]-[20080820_131138]. Now Fyyre states that the easiest way to bypass hackshield, is to just stop it from loading in the first place. I can't argue with that. So rename your HShield folder to something else, in this case I rename it to zzzHshield. Now that the Hackshield files can't be found by the game, they won't be able to be loaded. But now when you run the game you will get an error saying that the protection modules failed to update. We need to get rid of this error. Now the engine for combat arms is packed with upx, but when trying to use the standard unpacker upx provides, it gives an error saying that can't unpack. So the tool I used was PE explorer. Just open engine.exe with PE explorer and then save it as something other then the original. I will refer to it as zzzEngine.exe. (At this point I renamed my original engine to OriginalEngine.exe and zzzEngine to Engine.exe). Now load up the unpacked engine into ollydbg. The string we will be searching for is "Fail to update". The result should be
Code:

00505EF1 . 68 A8C06600 PUSH Engine.0066C0A8

; |format = "Fail to update protection modules! - ErrorCode [0x%08X]"

Basically we want this box not to pop up. Scrolling up a bit you see
Code:

00505EEA . 74 2F JE SHORT

Engine.00505F1B

Which makes the message box pop up. Changeing the JE to JNZ though will prevent it from popping up!

So now get your favorite hex editor (I use ollydbg) and search for 74 2F and change it to 75 2F and save the result. Now fireup combat arms. AH! An invalid file has been installed. Once again same method, lets search. The result of your search

should be
Code:

00505FF0 . 68 28C06600 PUSH Engine.0066C028 ; |Text = "An invalid file has been

installed.
Please reinstall the file."

Once again same method will be used, find the JE and change it to JNZ. The offset is 00505FE0 . 74 22 JE SHORT Engine.00506004. Now try running again. Compatibility mode!?! Once again

search, & result
Code:

0050600B . 68 D8BF6600 PUSH Engine.0066BFD8 ; |Text = "The program is

running on compatibility mode.
The program is shutting down."

Once again JE to JNZ. This is the offset 00505FDB

. 74 42 JE SHORT Engine.0050601F. JE TO JNZ TIME! Now run once again. Another instance is running (liars). Now I'm going to save us a lot of time and just tell you everything to nop because you end up going through this process like 10

times.
Code:

00505FDB . 74 42 JE SHORT Engine.0050601F
00505FD9 7F 5F JG SHORT Engine.0050603A
00505FD9 7F 5F JG SHORT Engine.0050603A
0050603F . 74 4B JE SHORT Engine.0050608C
00506044 . 74 2E JE SHORT Engine.00506074
005060BA . 74 2E JE SHORT Engine.005060EA
00505FCE . 0F84 D0000000 JE Engine.005060A4

IT starts up now! But now it says that the file is corrupt. Now searching for this string will be futile because its somehow hidden. So the next best thing is to get the crc32 of the first file and subsitute it for the modified version so that the game thinks were using an unmodified version. Using PEiD and the crc32 plugin you can see the original crc32 is BBAF654E, Now change the crc32 of the modified engine to that. Now hopefully if you've done everything right, you will be able to start combat arms without hacksheild starting =p

Credits:
Zephyrous
DeadlyData
Fyyre
pooping99
King-Orgy

Tools used:
OllyDbg 1.10
PE Explorer
Download PE Explorer/Editor application, DLL Viewer, EXE Ressource Editor and Disassembler, Borland Delphi EXE Editor.
#1 · edited 18y ago · 18y ago
bartjr
bartjr
wow thx i hope this will help coders make a new bypass!
#2 · 18y ago
i7vSa7vi7y
i7vSa7vi7y
yep thats what i am hoping XD
#3 · 18y ago
Jazz
Jazz
thats alot of fking work
LOL, i just gotta sit back and relax and get my heks :P
#4 · 18y ago
MO
momo222
any proof that this works/ Like u using the trainer in Game?
Picture would benice
#5 · 18y ago
crazykid401
crazykid401
nice on dude

[IMG]http://gdpi*****m/avatars_pictures/animated/gdpit_com_45464553_125.gif[/IMG]
#6 · 18y ago
MO
momo222
whoops EDIT: Shudda read full thread Lol...sorry
#7 · 18y ago
i7vSa7vi7y
i7vSa7vi7y
Quote Originally Posted by momo222 View Post
any proof that this works/ Like u using the trainer in Game?
Picture would benice
1st of all its not a trainer 2nd i said i have not tested it. read man read
#8 · 18y ago
bartjr
bartjr
Quote Originally Posted by momo222 View Post
any proof that this works/ Like u using the trainer in Game?
Picture would benice

wow what a choob....

dude this is for hackers to help them make a bypass there r no pica and this isnt a trainer....
#9 · 18y ago
Jazz
Jazz
Quote Originally Posted by bartjr View Post
wow what a choob....

dude this is for hackers to help them make a bypass there r no pica and this isnt a trainer....

ALL YOU DO IS FUCKING FLAME ALL DAY LONG
GO TO HELL

"FLAME STATION"
#10 · 18y ago
i7vSa7vi7y
i7vSa7vi7y
btw a thanks would be awsome XD
#11 · 18y ago
MO
momo222
Quote Originally Posted by bartjr View Post
wow what a choob....

dude this is for hackers to help them make a bypass there r no pica and this isnt a trainer....
Listen fkn asshole i said sorry i didnt read so, STfu nd calm ur nipples
#12 · 18y ago
i7vSa7vi7y
i7vSa7vi7y
Quote Originally Posted by momo222 View Post
Listen fkn asshole i said sorry i didnt read so, STfu nd calm ur nipples
LMAO HAHAHA LMAO
#13 · 18y ago
Jazz
Jazz
yea barts an asshole
he flames all the choobs when they dont know anything
#14 · 18y ago
i7vSa7vi7y
i7vSa7vi7y
LMAO I HOPE HAROLD LOOKS AT THIS IMA PM HIM
#15 · 18y ago
Posts 1–15 of 91 · Page 1 of 7
…

Post a Reply

Similar Threads

  • HackSheild Bypass AddressesBy TheBigBoy in Combat Arms Hack Coding / Programming / Source Code
    39Last post 16y ago
  • [Leeched] Hack Adresses/HackSheild BypassBy 0h3mg33 in Combat Arms Coding Help & Discussion
    9Last post 15y ago
  • Hack Adresses/HackSheild BypassBy superadmins in Combat Arms Hack Coding / Programming / Source Code
    3Last post 15y ago
  • Hwo to bypass school stuff?By FangedBeast in General Hacking
    8Last post 15y ago
  • EXTRA STUFF WIT BYPASS/chamsBy crusader1 in Combat Arms Hacks & Cheats
    2Last post 18y ago

Tags for this Thread

#bypass#hacksheild#stuff