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 › Combat Arms Coding Help & Discussion › Pattern Scan

Pattern Scan

Posts 1–12 of 12 · Page 1 of 1
GO
GoldWhite
Pattern Scan
Pattern Scan of Dip Engine can anyone give?
#1 · 13y ago
Flengo
[MPGH]Flengo
There's no need for DIP Engine. Just hook D3D DIP.

Do a midfunction hook after the first 5 bytes.
#2 · 13y ago
Saltine
Saltine
Quote Originally Posted by Flengo View Post
There's no need for DIP Engine. Just hook D3D DIP.

Do a midfunction hook after the first 5 bytes.
Or you can look into hotpatch hooking, its a feature windows implemented to allow patching executables without restarting.
#3 · 13y ago
DE
Departure
The hot patch nops are the first place any decent anti hack software looks, I am sure Hack shield would scan there if they are scanning the functions entry point. there is 6 bytes allocated just before the entry of the function these are normally nops 0x90 then on the function export table it will be the original address - 6 bytes, when this function is called with the new address there is normally a patch which jumps to another function, it goes something like that... it was years ago I played with microsoft hot patch area because its normally the first thing checked in any good hack detection software
#4 · edited 13y ago · 13y ago
Saltine
Saltine
Quote Originally Posted by Departure View Post
The hot patch nops are the first place any decent anti hack software looks, I am sure Hack shield would scan there if they are scanning the functions entry point. there is 6 bytes allocated just before the entry of the function these are normally nops 0x90 then on the function export table it will be the original address - 6 bytes, when this function is called with the new address there is normally a patch which jumps to another function, it goes something like that... it was years ago I played with microsoft hot patch area because its normally the first thing checked in any good hack detection software
Believe it or not, as of several patches ago (I haven't checked since), hotpatch hooking worked perfectly for DrawIndexedPrimitive :P
#5 · 13y ago
GO
GoldWhite
close please
#6 · 13y ago
Flengo
[MPGH]Flengo
Nexon doesn't really do shit.

I'll try it out. But I'm pretty sure it should still be working.

It wouldn't stand a chance against any real Anti-Hack programs.
#7 · 13y ago
Genesis
Genesis
Not sure if it's right but try this.

Code:
PATTERN: "\x8B\x08\x8B\x91\x48\x01\x00\x00\xFF\xD2\x8B\xE5\x5D\xC2\x14\x00"
MASK: "xxxxxxxxxxxxxxxx"
Search in Engine of course.
#8 · 13y ago
demtrios
demtrios
Well you can use the vtable 82 Dip not use any type of address and parese that undetectable
#9 · 13y ago
Ch40zz-C0d3r
Ch40zz-C0d3r
Quote Originally Posted by demtrios View Post
Well you can use the vtable 82 Dip not use any type of address and parese that undetectable
A normal vtable hook on 82 with ms detours (or any other detours) is detected :/
#10 · 13y ago
demtrios
demtrios
Quote Originally Posted by Ch40zz-C0d3r View Post
A normal vtable hook on 82 with ms detours (or any other detours) is detected :/
Yes mine is working perfectly
#11 · 13y ago
-Bl00d-
-Bl00d-
use Vtable
with modified "Clarkie detours"
works like a charm
#12 · 13y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • [Help] Pattern scanningBy pyton789 in Visual Basic Programming
    27Last post 15y ago
  • Auto-Updating hack through Patterns/Sig Scans?By Void() in Combat Arms Hack Coding / Programming / Source Code
    6Last post 13y ago
  • Scan these byte patternsBy Pingo in Call of Duty Black Ops Help
    7Last post 15y ago
  • File Scan hereBy Neogaidenx in Spammers Corner
    4Last post 18y ago
  • CE SCANS TAKING 4everBy A7X Oblivian in WarRock - International Hacks
    3Last post 20y ago

Tags for this Thread

None