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 › need a little help with coding

need a little help with coding

Posts 1–10 of 10 · Page 1 of 1
jmonking
jmonking
need a little help with coding
hi everyone, i just wanna ask you guys who are experienced and know how to code which comp lang should i start with? and, is it possible to make hacks also in C#? not only in C++. and just so you guys know, i really wanna make hacks in the future, so i just wanna know if its also possible making good hacks with C#.

oh, and lets say i did choose to learn C#, would i have the knowledge to use d3d and make good working hacks?
#1 · edited 17y ago · 17y ago
zlmmortal
zlmmortal
I just started learning to code... using bloodshed dev c++, there is a lot of resources and tuts online to learn the language.
#2 · 17y ago
Corndog
Corndog
You Should Learn C++
C# Has GUI and things like that, and can be confusing as a starting point (im assuming. im still a VERY beginner C++ coder)
and 'C' is basically the older version of C++
#3 · 17y ago
jmonking
jmonking
sorry for being newby, but is it also possible to make hacks using C#? and whats GUI?
#4 · 17y ago
LA
lalakijilp
Quote Originally Posted by jmonking View Post
sorry for being newby, but is it also possible to make hacks using C#? and whats GUI?
C# is slower then C++ and most programs are C++ so c++ is more useful for hacking

graphical user interface =P
#5 · 17y ago
jmonking
jmonking
though is it still possible to make hacks using C#?
#6 · 17y ago
why06
why06
Yes. you could.

C# still has many function like Read and WriteProcessMemory etc.
Because C, C++, and C# are all supported by the .NET Framework there is a huge library of functions to choose from. C# is a very powerful language and if you wanted to make hacks with it I'm sure you could.

But first let me tell you something. I have been programming with Java two years before this, but opted to learn C++. I'm sure somewhere within Sun Microsystem's huge API there is a class or function that allows me to access memory addresses. In fact I even found one, but Java really wasn't made for that, it ruined compatibility... a lot of the techniques gamehackers used, like DLL injection would have been impossible in Java so I decided to learn C++. C# isnt as bad as Java since it was created by Microsoft it can probably do most of the same things C++ can do, but it does execute in a runtime environment, and most game programmers program in Native C++ because it's faster then C# while still being just as complex.

I'm not sure why you want to learn C#, but go for it if you want to. Just be aware that there might be some difficulties that we did not foresee coming ur way, personally idk C# and not many people here do.
#7 · 17y ago
LE
LegendaryAbbo
If I was you I would be choosing c++ because you will find a lot more resources for it
#8 · 17y ago
B1ackAnge1
B1ackAnge1
If you want to make windows apps C# is much nicer/faster
to develop in and with pinvoke you can call any native C++ library
so technically you can do whatever you could in C++.
However this does add yet another layer of stuff you need
to do/learn how to use. So...learn both?

I used to be strictly C/C++ for work but now mainly use
C# unless it's more low level where you really need the
performance (which really isn't THAT big of a difference
for normal windows apps) so knowing both is quite handy

(Btw to further confuse you: most if not all the code samples
i've seen on this site could just as well be done in C# and still
work just fine)
#9 · 17y ago
PR
probation
Well my hack failed for warrock, please look at my post in the warrock internation hacks section and tell me what i did wrong with the codes
#10 · 17y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • need a little help with codingBy jmonking in C++/C Programming
    13Last post 17y ago
  • Need A little help with Scripting, botBy kagome in Vindictus Help
    4Last post 15y ago
  • Ok, I need a little help with my sig.By Manetric in General
    2Last post 17y ago
  • Need a little help with s.u.r.v.e.y.sBy andier in CrossFire Help
    11Last post 16y ago
  • Need A little Help with hex editor for BypassBy j0elself in Combat Arms Help
    1Last post 16y ago

Tags for this Thread

#coding