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 › DIP Hook

DIP Hook

Posts 1–15 of 69 · Page 1 of 5
…
SC
scimmyboy
DIP Hook
Code:
DWORD dwDIP_HOOK = 0x7B4F23;
DWORD dwDIP_RESTORE = dwDIP_HOOK+0x5
Code:
_declspec( naked ) void DIP_Hook( )
{
	_asm
	{
		MOV ECX, DWORD PTR DS:[EAX]
		MOV EDX, DWORD PTR DS:[ECX+0x148]
		PUSHAD
	}

	_asm
	{
		POPAD
		JMP[ dwDIP_RESTORE ]
	}
}
#1 · edited 15y ago · 15y ago
CO
CodeDemon
Awesome, thanks for sharing.
#2 · edited 15y ago · 15y ago
flameswor10
flameswor10
Ooh.. updated addresses? I'ma go test when my menu doesn't d/c anymore /
#3 · 15y ago
UGodly
UGodly
what does DIP hook do??
#4 · 15y ago
CR
Crash
Quote Originally Posted by UGodly View Post
what does DIP hook do??
Dips stuff in other stuff.

@scimmy : You got wrong address, that was the old one.
Change it to the new one.
#5 · 15y ago
MM
mmbob
You wwaaaaaaayyy right on.
#6 · 15y ago
|D
|Drake™|
Quote Originally Posted by UGodly View Post
what does DIP hook do??
=

Quote Originally Posted by mmbob View Post
You wwaaaaaaayyy off.
Crash said his addresses are wrong?
#7 · 15y ago
SC
scimmyboy
mmbob misread it.
#8 · 15y ago
whatup777
whatup777
To get the address is just Vtable[82] Correct?

Cause Im gonna use this method to hook SSS.
#9 · 15y ago
SC
scimmyboy
yea its correct
#10 · 15y ago
PP
ppl2pass
is this address correct? im too lazy checking it.
#11 · 15y ago
WH
whit
Nice Contribution Man..
#12 · 15y ago
SC
scimmyboy
Quote Originally Posted by ppl2pass View Post
is this address correct? im too lazy checking it.
yup. go sell it for 40 dollars
#13 · 15y ago
PP
ppl2pass
Quote Originally Posted by scimmyboy View Post
yup. go sell it for 40 dollars
sorry im no indian telemarketer.
#14 · 15y ago
SC
scimmyboy
Quote Originally Posted by ppl2pass View Post
sorry im no indian telemarketer.
no. u have no argument to refute what you have done.
#15 · 15y ago
Posts 1–15 of 69 · Page 1 of 5
…

Post a Reply

Similar Threads

  • DIP Hook.By Crash in Combat Arms Hack Coding / Programming / Source Code
    39Last post 16y ago
  • DIP Hook. Go RQBy pashak in Combat Arms Hack Coding / Programming / Source Code
    52Last post 15y ago
  • Dreafully slow 100% undetected DIP hookBy .::SCHiM::. in Combat Arms Hack Coding / Programming / Source Code
    6Last post 15y ago
  • Hooking Project Blackout [Help with DIP]By Andyi in Piercing Blow Hack Coding/Source Code
    9Last post 15y ago
  • Hook Function for DIP?By ipwnuuaal5 in Combat Arms Hack Coding / Programming / Source Code
    12Last post 16y ago

Tags for this Thread

None