Posted April 28, 20187 yr Difficulty : 1/10 Language : C# Platform : Windows OS Version : Windows 7,8,10 Packer / Protector : Guardian.NET Lowest settings Description : lit crackme. Only protected with constant mutation of Guardian.Net (very low settings) Screenshot : Download : CrackMe.exe Edited April 28, 20187 yr by EinMann
April 28, 20187 yr 2 hours ago, EinMann said: Packer / Protector : Guardian.NET Lowest settings WTF is Guardian.NET? I've never heard of it and Google doesn't know it either.
April 28, 20187 yr Spoiler private static void Main(string[] args) { Console.WriteLine("Write Key:"); Console.WriteLine(Convert.ToString(Convert.ToChar(122)) + Convert.ToString(Convert.ToChar(122))); if (Convert.ToInt32(Console.ReadLine()) == 8) { Console.WriteLine("Congratz"); } Console.ReadKey(); }
Create an account or sign in to comment