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 › Programming › C++/C Programming › Frequently Asked Questions

Frequently Asked Questions

Posts 31–35 of 35 · Page 3 of 3
'Bruno
'Bruno
Quote Originally Posted by leonjun16 View Post
Can run a .exe without run the program by user?
Another program running it, bat running it, startup, w/e..
#31 · 14y ago
leonjun16
leonjun16
Hi, i don't like to open a thread to ask a little thing, so can u help me out with my code?
i doing some program and i want a function like hold this button and do something, i found GetASyncKeyState() , but when in my program its is no working >_<
#32 · 14y ago
.::SCHiM::.
.::SCHiM::.
if( GetAsyncKeyState( VK_INSERT ) )
{
// insert key is pressed
} else {
// insert key is not pressed
}
#33 · 14y ago
Retrojump
Retrojump
Thank you, this is usefull info!
#34 · 14y ago
MW2TopTenWORLD
MW2TopTenWORLD
Quote Originally Posted by why06 View Post
Question: What is C/C++/C#? Which is better?

Answer:



C++ is definitely the best language to make gamehacks...

C# executes in a runtime enviroment so it can't access specific machine functions nearly as easily a C. It would be quite similar to making a hack in Java.... :{ ew.
C however isn't as complex as C# and doesn't offer classes or many of the benefits that come with object oriented program.
C++ is right in the middle. Not completely completely as portable as C#, but offers all the functionality of C while having the ability to use classes. Only problem is it only runs on a native Windows environment.


...That is SOOOOOO Wrong...

Fix :

C# executes in a runtime enviroment so it can't access specific machine functions nearly as easily as C / C++. It would be quite similiar to making a hack in Java..... :{ ew.

C however is alot more complex than C# and doesn't offer classes or many of the benefits that come with object oriented programming.

C++ is on the top... Alot more portable than C#! (It runs on Windows, Mac , UNIX, PS3, XBOX ,..... etc... EVERYWHERE!), and offers all the functionality of C while having te ability to use classes.. (Only problem is it only runs on a native Windows environment WRONG WRONG WRONG)
#35 · 12y ago
Posts 31–35 of 35 · Page 3 of 3

Post a Reply

Similar Threads

  • Frequently Suggested Ideas / Frequently Asked Questions - aka "What Not To Post"By Blitz in Suggestions, Requests & General Help
    32Last post 12y ago
  • Frequently Asked QuestionsBy crazy-tatar in WarRock - International Hacks
    10Last post 17y ago
  • Asking questions without getting flamed!By OMARz in General
    18Last post 17y ago
  • not asking to release just asking questionBy moneyman14 in Combat Arms Discussions
    9Last post 16y ago
  • Combat Arms Help Team Open. Please Ask Questions Here!By Trunky in Combat Arms Help
    51Last post 16y ago

Tags for this Thread

#faq