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 Europe Hacks › Combat Arms EU Hack Coding/Source Code › Class Consoles

Class Consoles

Posts 1–3 of 3 · Page 1 of 1
Coder.DiasII
Coder.DiasII
Class Consoles
Definition:

Code:
#define Addr_Consoles               0x379EA448
cConsoles * pConsoles;
Class

Code:
class cConsoles
{
public:
	char _0x0000[4];
	float ShowFPS; //0x0004 
	char _0x0008[32];
	float Statitics; //0x0028 
	char _0x002C[19748];
	float PlayerGravity; //0x4D50 
	char _0x4D54[140];
	float BaseMoveAccel; //0x4DE0 
	char _0x4DE4[32];
	float StartAccel; //0x4E04 
	char _0x4E08[32];
	float MaxAccel; //0x4E28 
	char _0x4E2C[32];
	float AccelInc; //0x4E4C 
	char _0x4E50[32];
	float WalkVel; //0x4E70 
	char _0x4E74[32];
	float FRunVel; //0x4E94 
	char _0x4E98[32];
	float BRunVel; //0x4EB8 
	char _0x4EBC[32];
	float SRunVel; //0x4EDC 
	char _0x4EE0[32];
	float JumpVel; //0x4F00 
	char _0x4F04[32];
	float DuckVel; //0x4F24 
	char _0x4F28[32460];
	float ActivationDistance; //0xCDF4 
	char _0xCDF8[14164];
	float ShowFirePath; //0x1054C 
	char _0x10550[15088];

};//Size=0x14040
Acess:

Code:
pConsoles = (cConsoles*)Addr_Consoles;
Ex.

Code:
int Var;

if( Var )
{
	/*On*/ pConsoles->BaseMoveAccel = 3000.0f + 3000.0f * 3.0f;
	/*On*/ pConsoles->StartAccel = 500.0f + 500.0f * 3.0f;
	/*On*/ pConsoles->MaxAccel = 3000.0f + 3000.0f * 3.0f;
	/*On*/ pConsoles->AccelInc = 6000.0f + 6000.0f * 3.0f;
	/*On*/ pConsoles->WalkVel = 70.0f + 70.0f * 3.0f;
	/*On*/ pConsoles->FRunVel = 285.0f + 285.0f * 3.0f;
	/*On*/ pConsoles->BRunVel = 285.0f + 285.0f * 3.0f;
	/*On*/ pConsoles->SRunVel = 285.0f + 285.0f * 3.0f;
	/*On*/ pConsoles->DuckVel = 50.0f + 50.0f * 3.0f;
} 
else 
{
	/*Off*/ pConsoles->BaseMoveAccel = 3000.0f;
	/*Off*/ pConsoles->StartAccel = 500.0f;
	/*Off*/ pConsoles->MaxAccel = 3000.0f;
	/*Off*/ pConsoles->AccelInc = 6000.0f;
	/*Off*/ pConsoles->WalkVel = 70.0f;
	/*Off*/ pConsoles->FRunVel = 285.0f;
	/*Off*/ pConsoles->BRunVel = 285.0f;
	/*Off*/ pConsoles->SRunVel = 285.0f;
	/*Off*/ pConsoles->DuckVel = 50.0f;
}
Credits: Code64 (Code RED) || Coder.Dias Update
Thanks: xCyniu -> The first post addressess
Gibam Viado '-'
#1 · 11y ago
mamo007
mamo007
Thanks for sharing it
#2 · 11y ago
Coder.DiasII
Coder.DiasII
Closed This Game Update @maddoggy00
#3 · 11y ago
Posts 1–3 of 3 · Page 1 of 1

Post a Reply

Similar Threads

  • class consolesBy Code64 in Combat Arms BR Hack Coding/Source Code
    7Last post 12y ago
  • Class Consoles - Update - 14/10/13By Black Diamond in Combat Arms Hack Coding / Programming / Source Code
    6Last post 12y ago
  • Class Consoles - Update - 20/10/13By Black Diamond in Combat Arms Hack Coding / Programming / Source Code
    2Last post 12y ago
  • Class Consoles - Update - 14/11/13By Black Diamond in Combat Arms Russia Hacks
    2Last post 12y ago
  • Class Console Update + Simple Base.By Fєηix in Combat Arms Hack Coding / Programming / Source Code
    9Last post 12y ago

Tags for this Thread

None