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 › [Help] Gord's Hook

[Help] Gord's Hook

Posts 1–15 of 62 · Page 1 of 5
…
SH
Shimmy-
[Help] Gord's Hook
This is my hook
Code:
DWORD WINAPI HookD3DApis(LPVOID)
{

while ( !Base.IsGameReadyForHook() )
	Sleep(iWaitTime);
	
	FindPointer();

	bool bValid = false;
    while(true) {
		
        bValid = GetAddressPtr(0) > 0;

        if(bValid) {

			Base.Update();

        }
        
        Sleep(300);
    }

    return 1;
}
And in Base.Update I have
Code:
void cBase::Update(void)
{
	while(1)
	{
		this->PushToConsole( "ShowFps 1");
		Sleep(iRenderSpeed);
	}
}
For some reason, I still dc after a minute after I log in.
Might the problem be the console command not the hook?
#1 · 16y ago
Frit0
Frit0
Quote Originally Posted by Shimmy- View Post
This is my hook
Code:
DWORD WINAPI HookD3DApis(LPVOID)
{

while ( !Base.IsGameReadyForHook() )
	Sleep(iWaitTime);
	
	FindPointer();

	bool bValid = false;
    while(true) {
		
        bValid = GetAddressPtr(0) > 0;

        if(bValid) {

			Base.Update();

        }
        
        Sleep(300);
    }

    return 1;
}
And in Base.Update I have
Code:
void cBase::Update(void)
{
	while(1)
	{
		this->PushToConsole( "ShowFps 1");
		Sleep(iRenderSpeed);
	}
}
For some reason, I still dc after a minute after I log in.
Might the problem be the console command not the hook?

Its not the console its the hook, at least thats my conclusion. Same happens if your not hooking the console. Give it a shot then let us know.
#2 · 16y ago
ac1d_buRn
ac1d_buRn
LOL. whats the point of using gordons method if your not going to hook anything with the function?
#3 · 16y ago
Mr.Magicman
Mr.Magicman
Mine isnt crashin buts its not hooking or something...
#4 · 16y ago
SH
Shimmy-
Quote Originally Posted by ac1d_buRn View Post
LOL. whats the point of using gordons method if your not going to hook anything with the function?
I am hooking with HookD3DApis..
What fail?
#5 · edited 16y ago · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Shimmy- View Post
I am hooking Base.Update()..
Lawl. Fail
#6 · 16y ago
SH
Shimmy-
Quote Originally Posted by ac1d_buRn View Post


Lawl. Fail
My bad. Hooking with HookD3DApis.
Still a hook.
#7 · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Shimmy- View Post
My bad. Hooking with HookD3DApis.
Still a hook.
you make me LOL so much.
xD ahhahaahah
#8 · 16y ago
SH
Shimmy-
Quote Originally Posted by ac1d_buRn View Post


you make me LOL so much.
xD ahhahaahah
You think you are so pro just cause you released a fkin hack.
Go fuck yourself. If you have nothing helpful to say gtfo you mean bitch.
I have no respect for coders like you. Coders who are selfish and act like a child.

Other coders like whit and sea give you advice and what to work on..
But shit like you is just shit. Enough said.
#9 · edited 16y ago · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Shimmy- View Post
You think you are so pro just cause you released a fkin hack.
Go fuck yourself. If you have nothing helpful to say gtfo you mean bitch.
I have no respect for coders like you. Coders who are selfish and act like a child.

Other coders like whit and sea give you advice and what to work on..
But shit like you is just shit. Enough said.
Do you even know any C++?
Look at what your hooking?

Where are your d3d/game functions like Present/Endscene/Reset/DIP?

The funny thing is, YOu dont even know what your doing.
Why use a D3D hook to draw engine fps?

BTW, They wont give you advice ;D
Mabye sea, But i dont think whit will
#10 · 16y ago
FI
Finish
You TWO ARE NOT GOOD CODERS>. IF U WERE U WILL BE SHOWING OFF WITH SOMETHING GOOD... JUST LOOK AT TOPBLAST HE IS SHOWING OFF WITH HE SLIDERS AND HIS TABS.
DEADLINE SHOWING OFF WITH SUPER BULLET

YOU GUYS NEED TO PROVE UR SELF AND SHOW OFF>.. STOP FIGHTING LIKE NOOBS
#11 · 16y ago
topblast
topblast
LOL OWN.. I THINK U 2 show off with something.. LOL(keeping on that guy good side)
#12 · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Finish View Post
You TWO ARE NOT GOOD CODERS>. IF U WERE U WILL BE SHOWING OFF WITH SOMETHING GOOD... JUST LOOK AT TOPBLAST HE IS SHOWING OFF WITH HE SLIDERS AND HIS TABS.
DEADLINE SHOWING OFF WITH SUPER BULLET

YOU GUYS NEED TO PROVE UR SELF AND SHOW OFF>.. STOP FIGHTING LIKE NOOBS
LOL. Not good coder? I know what im talking about here.
Dont need to prove anything to anyone.

I dont neeed fame. Im not a E-Troll
#13 · 16y ago
SH
Shimmy-
Quote Originally Posted by Finish View Post
You TWO ARE NOT GOOD CODERS>. IF U WERE U WILL BE SHOWING OFF WITH SOMETHING GOOD... JUST LOOK AT TOPBLAST HE IS SHOWING OFF WITH HE SLIDERS AND HIS TABS.
DEADLINE SHOWING OFF WITH SUPER BULLET

YOU GUYS NEED TO PROVE UR SELF AND SHOW OFF>.. STOP FIGHTING LIKE NOOBS
Who the said we were showing off. Get with the topic...
I know acid_burn is a awesome coder. But he just acts so childish it makes me want to .
#14 · edited 16y ago · 16y ago
ac1d_buRn
ac1d_buRn
Quote Originally Posted by Shimmy- View Post
Who the fuck said we were showing off. Get with the topic dumb one...
I know acid_burn is a awesome coder. But he just acts so childish it makes me want to .
Why thank you
Seriously tho, You need to hook Endscene/Reset.
IF your using gellins base (which it looks like you are) check out Directx.Hook and look at that. Thats basically what you need to do, BUt with gordons method D:
#15 · 16y ago
Posts 1–15 of 62 · Page 1 of 5
…

Post a Reply

Similar Threads

  • Help with public hookBy ProfWoolyNipples in WarRock Discussions
    3Last post 16y ago
  • [Help]Keyboard,SendKeys,Hook[Solved]By Qizzle15401 in Visual Basic Programming
    6Last post 16y ago
  • Help with D3D hookingBy wtfhaksftw in WarRock Hack Source Code
    12Last post 15y ago
  • not hooking help meBy jijiko in Alliance of Valiant Arms (AVA) Help
    1Last post 15y ago
  • Please... Help me with this D3D Hook!By nukeist_ in C++/C Programming
    7Last post 18y ago

Tags for this Thread

None