Posted
Yes, I am updating my exploit called !Expansion! I am trying to add a button called Kill Game. How would I code this?
Replied
Look up on google for C# BSOD
then get the code then replace the kill target with ROBLOX
Cancel
Post
Replied
If it's roblox here the code:
      foreach (Process proc in Process.GetProcessesByName("RobloxPlayerBeta"))
      {
        proc.Kill();
Just Change RobloxPlayerBeta with the name of the process (if u want to close another program)
Just Change RobloxPlayerBeta with the name of the process (if u want to close another program)
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post