fumanchu182 on 2025-11-17 01:57:
My first one on this site, I'm an old head and that was fun.
NikonCrack on 2025-11-19 14:46:
[Click to reveal]sk-189
plikan on 2025-11-23 02:34:
[Click to reveal]pass: sk-189
mthom41 on 2025-11-24 22:21:
Hard to find using disassembly, really easy in dnspy. Good exercise to teach people to check if things are .NET files or compiled from C/C++
mody3 on 2025-11-25 00:50:
[Click to reveal]password: sk-189
saintrowotuff on 2025-11-29 11:38:
[Click to reveal]private void button1_Click(object sender, EventArgs e)
{
if (this.FormName.Text == "sk-189")
{
MessageBox.Show("CORRECT!");
return;
}
MessageBox.Show("incorret :/");
}