Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Hidden 3.0 Extension / Can it be hacked in?
- HBALabs
-
100+ posts
Hidden 3.0 Extension / Can it be hacked in?
Ok so I recently found a extension hidden in scratches VM called “speech to text”
I did some more digging and found a wiki page for it: https://en.scratch-wiki.info/wiki/Speech_to_Text_Extension
Apparently its hidden from the editor and the source code still exists. So can you JSON edit it into Scratch?
For me, it keeps giving me a error on Turbowarp that's something along the lines of “speech to text extension does not exist”
So I was wondering if it was possible?
What the blocks look like:
I did some more digging and found a wiki page for it: https://en.scratch-wiki.info/wiki/Speech_to_Text_Extension
Apparently its hidden from the editor and the source code still exists. So can you JSON edit it into Scratch?
For me, it keeps giving me a error on Turbowarp that's something along the lines of “speech to text extension does not exist”
So I was wondering if it was possible?
What the blocks look like:
when I hear () ::hat extension
wait and listen :: extension
speech :: reporter extension
- davidtheplatform
-
500+ posts
Hidden 3.0 Extension / Can it be hacked in?
Scratch will attempt to load the project, but gets stuck since certain things the extension expects don't exist anymore.
Specifically “https://scratch-mit-edu.ezproxyberklee.flo.org/projects/editor/extension-worker.js” and “speech.scratch.mit.edu” don't exist, both of which the extension needs.
Specifically “https://scratch-mit-edu.ezproxyberklee.flo.org/projects/editor/extension-worker.js” and “speech.scratch.mit.edu” don't exist, both of which the extension needs.
- HBALabs
-
100+ posts
Hidden 3.0 Extension / Can it be hacked in?
Oh, its not possible then? Scratch will attempt to load the project, but gets stuck since certain things the extension expects don't exist anymore.
Specifically “https://scratch-mit-edu.ezproxyberklee.flo.org/projects/editor/extension-worker.js” and “speech.scratch.mit.edu” don't exist, both of which the extension needs.
- davidtheplatform
-
500+ posts
Hidden 3.0 Extension / Can it be hacked in?
It is not.Oh, its not possible then? Scratch will attempt to load the project, but gets stuck since certain things the extension expects don't exist anymore.
Specifically “https://scratch-mit-edu.ezproxyberklee.flo.org/projects/editor/extension-worker.js” and “speech.scratch.mit.edu” don't exist, both of which the extension needs.
- HBALabs
-
100+ posts
Hidden 3.0 Extension / Can it be hacked in?
I also saw something in the project.json called: It is not.
extensionURLS: []
- davidtheplatform
-
500+ posts
Hidden 3.0 Extension / Can it be hacked in?
I'm pretty sure that's a turbowarp-specific thing, i've never seen it before. In any case it wouldn't fix the fact that speech.scratch.mit.edu doesn't exist.I also saw something in the project.json called: It is not.Those URLS that you just listed, are they related to this in any wayextensionURLS: []
Don't bump topics unless its been 24 hours since the last post or the topic isnt on the first page bump
Last edited by davidtheplatform (Jan. 27, 2025 02:08:45)
- Discussion Forums
- » Advanced Topics
-
» Hidden 3.0 Extension / Can it be hacked in?