Categories > Coding > C# >

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

New Reply

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

  • Comment

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

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

  • 0

  • Comment

Posts: 524

Threads: 19

Joined: Nov, 2022

Reputation: 60

Replied

I've seen this code around since 2021, good one bud.

  • 0

  • Comment

Posts: 1406

Threads: 90

Joined: Oct, 2019

Reputation: 104

Replied

@atariXD More Like 2012 This Is Ancient Smh. Lol

  • 0

  • Comment

Posts: 387

Threads: 29

Joined: May, 2020

Reputation: 20

Replied

Here you go 

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

  • Comment

Added

@ImmuneLion318, More like since .net was released

  • 0

  • Comment

Nitro#6522 | UI Designer | Programmer
---------------------------------------------------------------------------------------------------
💜 Developer of Kronos ðŸ’œ

Developer of Orbit

Discord

Posts: 1658

Threads: 80

Joined: Feb, 2020

Reputation: 87

Replied

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

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

  • Comment

Posts: 387

Threads: 29

Joined: May, 2020

Reputation: 20

Replied

@RealNickk, ChatGPT much

  • 0

  • Comment

Nitro#6522 | UI Designer | Programmer
---------------------------------------------------------------------------------------------------
💜 Developer of Kronos ðŸ’œ

Developer of Orbit

Discord

Posts: 1658

Threads: 80

Joined: Feb, 2020

Reputation: 87

Replied

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

  • 0

  • Comment

Cyros

ligma

Posts: 977

Threads: 42

Joined: Feb, 2021

Reputation: 17

Replied

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

  • 0

  • Comment

https://cdn.discordapp.com/attachments/1071679953894129755/1077097007673511967/banner.png

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

Posts: 1658

Threads: 80

Joined: Feb, 2020

Reputation: 87

Replied

@Cyros edit: (pov i misread your comment)

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

  • 0

  • Comment

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

  • Comment

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

  • Comment

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

Login to unlock the reply editor

Add your reply

Users viewing this thread:

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