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 › Coders Lounge › [Dicuss]Coding hacks with Visual Basic, C#, F# anyone?

[Dicuss]Coding hacks with Visual Basic, C#, F# anyone?

Posts 1–12 of 12 · Page 1 of 1
freedompeace
freedompeace
[Dicuss]Coding hacks with Visual Basic, C#, F# anyone?
If such a thing was available, would anyone here use it?
#1 · 15y ago
mnpeepno2
mnpeepno2
Yes, 1 person I believe
#2 · 15y ago
Blubb1337
Blubb1337
I even wrote a library for memory hacking...
#3 · 15y ago
NextGen1
NextGen1
Moved to coders lounge.
No redirect.
#4 · 15y ago
Hell_Demon
Hell_Demon
Ofcourse not, C++ ftw =3
#5 · 15y ago
Hassan
Hassan
There are many wrappers available, but cbf to make hacks. Not really interested in game hacking. I iz working as a hacker for wikileaks. :P
#6 · 15y ago
freedompeace
freedompeace
Quote Originally Posted by Blubb1337 View Post
I even wrote a library for memory hacking...
I'm talking about programming a DLL in .NET, and being able to inject it into any program, even native, and have it run, as well as easy hooks, memory editing and visual (DirectX + OpenGL) frameworks made available to the DLL.
#7 · 15y ago
ken53406
ken53406
Yes you can do it. Visual basics is capable of doing everything that c++ and other shit can do. Many don't believe it is possible but i have been messing around with it for a loooooong time. Yes a dll can be made that will work. If need be i can dig up my old VB 2008 Source if any one is in need.
#8 · 15y ago
Hell_Demon
Hell_Demon
Quote Originally Posted by ken53406 View Post
Yes you can do it. Visual basics is capable of doing everything that c++ and other shit can do. Many don't believe it is possible but i have been messing around with it for a loooooong time. Yes a dll can be made that will work. If need be i can dig up my old VB 2008 Source if any one is in need.
Not really...
#9 · 15y ago
freedompeace
freedompeace
Quote Originally Posted by ken53406 View Post
Yes you can do it. Visual basics is capable of doing everything that c++ and other shit can do. Many don't believe it is possible but i have been messing around with it for a loooooong time. Yes a dll can be made that will work. If need be i can dig up my old VB 2008 Source if any one is in need.
Uhh, no.. Not really... .NET DLLs won't have a DllMain function, and thus, will not be able to execute code unless it is called. Also, .NET DLLs must have the CLR environment initialized, otherwise, they will again fail to function. Lastly, you can't use pointers with Visual Basic.
#10 · 15y ago
Hassan
Hassan
Quote Originally Posted by freedompeace View Post
Lastly, you can't use pointers with Visual Basic.
Pointers are completely supported in VB.NET by Marshaling, GCHandle and IntPtr.
#11 · 15y ago
freedompeace
freedompeace
Quote Originally Posted by Hassan View Post


Pointers are completely supported in VB.NET by Marshaling, GCHandle and IntPtr.
Oops, I meant in an unsafe context (because its easy).

for example:
Code:
int* b = &a; // this is possible in C#
#12 · 15y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Tags for this Thread

None