Posted
private void button1_Click(object sender, EventArgs e){Process[] processes = Process.GetProcessesByName("RobloxPlayerBeta");foreach (Process process in processes){process.Kill();}}
Replied
if that is cool that means my Kinoe tab system is legendary
Cancel
Post
Replied
Here you go
foreach (Process robloxProcess in Process.GetProcessesByName("RobloxPlayerBeta"))
robloxProcess.Kill();Cancel
Post
nltr | Wpf/C# & Cpp Developer | Former Fluxus Administrator------------------------------------------------------------------------------------💜 Developer of Kronos 💜
Replied
Nice job. That is effective and it does work as a matter of fact. :)
Cancel
Post
Join our Discord Server at https://discord.gg/uAqUBNhWDa
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post