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 Source Code

Speed Hack Source Code

Posts 1–9 of 9 · Page 1 of 1
JE
jeevin
Speed Hack Source Code
Code:
int speeda;
char speedpush[255];

//insert your hotkeys here
//on hotkey press it adds 100
speeda = speeda +100;
//makes the whole thing into a string and stores it into speedpush so you can push it to console
//the first variable is what you want to store the string into
//the second is the string
//the third is the variable you want to place into the string
sprintf(speedpush,"BaseMoveAccel %d",speeda);
//now we push it to console
PushToConsole(speedpush);
//reuse the same variables to save memory
//and we repeat it for everything we want to change
sprintf(speedpush,"StartAccel %d",speeda);
PushToConsole(speedpush);
sprintf(speedpush,"MaxAccel %d",speeda);
PushToConsole(speedpush);
sprintf(speedpush,"AccelInc %d",speeda);
PushToConsole(speedpush);
sprintf(speedpush,"WalkVel %d",speeda);
PushToConsole(speedpush);
sprintf(speedpush,"FRunVel %d",speeda);
PushToConsole(speedpush);
sprintf(speedpush,"BRunVel %d",speeda);
PushToConsole(speedpush);
sprintf(speedpush,"SRunVel %d",speeda);
PushToConsole(speedpush);
//got to lazy to change this line so i left it...
PushToConsole("DuckVel 50.000000");
All thats left is a good HOMOSHIELD PRO BYPASS!!!
#1 · 16y ago
CAFlames
CAFlames
thanks for the info, but dont most coders all ready no how to make this?
#2 · 16y ago
Spookerzz
Spookerzz
Proof of you using this =D

Could we just...

1. Open C++.net
2. Make a .Dll file
3. Add this coding.
4. Release it?
#3 · 16y ago
BR
bradboy
How work it?
#4 · 16y ago
HA
HaroldAndKumar
LOL....Click Here To See How
#5 · 16y ago
Tyler930
Tyler930
Quote Originally Posted by HaroldAndKumar View Post
LOL....Click Here To See How
+1..... ROFL
#6 · 16y ago
Samueldo
Samueldo
Quote Originally Posted by HaroldAndKumar View Post
LOL....Click Here To See How
Post of the year... so far

Back on topic: If this works, I'll be happy. But I'm too lazy to test.
#7 · 16y ago
DR
dragonfleas
God i hate being a fking noob...anyways on topic I'M trying to learn coding in C++ I was an idiot and went and dled C# and tried that. Too many people that don't wanna help. So in C++ How do i put this into my game? I know i'm an uber noobzor that doesn't know any coding things. BUT I'm trying to learn. So give me some credits for that. I'm just an interested person wanting to code.
#8 · 16y ago
topblast
topblast
Well what is the function is not pushtoconsole what if it is commandtoconsole or push it could be any this if i change from pushtoconsole to push*into*pussi*cat that will work also it can even be pullMyFinger just saying what ever the function is named that is it
#9 · 16y ago
Posts 1–9 of 9 · Page 1 of 1

Post a Reply

Similar Threads

  • Speed hack source code!!By MightySaa0d in CrossFire Hack Coding / Programming / Source Code
    5Last post 15y ago
  • hey all you noobs free hack source codes here!!By cnttuchme in C++/C Programming
    6Last post 16y ago
  • <releasing 2 morrow> new opk hack ~source code~ C++By pikamew4 in Combat Arms Hack Coding / Programming / Source Code
    21Last post 16y ago
  • CF Hack Source Code RulesBy KING in CrossFire Hack Coding / Programming / Source Code
    27Last post 15y ago
  • Hack source code cppBy carlosmamoura in C++/C Programming
    16Last post 16y ago

Tags for this Thread

None