0x420 on 7:22 PM 04/10/2023: Username: demo
Pass: 1234
if you want to patch it you need to change GetModules part like that:
private void GetModules(object A_1, EventArgs A_2)
{
string text = this.ToUpperInvariantMode.Text;
string b = "USERNAME";
bool flag;
if (text == b)
{
string text2 = this.Task_Start_AlreadyStarted.Text;
string b2 = "PASSWORD";
flag = (text2 == b2);
}
else
{
flag = false;
}
if (flag)
{
new Form2().Show();
base.Hide();
return;
}
MessageBox.Show("ERROR MESSAGE");
this.ToUpperInvariantMode.Clear();
this.Task_Start_AlreadyStarted.Clear();
this.ToUpperInvariantMode.Focus();
}
hussain on 11:05 AM 01/29/2024: username: demo
pass: 1234
this and same solutions - https://github.com/thatshussain/crackmes.one-solutions
You must me logged to submit a solution
Write a comment
Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Rate the difficulty
How would you rate the difficulty of this crackme ?