Author: Kanker1337Off
Date: 2026-02-20 22:51
Summary: Hello to everyone reading this WriteUp. I want to say that the idea of this crackme is pretty cool, but the implementation is of course weak, just like the 'protection' itself. The thing that took me the most time was realizing that my nickname wasn't supported because it was longer than 8 characters:
do {
cout << "nYour name: ";
cin >> unk_14000C0C0;
} while (length(name) > 8);
It took me about 10 minutes to realize this, and the whole quest took about the same time (at first I thought it was a bug and my nickname just wasn't being accepted xD). I used a translator to write the entire text in English, so sorry if some terms were translated incorrectly.
Loading writeup...