SuperGUYmss

Kill Roblox

Aug 2nd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Process[] roblox = Process.GetProcesses();
  2. foreach (Process openedroblox in roblox)
  3. {
  4. bool flag = openedroblox.ProcessName == "RobloxPlayerBeta";
  5. if (flag)
  6. {
  7. openedroblox.Kill();
Add Comment
Please, Sign In to add comment