Russians have cracked it and the python files to do so are hilariously simple, 2 line files.
Here are the instructions so you don't have to download from some shady Russian site:
Using ver 2.0, you just delete these two files from the program's root directory:
libsqld.cp36-win_amd64.pyd
color.cp36-win_amd64.pyd
And then you create two new files:
Color.py
With contents:
def checkcolor():
return [255, 240, 255]
def newcolor():
return 255
=====
and then you create libsqld.py
with contents:
def add(a, b, c):
return a
Replace the two files you removed with the two files above and run the program. It should work as premium.