| use Die and then use netslayer and then u have it |
7:17 PM 11/29/2025 |
==> |
| attach w x64dbg then go to string (enter password etc) then find je that leads to fail change it to jne and then anything u put in gets accepted. |
11:59 AM 11/29/2025 |
==> |
| cygwin1.dll not found -_- |
11:40 AM 11/29/2025 |
==> |
| private void button1_Click(object sender, EventArgs e)
{
if (this.FormName.Text == "sk-189")
{
MessageBox.Show("CORRECT!");
return;
}
MessageBox.Show("incorret :/");
} |
11:38 AM 11/29/2025 |
==> |
| go to fail string and then change the nearest jne - je, patch and then put in anything |
11:32 AM 11/29/2025 |
==> |