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 › Speed Hack Help!

Speed Hack Help!

Posts 1–8 of 8 · Page 1 of 1
IM
ImpSplinter
Speed Hack Help!
Hello Public,
I am a complete noob and I really want to make my own speed hack. Nothing else, just a hot-key based speed hack. The problem is, I have no idea what to do! I was wondering if any one knows how to make one, a real quick easy way.
Thanks!

Oh and 1 more thing, does any one have a hackshield bypass or know were i can get one that is not patched? It would be extremely helpfull if some one knew.
#1 · 16y ago
God601
God601
for a speed hack... you doseant need a hackshield bypass lol
and... you should do the search button at the top :P you can find a lots of thing about speed hack
#2 · 16y ago
IM
ImpSplinter
No, i know i dont need a bypass, and I dont want to find some one elses speed hack. I want to make my own. Does any one kno how to do this?
#3 · 16y ago
WH
whit
[php]#include "stdafx.h"
#include <windows.h>

void __cdecl PushToConsole( const char* szCommand )
{
DWORD *LTClient = ( DWORD* )( Lt Client Addie );
void* CONoff = ( void* )*( DWORD* )( *LTClient + 0x208 );

__asm
{
push szCommand;
call CONoff;
add esp, 4;
}
}
bool IsGameReadyForHook()
{
if( GetModuleHandleA( "d3d9.dll" ) != NULL
&& GetModuleHandleA( "ClientFX.fxd" ) != NULL
&& GetModuleHandleA( "CShell.dll" ) != NULL )
return true;

return false;
}

void main()
{
MessageBoxA(NULL," Speed","Hack",MB_OK);
while (!IsGameReadyForHook()){
Sleep(20);
}



while(true){



if(GetAsyncKeyState(VK_MENU)<0){
PushToConsole("BaseMoveAccel 3000.000000");
PushToConsole("StartAccel 3000.000000");
PushToConsole("MaxAccel 3000.000000");
PushToConsole("AccelInc 3000.000000");
PushToConsole("WalkVel 3000.000000");
PushToConsole("FRunVel 3000.000000");
PushToConsole("BRunVel 3000.000000");
PushToConsole("SRunVel 3000.000000");
PushToConsole("DuckVel 3000.000000");

}else{
PushToConsole("BaseMoveAccel 3000.000000");
PushToConsole("StartAccel 500.000000");
PushToConsole("MaxAccel 3000.000000");
PushToConsole("AccelInc 6000.000000");
PushToConsole("WalkVel 70.000000");
PushToConsole("FRunVel 285.000000");
PushToConsole("BRunVel 285.000000");
PushToConsole("SRunVel 285.000000");
PushToConsole("DuckVel 50.000000");
}

Sleep(200);
}
}

BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)&main, NULL, 0,NULL);
break;
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}[/php]
#4 · edited 16y ago · 16y ago
ac1d_buRn
ac1d_buRn
Use code tags >.<
#5 · 16y ago
WH
whit
i edited.............
#6 · 16y ago
IM
ImpSplinter
Yes, thank you so much for that code tag but were do I type it and what program do i use???? PLEASE HELP!
#7 · 16y ago
Zoom
Zoom
Quote Originally Posted by ImpSplinter View Post
Yes, thank you so much for that code tag but were do I type it and what program do i use???? PLEASE HELP!
Learn c++ before you even try this.

/Closed
#8 · 16y ago
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

  • Speed hack! help-me!By kassio in Combat Arms Hacks & Cheats
    9Last post 18y ago
  • speed hack helpBy sirh4xalot in Combat Arms Hacks & Cheats
    10Last post 18y ago
  • Speed hack help please?By lolwut123456 in Combat Arms Hacks & Cheats
    8Last post 18y ago
  • NB's speed hack help guide!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!By sweenyrich in Combat Arms Hacks & Cheats
    1Last post 17y ago
  • Speed Hack HELP!By xodeus5 in Combat Arms Hacks & Cheats
    8Last post 18y ago

Tags for this Thread

None