@thebassist666.
I can tell you how you do this best.
First download the file I attached above "ScreenSaver.framework.zip", and place on your desktop, now unzip this, so you now have "ScreenSaver.framework" on your desktop.
Now restart the computer and hold cmd+r to go into Recovery mode.
When you are there at the "macOS Utilities" screen, take your mouse to the top of the screen and open Terminal from the Utilities menu.
Now just type in these commands. Don't type the stuff in brackets, that's just some info on the command.
cd "/Volumes/Macintosh HD/System/Library/Frameworks"
(replace Macintosh HD, with the name of your disk, though it is usually Macintosh HD)
ls
(if you see loads of .framework then you in the right place)
mv ScreenSaver.framework/ ScreenSaver1013.framework/
(this renames your current framework, basically a backup of your original)
cd "/Volumes/Macintosh HD/Users/name/Desktop"
(replacing Macintosh HD, with the name of your disk, and replace name, after /Users/, with your SHORT username which is lowercase)
cp -r ScreenSaver.framework "/Volumes/Macintosh HD/System/Library/Frameworks"
(replacing Macintosh HD, again, with the name of your disk)
Now you can reboot back into High Sierra, and Timbuktu should now open. And you can trash left over files that remain on your desktop.
If you try open it and it says it is damaged...
open Terminal from Utilities folder (don't need to go into Recovery mode this time) and enter (this is if you've copied the Timbuktu Pro folder into your Applications folder)...
sudo xattr -d com.apple.quarantine /Applications/Timbuktu\ Pro/Timbuktu\ Pro.app/
and
sudo xattr -d com.apple.quarantine /Applications/Timbuktu\ Pro/Timbuktu\ Pro.app/Contents/SharedSupport/*.app
and then open it again.
I should also mention, every time you update your High Sierra from the App Store, you'll have to copy the framework again, as the update will put the newest framework back on. When you run the commands from the recovery partition, you would skip the first 3 commands, as you have already backed up the High Sierra one.