.Net reactor in the big 2024
private void checkbutton_Click(object sender, EventArgs e)
{
string text = this.keyfield.Text;
if (text == "h7r8B4XcY6jOrpg")
{
MessageBox.Show("nice, you did it");
Application.Exit();
}
else
{
MessageBox.Show("nope, thats not it");
}
} |
==> |
It cracked itself....
PS C:\Users\Nicole\Desktop\Jva crackme java -jar .\crackme.jar
8b,dPPYba, 8b,dPPYba, ,adPPYYba, ,adPPYb,d8 88 88 ,adPPYba,
88P' "8a 88P' "Y8 "" `Y8 a8" `Y88 88 88 a8P_____88
88 d8 88 ,adPPPPP88 8b 88 88 88 8PP"""""""
88b, ,a8" 88 88, ,88 "8a, ,d88 "8a, ,a88 "8b, ,aa
88`YbbdP"' 88 `"8bbdP"Y8 `"YbbdP"Y8 `"YbbdP'Y8 `"Ybbd8"'
88 aa, ,88
88 "Y8bbdP"
input key:
oifho
38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b
nice, you got the key.
Thank you for playing.
With love, from economics00 on Discord. |
==> |
Cracked, i dmed you on discord |
==> |
private void button1_Click(object sender, EventArgs e)
{
string text = this.keyfield.Text;
bool flag = text == "XOQIBwcLudyp6NG";
if (flag)
{
MessageBox.Show("nice, you did it");
Application.Exit();
}
else
{
MessageBox.Show("nope, thats not it");
}
}
|
==> |