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 Europe Hacks › hack shield bypass

Lightbulbhack shield bypass

Posts 1–15 of 20 · Page 1 of 2
IM
imno1
hack shield bypass
monster trashed my last post with spam while I was trying to collect information on the hack shield. As far as I can tell one of the main ways the hack shield works is by looking at the processes running on the computer so I have an idea of running the hacks from another computer via a local connection that way when the hack shield looks for the programs or processes it will find nothing but the hacks will still work as long as the computers are connected and turned on.

Ok I have done some research into this and I have found that my initial line of thought although possible is overly complex for the rewards though it would apparently be near impossible to patch however this option seems to have promise

Reflective DLL Injection
Under the Windows platform, library injection techniques both local and remote have been around for many years. Remote library injection as an exploitation technique was introduced in 2004 by Skape and JT. Their technique employs shellcode to patch the host processes ntdll library at run time and forces the native Windows loader to load a Dynamic Link Library (DLL) image from memory. As an alternative to this technique I present Reflective DLL Injection. Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process. As such the library is responsible for loading itself by implementing a minimal Portable Executable (PE) file loader. It can then govern, with minimal interaction with the host system and process, how it will load and interact with the host. Previous work in the security field of building PE file loaders include the bo2k server by DilDog. The main advantage of the library loading itself is that it is not registered in any way with the host system and as a result is largely undetectable at both a system and process level. When employed as an exploitation technique, Reflective DLL Injection requires a minimal amount of shellcode, further reducing its detection footprint against host and network based intrusion detection and prevention systems.
#1 · edited 17y ago · 17y ago
JM
jmc123
I din't bother to read it all, can you make it shorter and understandable?
#2 · 17y ago
skemper
skemper
lol what is it about anyways ?!
#3 · 17y ago
JU
juanrineytor
One thing is to ask for improving of text one thing is to being and ass and not being able to read the freaking first line to know what is this about O.o
#4 · 17y ago
revengeru
revengeru
Yeah, one guy talks serious shit and the morrons came to be smartasses
#5 · 17y ago
IM
imno1
Ok im going to make this as simple as possible
1. the hack shield mainly works by looking at programs running
2. what I am talking about is making an injector for dll files that doesn’t show up to the hack shield
3. if it works we could use something conceptually similar for things like headshot.exe

In super short the dll files inject themselves so the hack shield can’t see them.

If this pans out our hacks will be unstoppable (evil laugh)
#6 · edited 17y ago · 17y ago
master11
master11
or even better--> code a ring0 hack ring zero hacks looks like a cdrom drive for hackshield so it cant detect a hack only a cdrom drive and thats normal in a pc
#7 · 17y ago
IM
imno1
I saw something like that a while ago on a different game but it seems that to work properly it needs to be burnt to a disk or it leaves a distinct mark in processes some games have a patch against it so it can be done but I like your idea of covering up the process with a standard operation
#8 · 17y ago
IM
imno1
Ok I have come up with a very different method here but much simpler to bypass the hack shield.

I am trying to find a way so that if you have a duel core processor you can limit windows to one core then you can run Virtual PC (emulated windows) on the second core. If you also limit engine.exe to the first core it shouldn’t be able to detect any programs started on Virtual PC even if they aren’t limited to one core they won’t show under normal windows processes but they will be able to work with processes on the first core. I should be able to test it very soon if I can find a way to limit windows to one core but until then this is all in theory.
#9 · 17y ago
master11
master11
nice and good idea...i have dual core processor. But what do you mean with vitual pc did you mean vmware player? I dont think that you can limit windows to one core But i have an idea...I heard about Viruses that wont be shown in the taskmanager perhaps hackshield only scan progresses that are in the taskmanager?
#10 · 17y ago
IM
imno1
Virtual PC is a way of emulating an operating system such as windows allowing you to have two independent operating systems running at once.
As for limiting windows to one core you can turn either core off if you want or limit processes to one of the cores that you choose showing that they can run independently, its just a case of isolating the windows system and confining it to one core but that’s easier said than done, we could limit the windows processes to one core and see if that works or we might have to get new kernel drivers but that would take a long time if it hasn’t already been done.
#11 · 17y ago
IM
imno1
Ok I have found which processes need to be isolated but the system wont let me its because it wants to stay in control im looking into it further.

System
smss.exe
csrss.exe
winlogon.exe
Services.exe
lsass.exe
svchost.exe
svchost.exe
svchost.exe
explorer.exe
taskmgr.exe

you must not try to isolate System Idle Process or the system will crash
#12 · 17y ago
i hate EVERYONE
i hate EVERYONE
I DON'T UNDERSTAND YOU NERDS!!!!!!!!!!!!!!!!!!!!!!!
#13 · 17y ago
IM
imno1
I have found all the information and programs I need to begin tests however I am going to be busy for the next few days so I might not get back to you immediately with results, but I will post all relevant information as and when I get the time.

And I hate EVERYONE you need to understand that what we are doing is going to become complicated and that inexperienced users might not understand what we are saying.
When we are done we will make it more user friendly.
#14 · 17y ago
JM
jmc123
Quote Originally Posted by imno1 View Post
Ok im going to make this as simple as possible
1. the hack shield mainly works by looking at programs running
2. what I am talking about is making an injector for dll files that doesn’t show up to the hack shield
3. if it works we could use something conceptually similar for things like headshot.exe

In super short the dll files inject themselves so the hack shield can’t see them.

If this pans out our hacks will be unstoppable (evil laugh)
If you make it happen, I would love you! but not in the creepy way
#15 · 17y ago
Posts 1–15 of 20 · Page 1 of 2

Post a Reply

Similar Threads

  • hack shield bypass...By viper131 in Combat Arms Hacks & Cheats
    1Last post 18y ago
  • Hack Shield BypassBy topblast in Combat Arms Hack Coding / Programming / Source Code
    11Last post 15y ago
  • Hack shield bypass for all nubsBy Jazz in Combat Arms Hacks & Cheats
    15Last post 18y ago
  • Can someone send me a hack shield bypass that works?By fishout in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • Trade my hack or bypass for level 13-16 Warrock accountBy ultimo_hacker in Trade Accounts/Keys/Items
    2Last post 19y ago

Tags for this Thread

#bypass#hack#shield