Upload:
5:36 AM 02/10/2022
Description
This was made in 5 mins.
Once you see it, you will give up.
Kazi on 4:45 AM 02/16/2022: too hard, cant do it man sorry
subbruh on 6:39 PM 02/16/2022: WOW! insanely hard crackme, took me hours to get the credentials!
4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967
567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803
as06zx on 5:05 AM 02/17/2022: impossible wow..
adenosinetp10 on 4:17 PM 02/27/2022: took you 5 mins to make.
took me 5 mins to get username and password.
I initially used dotPeek, all I got was some bmp images lol, then loaded up in IDA and found the values.
Erencik38tr on 4:07 PM 03/17/2022: This is impossible LOL
Username : 4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967
Pass : 567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803
Vertissoo on 12:05 AM 07/02/2022: Uh, 30 seconds, well, the cat is nice at least!
username: 4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967
password: 567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803
mrmoded on 5:34 PM 08/31/2022: user:
4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967
pass:
567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803
0x420 on 5:18 PM 04/12/2023: lol
if (this.textBox1.Text == "4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967" && this.textBox2.Text == "567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803")
{
MessageBox.Show("Correct!", "Correct!");
return;
}
GhostmaneX on 5:16 PM 12/18/2023: Username: 4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967
Password: 567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803
private void button1_Click(object sender, EventArgs e)
{
if (this.textBox1.Text == "4120320859687358676756853596584584398669376647549759048754758868670685807675395684978360645367396793457645067693576076089760673459067308967" && this.textBox2.Text == "567385673805675687667587586756705376876058937689035768076803570605673576059367530670359675677659036789067890763067376396739067350675389067580697536803")
{
MessageBox.Show("Correct!", "Correct!");
return;
}
MessageBox.Show("Wrong User Or Password!", "Wrong User Or Password!");
}
You must me logged to submit a solution
Solution by kajalkatiyar:
Solution of Crackme.net by reading code.