Just use the "DesktopPlant_Patch.exe" to patch the main exe file and then import the
program's key "ViKT0RY.dlc".
---
Extended info (usually for crackers :D):
This program uses Windows Crypto API to verify the license code, which is used to
sign a hash of the rest of the keyfile. I've made a keyfile that it's like the original
but there is a problem, this algoritm uses RSA, in the exe file remains the Public Key
only, so we can't make a sign of the file without trying to bruteforce the key (RSA is strong).
So, instead of this, the only patch I've made to the exe file is to make it think that
CryptVerifySignature returned 1 (this means that our license is the original signature) thus
allowing us to become registered users. :D