Vestige on 2022-12-04 01:48:
[Click to reveal]User: demo
Pass: 1234
EaminX on 2023-01-04 14:31:
@Vestige
can you make a solution video?
PLATINA on 2023-01-24 21:45:
[Click to reveal]demo:1234
0x420 on 2023-04-10 19:22:
[Click to reveal]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 2024-01-29 11:05:
username: demo
pass: 1234
this and same solutions - https://github.com/thatshussain/crackmes.one-solutions