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 › Combat Arms Coding Help & Discussion › please help with fly hack quick reply plzzz!

please help with fly hack quick reply plzzz!

Posts 1–7 of 7 · Page 1 of 1
MI
milfshake22
please help with fly hack quick reply plzzz!
how do you fly hack please reply quick i need help thanks so much!
#1 · 15y ago
DE
Dead 4 Real
Well are you asking how to add it to a hack? or how to use it with a hack?

Most hack have it where you turn on then press space bar to fly, but some have it where you turn it on and off to fly around
#2 · 15y ago
Houston
Houston
Do you want it control able?
#3 · 15y ago
Sixx93
Sixx93
use the ptc PlayerGravity and controll it with the spacebar (GetAsyncKeyState)
#4 · 15y ago
kotentopf
kotentopf
here a snipet
Code:
if(!FLHV.Slider.value)
			if(Hover.Enabled && GetAsyncKeyState(Hack.Values.Hoverkey))
				Hack.Misc****nConsoleCommand("PlayerGravity 0");
			else
				Hack.Misc****nConsoleCommand("PlayerGravity -1099");
		else
			if(Fly.Enabled && GetAsyncKeyState(Hack.Values.Flykey))
				Hack.Misc****nConsoleCommand("PlayerGravity 500");
			else
				Hack.Misc****nConsoleCommand("PlayerGravity -1099");
#5 · 15y ago
Alessandro10
Alessandro10
This is Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very VeryVery Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very Very v Very Very Very Very Very Very Easyyyyyyyyyyyyyy


Code:
if( Fly > 0 ){
if( GetAsyncKeyState( VK_SPACE ) )
Alessandro( "PlayerGravity 800" );
else
Alessandro( "PlayerGravity -800" );
}
#6 · 15y ago
AVGN
[MPGH]AVGN
im tired of moving threads from here

this is WORST SECTION for people posting in the wrong section..

I'm just gonna start deleting or closing this shit.
#7 · 15y ago
Posts 1–7 of 7 · Page 1 of 1

Post a Reply

Tags for this Thread

None