Skip to content

Commit

Permalink
second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NightfallGT committed Apr 11, 2021
1 parent b32c008 commit 7b37669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion NitroRansomware/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private void button2_Click(object sender, EventArgs e)
Cursor.Current = Cursors.WaitCursor;
Program.DecryptAll();
Cursor.Current = Cursors.Default;
MessageBox.Show("Task complete. If there are files that have not been decrypted, make sure you turn off all antivirus and Windows Defender, then try decrypting again.", "Nitro Ransomware", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show("Task complete. If there are files that have not been decrypted, make sure you turn off all antivirus and Windows Defender, then try decrypting again. \r\nIf it doesn't work, delete all Desktop.ini.givemenitro files that you see and try again.", "Nitro Ransomware", MessageBoxButtons.OK, MessageBoxIcon.Information);
//Program.RemoveStart();
}
else
Expand Down
1 change: 0 additions & 1 deletion NitroRansomware/Nitro.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public static bool Check(string code)
else
{
return false;

}
}
}
Expand Down

0 comments on commit 7b37669

Please sign in to comment.