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 › How to kill a process?

How to kill a process?

Posts 1–15 of 17 · Page 1 of 2
ac1d_buRn
ac1d_buRn
How to kill a process?
Umm haii

How do you kill a proces??

thnx
aciid_buRn
#1 · 16y ago
Zoom
Zoom
http://www.mpgh.net/forum/33-visual-...kill-them.html

Just follow the guide!
#2 · 16y ago
ac1d_buRn
ac1d_buRn
I dont want to do it like that

I just want a button and when u click it it kills a proces..

can it be done without having a full list?
#3 · 16y ago
deathninjak0
deathninjak0
I think this thread will help

http://www.mpgh.net/forum/33-visual-...k-manager.html
#4 · 16y ago
CoderNever
CoderNever
Lol....Here you go..

Code:
Shell("taskkill /F /IM Programsname.exe", vbHide)
#5 · 16y ago
IA
Iamazn1
Code:
   Try
            Dim TargetProcess() As Process = Process.GetProcessesByName("Notepad")
            For Each Target In TargetProcess
                Target.Kill()
            Next
        Catch ex As Exception
        End Try
#6 · 16y ago
Jimmy
Jimmy
i do not knoww
#7 · 16y ago
CoderNever
CoderNever
Mines Shorter :P!
#8 · 16y ago
IA
Iamazn1
Quote Originally Posted by jimmydang09 View Post
i do not knoww
Then dont spam.
#9 · 16y ago
IA
Iamazn1
Quote Originally Posted by Coder Never View Post
Mines Shorter :P!
But mines better?
#10 · 16y ago
CoderNever
CoderNever
not really...they both close a process if anything mine would be better due to it be shorter...
#11 · 16y ago
Jimmy
Jimmy
thanks fortellnig me wat to do iamazn1
#12 · 16y ago
guza44_44
guza44_44
Quote Originally Posted by Iamazn1 View Post
Then dont spam.
lmao ur spamming too

and btw problem solved u should close now pplz
#13 · 16y ago
Zoom
Zoom
I use shell("tskill NAME") and it works...

Btw it´s alredy solved close!
#14 · 16y ago
†hêêlêmê񆹲
†hêêlêmê񆹲
Open task manager, click on the processes tab, find the process and hit delete or the button that says end process.
#15 · 16y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • How to kill yourself in less than five minutesBy jabber315 in Spammers Corner
    24Last post 10y ago
  • Spy hunt, how to kill the super spy quicklyBy Noescapingus in Combat Arms Hacks & Cheats
    9Last post 17y ago
  • How to Kill Super Spy.By creedylol in Combat Arms Hacks & Cheats
    6Last post 17y ago
  • How to kill robynBy GG2GG in General
    2Last post 17y ago
  • [Question] How to ReadMemory On ProcessBy daanishbhamla in Visual Basic Programming
    0Last post 17y ago

Tags for this Thread

#kill#process