Share how awesome the crack me was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Author:
MegaBrutal
Language:
Turbo Pascal
Upload:
11:00 PM 08/03/2024
Platform
Windows
Difficulty:
2.0
Quality:
4.0
Arch:
x86
Description
(Actually a DOS executable but didn't find such option and Windows is the "closest".) This is the actual override system I wrote for a game I was working on ~16-18 years ago, but never got released. Specific codes grant you certain privileges in the game, such as undying mode, console access and cheat codes. For this crackme I separated the code verification function, so it's not the actual game. The expected solution is an override code generator where users may select what overrides they want and the generator would output an appropriate code which activates only the selected overrides (not just a valid one). It's my first entry, and not a traditional "product key" verification, so I'm not sure if it even pass here. Also it's probably "Very Easy" instead of "Easy", but you decide.