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 › [Question]Getting the process in textbox

Post[Question]Getting the process in textbox

Posts 1–5 of 5 · Page 1 of 1
TH
theavengerisback15
[Question]Getting the process in textbox
How can I make the text in the textbox1.text (eg. crossfire.exe ) to the process where the selected dll should be injected.
#1 · 16y ago
Thats the way it is
Thats the way it is
well that is kinda easy


your code may look somthing like this
Code:
Dim TargetProcess As Process() = Process.GetProcessesByName("WarRock")
Replace that with

Code:
Dim TargetProcess As Process() = Process.GetProcessesByName(TextBox1.text)
Well this is untested but it should work

You may want to add stuf to check if somthing is in the textbox and if it is a correct name (so no .exe at the end no special charecters no stuf like explorer.exe that would fuck up your system if used)


BTW this is realy somthing of the most basic things that you can do you should know stuf like this befor you even try making a injector
#2 · 16y ago
XG
XGelite
Quote Originally Posted by Thats the way it is View Post
well that is kinda easy


your code may look somthing like this
[code]


BTW this is realy somthing of the most basic things that you can do you should know stuf like this befor you even try making a injector
exactly.. ...


and yes that does work
#3 · 16y ago
TH
theavengerisback15
====
Trying...
#4 · 16y ago
XG
XGelite
Quote Originally Posted by theavengerisback15 View Post
====
Trying...
its not working?

i think maybe why its not working is because of the error i told you about in your other post.
http://www.mpgh.net/forum/33-visual-...-please-*****ml


and btw..in uglehs code. get rid of the

Code:
On Error go to 1
and replace that with

Code:
On Error Resume Next
#5 · 16y ago
Posts 1–5 of 5 · Page 1 of 1

Post a Reply

Similar Threads

  • Getting the path of a running process?By *Marneus901* in C++/C Programming
    0Last post 17y ago
  • How to i get the adrres ? &question !By thekm1994 in C++/C Programming
    7Last post 16y ago
  • [Question] How do you get the lettered avatars?By Gasps Its Michael Jackson in Suggestions, Requests & General Help
    4Last post 15y ago
  • Can i get the steam account gen???By domin8666 in WarRock - International Hacks
    1Last post 19y ago

Tags for this Thread

#process#questiongetting#textbox