Jump to content
Tuts 4 You

[crackme] CrackMekMe


man of the war
Go to solution Solved by amithacker,

Recommended Posts

  • Solution

private void GForm0_Load(object sender, EventArgs e)
    {
        DateTime t = new DateTime(2015, 9, 25);
        bool flag = DateTime.Compare(DateTime.Today, t) == 0;
        if (flag)
        {
            Interaction.MsgBox(Class10.smethod_0(276), MsgBoxStyle.OkOnly, null);
        }
    }

  • Like 1
Link to comment
Share on other sites

The [crackme] tag has been added to your topic title. Please remember to follow and adhere to the topic title format - thankyou! [This is an automated reply]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...