Look inside for API. WARNING: Contains hacked blocks.
So I'm not dead, and to tell you that, I made another API. So far it's only base 16 to base 10 and base 10 to base 16, but I will add base 8 and base 2 soon. This project https://scratch.mit.edu/projects/115895596/ for the base 10 to base 16 script. The other script relies on the fact that numbers like 12345 is just simply 10000 + 2000 + 300 + 40 + 5, and that the value of each place is the number of digits from the end minus 1 to the power of base you are using(by the way, if a power starts or ends with 0, the answer is always 1). Don't forget to run INIT before using!