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]Set the dll(s)'...

Smile[HELP]Set the dll(s)'...

Posts 1–4 of 4 · Page 1 of 1
TH
theavengerisback15
[HELP]Set the dll(s)'...
What is the code for:

*I want to select the selected dlls in the listbox1 to be injected.Help me!Thanks...
#1 · 16y ago
XG
XGelite
listn..if you dont know enough of VB to figure this stuff out then i wouldnt bother with an injector.

but here, try this.

Code:
ListBox1.Items.Count or listbox1.items.add
i use .Count in my injector
#2 · 16y ago
WT
wtfiwantthatname
Count just gets the number of items in the listbox. He should use a for loop untill the UBound of listbox1 -1.

Try something like
[code] For i = 0 To ListBox1.Items.Count - 1
''Insert injection code here. For listbox1.items.item(i)"
Next
#3 · edited 16y ago · 16y ago
Lolland
Lolland
We have a help thread for a reason...
#4 · 16y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Help In the DLLSBy abdoabdo123 in CrossFire Help
    3Last post 15y ago
  • am i supposed to put the dll file things in the game folder or inject it pls help?By kingofCA5544 in WarRock - International Hacks
    1Last post 18y ago
  • i need help with the d3dx9_35.dll ?By poip0i in Combat Arms Help
    13Last post 16y ago
  • I do not have the Help file inject.dll where I download or get it?By xprovsen in Combat Arms Help
    6Last post 16y ago
  • could not inject the dll...????Zeas simple....HELP!!!!By lox in Combat Arms Hacks & Cheats
    1Last post 17y ago

Tags for this Thread

#dlls#helpset