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 › Process starter/Killer

Process starter/Killer

Posts 1–15 of 16 · Page 1 of 2
guza44_44
guza44_44
Process starter/Killer
Here is just something i made that starts processes and also kills them, yes its just like taskmanager but i felt like making one .

Just type the name in or select it in the running processes in the drop down, dont put .exe after it because that is already programmed into the application.

btw explorer is not your webbrowser that is your desktop menu thing on the bottom. iexplore is your webbrowser (unless firefox)





Virus scan:
Here
#1 · edited 16y ago · 16y ago
Zoom
Zoom
Screenshot?
#2 · 16y ago
Houston
Houston
1. Screenshot
2. Virus Scan
...
#3 · 16y ago
guza44_44
guza44_44
if you look harder there is a virus scan right above the application lol also sure ill get a screenshot

edit: i made the words red so its more noticeable and I put a screenshot
#4 · edited 16y ago · 16y ago
ark1227
ark1227
can u giv us the source code plz?
#5 · 16y ago
guza44_44
guza44_44
Quote Originally Posted by ark1227 View Post
can u giv us the source code plz?
ya sure but im going to give you the download for it because i dont feel like posting the code lol, also due to doing experiments some of the buttons may be named oddly like the start button is called btnkill lol

Virus Scan: Here

the file is the source code on here not the application
#6 · 16y ago
Bombsaway707
Bombsaway707
ehhh good job
#7 · 16y ago
JI
JIGS4W
Verly nice
#8 · 16y ago
Dreamer
Dreamer
hahaha nice even tough this is simple to code
#9 · 16y ago
ark1227
ark1227
Quote Originally Posted by guza44_44 View Post
ya sure but im going to give you the download for it because i dont feel like posting the code lol, also due to doing experiments some of the buttons may be named oddly like the start button is called btnkill lol

Virus Scan: Here

the file is the source code on here not the application
THANKS ALOT!!!

i wunted this code for some school stuff... we gta make a process starter :P
LOL U JUST DID MY WRK FOR ME!!! thanks

but now i gta go and explain each line fk
#10 · 16y ago
ark1227
ark1227
awwww daym

i wuz just using it and guess wut...

the killer wrks fine but the starter gets an error and it says that the error is caused at this line of code:

Code:
Process.Start(proc)
can someone plz help me??

and here is the code for that button in which the error is being caused:

Code:
Private Sub BtnKill_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnKill.Click
        Dim proc As String
        proc = ComboBox1.Text
        Process.Start(proc)
        ComboBox1.Items.Clear()
        For Each p As Process In Process.GetProcesses
            ComboBox1.Items.Add(p.ProcessName.ToLower)
        Next
        ComboBox1.Sorted = True
    End Sub
someone plz help me quick.. my hmwrk is gna be due tmrw

THANKS IN ADVANCE
#11 · 16y ago
Pixie
Pixie
Quote Originally Posted by ark1227 View Post
awwww daym

i wuz just using it and guess wut...

the killer wrks fine but the starter gets an error and it says that the error is caused at this line of code:

Code:
Process.Start(proc)
can someone plz help me??

and here is the code for that button in which the error is being caused:

Code:
Private Sub BtnKill_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnKill.Click
        Dim proc As String
        proc = ComboBox1.Text
        Process.Start(proc)
        ComboBox1.Items.Clear()
        For Each p As Process In Process.GetProcesses
            ComboBox1.Items.Add(p.ProcessName.ToLower)
        Next
        ComboBox1.Sorted = True
    End Sub
someone plz help me quick.. my hmwrk is gna be due tmrw

THANKS IN ADVANCE
This:
Code:
Process.Start(proc)
Should be changed to:
Code:
Process.Start("proc")
And make sure the button that kills the process is named BtnKill, not the text
#12 · 16y ago
ark1227
ark1227
LMFAO

OMG HOW DID I FORGET THE QUOTATIONS!!

LMAO

thanks alot...
#13 · 16y ago
ark1227
ark1227
ok well that didnt wrk either

this is a video of the problem.. plz watch and sorry for the bad quality :P

[YOUTUBE]<object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/GnUymw8j0f4&hl=en&fs=1&hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GnUymw8j0f4&hl=en&fs=1&hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object>[/YOUTUBE]
#14 · 16y ago
guza44_44
guza44_44
okay first of all the process starter is a bit different than the killer because it may not work for some names BUT it should work for firefox. first of all the "proc" should just be proc because i made that a string
Code:
proc = combobox1.text
if all doesnt work then try this on the button that starts it:

Code:
Dim proc As String
proc = Combobox1.text + ".exe"
Process.Start(proc)
Combobox1.Items.Clear()
For Each p As Process In Process.GetProcesses
     Combobox1.Items.Add(p.ProcessName.ToLower)
Next
#15 · 16y ago
Posts 1–15 of 16 · Page 1 of 2

Post a Reply

Similar Threads

  • [RELEASE + SOURCE]process starter and killerBy maarten551 in Visual Basic Programming
    4Last post 16y ago
  • Cf starter/music player/webpage loader/process starter/+moreBy XxTylerxX in CrossFire Hacks & Cheats
    47Last post 16y ago
  • Crossfire G4Box Mod Injector + Process StarterBy Cling in CrossFire Spammers, Injectors and Multi Tools
    18Last post 14y ago
  • Timed Process StarterBy User1 in Combat Arms Hacks & Cheats
    35Last post 16y ago
  • A Better Process KillerBy Iamazn in Visual Basic Programming
    0Last post 17y ago

Tags for this Thread

#process#starter or killer