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 › HELP] How do i load mutliple dlls into textbox [HELP]

HELP] How do i load mutliple dlls into textbox [HELP]

Posts 1–15 of 31 · Page 1 of 3
XG
XGelite
HELP] How do i load mutliple dlls into textbox [HELP]
i was wondering if anyone knows how to load multiple files into a text box like multiple .dlls. i know how to get 1 into it, but i cant seem to get more than 1. any help would be appreciated!
#1 · 16y ago
PI
PixieCorp-Backup
Please be more specific
#2 · 16y ago
CoderNever
CoderNever
Lol Pixie..He wants to have a listbox....and everytime he browses for a .dll in his injector it will full the listbox with multiple .dll to inject at once..I'll generate you a code in a little bit if I can.
#3 · 16y ago
XG
XGelite
yeah i tried a listbox...but i couldnt get it to work.
#4 · 16y ago
CoderNever
CoderNever
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.

Code:
ListBox1.Items.Add(DllFileName)
#5 · 16y ago
XG
XGelite
Quote Originally Posted by Coder Never View Post
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.

Code:
ListBox1.Items.Add(DllFileName)
thanks..i dunno why i didnt think of that :P.. tried so many ways...waisted so much time.lol
#6 · 16y ago
CoderNever
CoderNever
Consider the Problem Solved . Woot!

PS : Don't feel to stupid because it sounds like it should be Listbox1.Additem(ITEM)
#7 · 16y ago
XG
XGelite
Quote Originally Posted by Coder Never View Post
Consider the Problem Solved . Woot!

PS : Don't feel to stupid because it sounds like it should be Listbox1.Additem(ITEM)
ya problem solved thanks

i thought it was a lot more complicated than just 1 line, ListBox1.Items.Add(DllFileName). never would have guess it was soo simple. i was changing things everywhere in the code...to no avail.. thanks you made my day! lol
#8 · 16y ago
Dreamer
Dreamer
Quote Originally Posted by Coder Never View Post
Add a listbox. and btw whos tut are you using it helps alot. if your using ugs..then this code should work.

Code:
ListBox1.Items.Add(DllFileName)
omg ty ill use this when i make my injector
#9 · 16y ago
Zoom
Zoom
Quote Originally Posted by killer66143 View Post
omg ty ill use this when i make my injector
Just to inform you... You need to inject all listbox items...

You need to change some of the code!
#10 · 16y ago
XG
XGelite
Quote Originally Posted by hejsan1 View Post
Just to inform you... You need to inject all listbox items...

You need to change some of the code!
ick..im running into this problem now! i cant get it to inject more than just 1 of the items in the list box..and ive been changing everything again. ive been trying to get it to work all day and lots of lastnight, but since i couldnt figure it out..i might as well ask!
#11 · 16y ago
Zoom
Zoom
Quote Originally Posted by XGelite View Post
ick..im running into this problem now! i cant get it to inject more than just 1 of the items in the list box..and ive been changing everything again. ive been trying to get it to work all day and lots of lastnight, but since i couldnt figure it out..i might as well ask!
We are here to help!

Just wait a sec and i´ll see if i could find some bit of code in my pc
#12 · 16y ago
WT
wtfiwantthatname
If your doing this in vb.net. Grab my module for dll injection i posted on here and use the MultipleInject function and just pass your dll paths as a string array to the function.
#13 · 16y ago
XG
XGelite
Quote Originally Posted by wtfiwantthatname View Post
If your doing this in vb.net. Grab my module for dll injection i posted on here and use the MultipleInject function and just pass your dll paths as a string array to the function.
? cant find any post by you on injector..
#14 · 16y ago
WT
wtfiwantthatname
Heres the link to my Module. To add to your project add a new module and post that code in it. Than use InjectMultipleDlls() pass it your processname with out .exe and the paths to all your dll's as a string array.
Code:
http://www.mpgh.net/forum/33-visual-basics/91071-module-dll-injection.html
#15 · 16y ago
Posts 1–15 of 31 · Page 1 of 3

Post a Reply

Similar Threads

  • [Help] How to pack a .DLL into Injector?By Invidus in Visual Basic Programming
    2Last post 16y ago
  • [Help] How do u turn a file into a .dllBy IssuedGaming in CrossFire Tutorials
    3Last post 15y ago
  • How do i put a .dll file into a .rar file??By probation in WarRock Discussions
    8Last post 17y ago
  • [HELP] How would you make a G36E, into a M417 Combat, being that they have differnt mBy hellohigoodbye in Combat Arms Mods & Rez Modding
    1Last post 16y ago
  • [HELP] How do I inject(???) the mods into CA?By ripper639 in Combat Arms Mods & Rez Modding
    11Last post 16y ago

Tags for this Thread

#dlls#load#mutliple#textbox