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 › Game Hack & Cheat Development › General Game Hacking › Dead Frontier (Disabling Anti-cheats Help)

Dead Frontier (Disabling Anti-cheats Help)

Posts 1–15 of 42 · Page 1 of 3
pr2hack
pr2hack
Dead Frontier (Disabling Anti-cheats Help)
This game practically has no "public" aob hacks for it, so I decided to give it a try in exploiting hacks for the game. It's a zombie game and the developers seem to do a good job in scripting in anti-cheats. I notice that there was something fishy going on when they tried to patch the code for disabling zombie attack; patches are meant to stay permanent, not temporarily

I think they just gave up in rewriting the script and just applied in a cheat detector for the hack. Anyways, I would like some assistance in finding the string for the possible anti-cheat for disabling zombie attack.

How to extract .dll files from a unity game:

1. download .unity3d file from the game
2. use Unity3D Obfuscator and extract the .dll files
3. use .Net Reflector to view the scripts of the game
4. use Raw Data AoB Extractor to convert the strings to AoBs

*script language has to be set to IL when you open the .dll files with .Net Reflector
#1 · 12y ago
SI
sikici2
in which dll did you found the enemy attack? write it here or just pm me thnx
#2 · edited 12y ago · 12y ago
SI
sikici2
Quote Originally Posted by sikici2 View Post
which dll did you found the enemy attack? write it here or just pm me thnx
Can't find it....
#3 · 12y ago
pr2hack
pr2hack
Quote Originally Posted by sikici2 View Post
in which dll did you found the enemy attack? write it here or just pm me thnx
found in: Assembly-UnityScript.dll

view: CF_310222584c5c2b607a7f6e2380c2c743e2384901

you can already tell that this is one of the enemy functions for attacking...(vomit, scream, target distance, etc.)

screenshot proof:

*the image with the hex values is all of the aobs from "CF_310222584c5c2b607a7f6e2380c2c743e2384901" and I highlighted where I found the aob for disable zombie attack.
net-reflector-DF.jpg word-pad-aob-DF.jpg
#4 · edited 12y ago · 12y ago
SI
sikici2
ok thnx,but which string do we add to Raw Data AoB Extractor? i'm very confused..
i'm new to this stuff sry for my noob questions,ijust want learn.
#5 · edited 12y ago · 12y ago
pr2hack
pr2hack
i just copied the whole thing and converted it all to include the hex values in that program, then i dumped all of the hex values from the script and pasted them on word pad.

steps:
go to program and click on Unity tab, then paste whole script and click on generate instructions.
click on button Get AoB, paste it all on a word pad.
#6 · edited 12y ago · 12y ago
SI
sikici2
i think Raw Data AoB Extractor doesn't work on my w7-64 bit system,damned..i've pasted the code and clicked on get aob but nothing happens,bye the way i copy pasted this code here "CF_310222584c5c2b607a7f6e2380c2c743e2384901" is there any other extractor that works whit w7-64bit systems?
Which Op system do you use ? windows xp?
#7 · edited 12y ago · 12y ago
pr2hack
pr2hack
use the raw data aob extractor from konghack...that one is the one i use.

CF_310222584c5c2b607a7f6e2380c2c743e2384901, you search that on .net reflector in Assembly-UnityScript.dll
#8 · edited 12y ago · 12y ago
SI
sikici2
well testet it on program Combatibility and it says its uncompatible Application is there any other Tool or other way to find the aob's?
#9 · 12y ago
pr2hack
pr2hack
that program i use is an .exe file...you don't even have to install it. it can open on windows 7. suppose you can try to use the online version of the program.
#10 · 12y ago
SI
sikici2
you helped me alot,i found loot script but i'm very sure it is serversided,i would love to change the loot rates in this shit game,imagine you could loot a gau-19,how does it sound?
But somehow i think we could get admin script and banning all admins? hahahahaha
Big tanx for your help man!!!
#11 · edited 12y ago · 12y ago
SI
sikici2
can you make a video bec i still not get it!
You wrote:Quote" i just copied the whole thing and converted it all to include the hex values in that program, then i dumped all of the hex values from the script and pasted them on word pad."

pls make a video on how you did it,itry everything but i make something wrong....
#12 · 12y ago
pr2hack
pr2hack
yeah, i plan in making a tutorial on hacking unity games...
#13 · 12y ago
SI
sikici2


Found it finally
i don't need a video tut anymore
1_ActiveWindow.jpg
#14 · edited 12y ago · 12y ago
SI
sikici2
i found the security checker,but i dont know what it exactly checks,it could be anything...if you need to know where it is located just pm me.
Will not show anything on the forums.
#15 · 12y ago
Posts 1–15 of 42 · Page 1 of 3

Post a Reply

Similar Threads

  • Anti-Cheat Help.By Orange. in CrossFire Hack Coding / Programming / Source Code
    7Last post 14y ago
  • XSHOT Disable Anti Cheat processBy XPS Hacking in Mission Against Terror Hacks & Cheats
    28Last post 13y ago
  • How to Hack Dead Frontier: Disable Zombie Attack AbilityBy socom100 in Dead Frontier Hacks
    6Last post 12y ago
  • need help with Pirates Online Python injector hacks (Theres no anti-cheat shield)By POTCOHacks in General Game Hacking
    1Last post 14y ago
  • Need help unpack new anti cheatBy z03dsk8 in GameGuard
    2Last post 15y ago

Tags for this Thread

None