Hol dir Visual Basic,mach ne Windows forms, fügn Button hinzu,doppelklicke den, füg das dort ein :Quote:
Soa und welcher Haxxor schreibt mir ein prog das den prozess metin2.bin killt xD ?
Code:
Dim proc As System.Diagnostics.Process
Dim pList() As Process
pList = Process.GetProcessesByName("metin2.bin")
For Each proc In pList
proc.Kill()
Next