Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AdvDebug authored Jul 9, 2023
1 parent 5e1274c commit 076c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NoMoreCookiesInstaller/NoMoreCookiesInstaller/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Main(string[] args)
{
if (!IsSecureBootEnabled())
{
Console.Write("Welcome to NoMoreCookies Installer!\n\n1. Install NoMoreCookies (Compatible with programs and games, only hooks Non-Signed Programs and Non-Services Processes)\n2. Install NoMoreCookies (Hooks all programs except services, also compatible with most games and software but may cause some delays, also it's experimental)\n\n3. Uninstall NoMoreCookies\n\nOption: ");
Console.Write("Welcome to NoMoreCookies Installer!\n\n1. Install NoMoreCookies (Compatible with programs and games, only hooks Non-Signed Programs and Non-Services Processes)\n2. Install XNoMoreCookies (Hooks all programs except services, also compatible with most games and software but may cause some delays, recommended for maximum security)\n\n3. Uninstall NoMoreCookies\n\nOption: ");
string Option = Console.ReadLine();
try
{
Expand Down

0 comments on commit 076c0e6

Please sign in to comment.