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 › [Request] help with jump hack but not the normal jump hack...

[Request] help with jump hack but not the normal jump hack...

Posts 1–5 of 5 · Page 1 of 1
Stelthkid
Stelthkid
[Request] help with jump hack but not the normal jump hack...
let me explain have u ever had the combat arms vip

well u know the super jump how u hold space and it just keeps going up and when i release space it comes down... and i can press space again and it starts going bak up again well in my hack i have that but im trying to get it so its smooth and right now its i press space once and i jump high like with out being hurt then when i hold it in and go up and then i let it go then press it again it takes awhile to stop going down then go back up and yeah its a but frustraiting heres my code
Code:
void main()
{
bool nxchams = false;  
bool Boxes = false;
bool GravityJump = false;
while(true)
{
	if(GetAsyncKeyState(VK_NUMPAD0)<0){
            if(nxchams){
                PushToConsole("SkelModelStencil 0");
                nxchams = false;
				 } else {
                PushToConsole("SkelModelStencil 1");
                nxchams = true;  
			
			}
		Sleep(200); //to make sure
      }  
	if(GetAsyncKeyState(VK_NUMPAD1)<0){
            if(Boxes){
                PushToConsole( "ModelDebug_DrawBoxes 0" );
                Boxes = false;
				 } else {
                PushToConsole( "ModelDebug_DrawBoxes 1" );
                Boxes = true;  
			
			}
		Sleep(200); //to make sure
      }  
		if(GetAsyncKeyState(VK_SPACE)<0){
            if(GravityJump){
                PushToConsole( "PlayerGravity -350" );
                GravityJump = false;
				 } else {
                PushToConsole( "PlayerGravity 450" );
                GravityJump = true;  
			
			}
		Sleep(200); //to make sure
      }  
//PushToConsole("PerturbRotationEffect 0.000000");
//PushToConsole("PerturbIncreaseSpeed 0.000000");
//PushToConsole("PerturbWalkPercent 0.000000");
//PushToConsole("PerturbFiringIncreaseSpeed 0.000000");
//PushToConsole("PerturbRecoil 0.000000");
//PushToConsole("FireMovePerturb 0.000000");
//PushToConsole("ZoomedFireMoveDuckPerturb 0.000000");
//PushToConsole("ZoomedFireMovePerturb 0.000000");
//PushToConsole("ZoomedFireDuckPerturb 0.000000");
PushToConsole("ActivationDistance 100000");
memcpy((LPVOID)0x3741A550, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3740AA99, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3741A564, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3741A567, "\x90\x90\x90", 3);
memcpy((LPVOID)0x3741A570, "\x90\x90\x90", 3);
memcpy((LPVOID)0x37466264, "\x90\x90\x90\x90\x90\x90", 6);
PushToConsole( "PlayerGravity -450" );
the botton push to console has purpose it makes me go down after i let go of space and other stuff kinda complicated... but it also keeps me going down when i have it selected

is there anotyher way around this?>

i basically want it like the mpgh vip super jump hack and this is the only way im pretty sure

ps my other thread went dead and my answer wasn't answered so just close my old thread

Note: CoderNever ur base tut is laggy ... im pre sure its the base and not me cus it only happens when i have ur base injected
#1 · 16y ago
wassup40
wassup40
use this not gravity
Code:
JumpVel 600.000000
#2 · 16y ago
Stelthkid
Stelthkid
but does it do the same thing as what im thinking of because i dont think i can jump again while im in the air with
JumpVel 600.000000
please correct me if im wrong
#3 · 16y ago
wassup40
wassup40
im not sure but i know what u want....
#4 · 16y ago
Stelthkid
Stelthkid
ill give it a try but if it dont work im back to square 1
nah it only jumps once kinda sucks
#5 · edited 16y ago · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • [REQUEST]help with CF hack(i need controls)By saithan in Suggestions, Requests & General Help
    0Last post 15y ago
  • help with ca hacksBy moises8 in Combat Arms Help
    4Last post 15y ago
  • I need Help With CAEU HacksBy ♪ςander!♪ in Combat Arms EU Help
    3Last post 15y ago
  • Help with Crossfire hacks?By SkullistE1 in CrossFire Help
    5Last post 15y ago
  • Need help with these hacks..By mgelmo11 in Vindictus Help
    4Last post 15y ago

Tags for this Thread

None