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 › Visual Basic Programming › Loader For Hacks [HELP]

Loader For Hacks [HELP]

Posts 1–5 of 5 · Page 1 of 1
Boomdocks
Boomdocks
I want to make an injector that will..
--
1) download .dll from ftp
2) injector will load .dll from where download is at
3) inject. ... then when done it will kill the .dll (delete it)
-------------
if there is another way to do this please do help
--
i need ur help.. thanks

I need your help please mpgh
#1 · edited 15y ago · 15y ago
IA
Iamazn1
I always knew Boomdocks was a copy/paster.
-_-
#2 · 15y ago
Boomdocks
Boomdocks
Quote Originally Posted by Iamazn1 View Post
I always knew Boomdocks was a copy/paster.
-_-
O.O why you follow me
--
men.. any way.. any one can help me?
#3 · 15y ago
IA
Iamazn1
Quote Originally Posted by Boomdocks View Post
O.O why you follow me
--
men.. any way.. any one can help me?
I don't follow you.
Also:
1. Download the DLL File.
2. Write the Downloaded Data to a folder or w/e.
3. Call your Injection function with the path to the DLL.
4. Delete the DLL File.
copy/paste friendly version:
Code:
Dim wc as Webclient = new webclient()
dim dllBytes as byte[] = wc.DownloadData("urltoDLL")
dim dllPath as string = Application.Startuppath + "\Hack.DLL"
File.WriteAllBytes(dllPath, dllBytes)
Inject(dllPath)
File.Delete(dllPath)
wc.Dispose()
#4 · edited 15y ago · 15y ago
luccss
luccss
Quote Originally Posted by Boomdocks View Post
I want to make an injector that will..
--
1) download .dll from ftp
2) injector will load .dll from where download is at
3) inject. ... then when done it will kill the .dll (delete it)
-------------
if there is another way to do this please do help
--
i need ur help.. thanks

I need your help please mpgh
I'm also in need of help like the same functions, now thanks

ex:http://www.mpgh.net/forum/164-combat...lins-base.html
#5 · edited 15y ago · 15y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Tags for this Thread

None