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 › Other MMORPG Hacks › Piercing Blow Hacks & Cheats › Piercing Blow Hack Coding/Source Code › My Hack crashes after 10 min.

My Hack crashes after 10 min.

Posts 1–11 of 11 · Page 1 of 1
AN
Andyi
My Hack crashes after 10 min.
hey all,

idk why my d3d hack is crashing so i hope anyone can help me ^.^
I'm using normal vTable Hook and do only hook DIP [Draw Indexed Primitive].
I saw that HS unhooks it after about a minute so i tried the following:

Code:
DWORD dwDrawIndexedPrimitive = GetAddressPtr(82);
		if( memcmp((void*)dwDrawIndexedPrimitive,(void*)"some bytes","private")==0 )
		{
			pDrawIndexedPrimitive = (oDrawIndexedPrimitive)DetourCreateB8(dwDrawIndexedPrimitive, (DWORD)myDrawIndexedPrimitive, 12);
		}
So rehook is working..
DetourCreateB8 is a Detour Function made by Croner which also worked a long time in WarRock.

I just made a little wallhack is you press numpad1 and got the stride by this function

Code:
if(pDevice->GetStreamSource(0, &StreamBuffer, &OffsetInBytes, &m_Stride) == D3D_OK)
	{
		StreamBuffer->Release();
	}
Now after 10-15 min of playing (INGAME!, not in lobby) i get that cr4p:


Hope you can help if my detour is DT or what ever idk^^
#1 · 15y ago
Scruffy
Scruffy
moved to hack coding section. people will help you here
#2 · 15y ago
WH
whit
Hook Midfunction into d3d9.dll
I would link you to a good tutorial but i cant post outside links
#3 · 15y ago
AN
Andyi
Quote Originally Posted by whit View Post
Hook Midfunction into d3d9.dll
I would link you to a good tutorial but i cant post outside links
I wrote a pm please send me the link
#4 · 15y ago
Dave84311
[MPGH]Dave84311
Mid-function hooks are messy... Do not use them unless you have to.

You probably overwrote some asm instructions and did not restore them.
#5 · 15y ago
WH
whit
Quote Originally Posted by Dave84311 View Post
Mid-function hooks are messy... Do not use them unless you have to.

You probably overwrote some asm instructions and did not restore them.
they may be messy but they work and are easy to understand/use
#6 · 15y ago
AN
Andyi
Mh i dont think that i overwrote something that makes the game crash..
I just tried out Midfunction but game crashs when DIP is active (means your login in)
#7 · 15y ago
goblox
goblox
in 32 ...??? did u do winloop....???
#8 · 15y ago
AN
Andyi
i got x86 (32 bit) if you mean that
And i got have a loop to rehook because i'm checking with memcmp the D3D9 Bytes to know when i have to rehook?
#9 · 15y ago
CH
Chandielz
mungkin terjadi kesalahan di dalam Source Code nya
#10 · 15y ago
GU
Guirocksxd
Hey if you have any doubt about blocking anticheaters or bugtrap search for brazilian sites, nbut we don´t have any hack.
you certainly have to block bugtrap try to block bugtrap with a program called Process Hacker.
#11 · 15y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Tags for this Thread

None