Categories > Coding > C# >

[RELE] SUPER COOL C# TERMINATE ROBLOX CODE!!!

Posts: 16

Threads: 6

Joined: Mar, 2023

Reputation: 0

Posted

        private void button1_Click(object sender, EventArgs e)
        {
            Process[] processes = Process.GetProcessesByName("RobloxPlayerBeta");
            foreach (Process process in processes)
            {
                process.Kill();
            }
        }

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

if that is cool that means my Kinoe tab system is legendary

  • 0

Posts: 1494

Threads: 93

Joined: Oct, 2019

Reputation: 102

Replied

@atariXD More Like 2012 This Is Ancient Smh. Lol

  • 0

Posts: 497

Threads: 36

Joined: May, 2020

Reputation: 4

Replied

Here you go 

foreach (Process robloxProcess in Process.GetProcessesByName("RobloxPlayerBeta"))
                robloxProcess.Kill();
  • 0

Added

@ImmuneLion318, More like since .net was released

  • 0

Nitro#6522 | Xaml & C# Developer
---------------------------------------------------------------------------------------------------
💜 Developer of Kronos ðŸ’œ

Senior Dev of Orbit

Discord

re1oop

nicholas

moderator

Posts: 1736

Threads: 81

Joined: Feb, 2020

Reputation: 91

Replied

For the one-liner lovers: i didnt test because im on linux

Array.ForEach(Process.GetProcessesByName("RobloxPlayerBeta"), x => x.Kill());
  • 0

Posts: 497

Threads: 36

Joined: May, 2020

Reputation: 4

Replied

@RealNickk, ChatGPT much

  • 0

Nitro#6522 | Xaml & C# Developer
---------------------------------------------------------------------------------------------------
💜 Developer of Kronos ðŸ’œ

Senior Dev of Orbit

Discord

re1oop

nicholas

moderator

Posts: 1736

Threads: 81

Joined: Feb, 2020

Reputation: 91

Replied

@ItsNitro I didn't use ChatGPT. I don't understand why people say that I do lol.

  • 0

Cyros

Revision

Posts: 1052

Threads: 44

Joined: Feb, 2021

Reputation: 19

Replied

@RealNickk, chatgpt probably cant come up with a 1 liner like that lol

  • 0

https://cdn.discordapp.com/attachments/1084217000034840596/1134374525358833725/Banner.png

https://i.imgur.com/nB480KG.png

re1oop

nicholas

moderator

Posts: 1736

Threads: 81

Joined: Feb, 2020

Reputation: 91

Replied

@Cyros edit: (pov i misread your comment)

https://i.imgur.com/6pkVmaL.png

  • 0

Added

@tempegoreng HUH?! I guess I should have expected it to say that because that's the only "standard" way to do it unless you do like .ToList().ForEach()

  • 0

Posts: 29

Threads: 4

Joined: Mar, 2023

Reputation: 1

Replied

Nice job. That is effective and it does work as a matter of fact. :)

  • 0

Join our Discord Server at https://discord.gg/uAqUBNhWDa

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )