| use Die and then use netslayer and then u have it |
==> |
| 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. |
==> |
| cygwin1.dll not found -_- |
==> |
| private void button1_Click(object sender, EventArgs e)
{
if (this.FormName.Text == "sk-189")
{
MessageBox.Show("CORRECT!");
return;
}
MessageBox.Show("incorret :/");
} |
==> |
| go to fail string and then change the nearest jne - je, patch and then put in anything |
==> |