Unlocker 3.0.3
-
On windows machines, it's easier to use auto-unlocker, you can find it here: https://github.com/paolo-projects/auto-unlocker/releases.
It has not been tested extensively, so if it doesn't work use theUnlocker.exe --uninstall
command line option to revert changes and use the tool from down here. On linux machines you need to compile it first so unless you're practical with installing the dependencies and a c++17 compliant g++ it's still easier to use the tool down here. -
Windows: download, extract and start win-install.cmd as administrator
(python distribution bundled inside) -
Linux: download, extract and execute sudo lnx-install.sh
For Linux users: make sure you have python 3.0+ installed. If you have errors like "Python not supported" but you are sure have python 3+ installed, change the lines inside of lnx-install.sh from 'python xxxxxxx.py' to 'python3.7 xxxxxxx.py' (if you have python 3.7 installed, otherwise try python3 or other stuff)