Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How to convert .sb3 files to .exe files! [Kind of Hard]
- dhuls
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
Ok, I just wanted to make this clear but Turbowarp Packager has its own license. This will make it hard to publish it to Inch and other sites. I recommend that you use this method so you do not get any copyright strikes.
We believe that packaging a project using the packager “makes use of an interface provided by the Library, but which is not otherwise based on the Library”So, your website and project aren't bound by the LGPL, just the packager itself.
ALso the VSCode thing applies to most files you download off the internet.
Last edited by dhuls (Nov. 9, 2021 01:11:52)
- GarboMuffin
-
Scratcher
58 posts
How to convert .sb3 files to .exe files! [Kind of Hard]
I scanned it with Virustotal and the download file? Well, I'd stay away as it access “PersonalID.exe”: nice try thoughThe VirusTotal score gets even worse when you actually package an app; here's the VirusTotal score for the file makesfx generated when I told it to package an unmodified calc.exe (VirusTotal detects the name as “calc.exe” for some reason, but it's actually a makesfx program that contains calc.exe) I've seen actual malware with significantly better scores than that.
EDIT: TurboWarp packager gets 1 detection but i'd say it's a false positive
Any makesfx archive has an extremely high likelihood to trigger not just SmartScreen warnings, but actual warnings from antivirus software. Definitely not a great user experience.
I am a bit curious about that 1 apparent false positive for TurboWarp, though.
Ok, I just wanted to make this clear but Turbowarp Packager has its own license. This will make it hard to publish it to Inch and other sites. I recommend that you use this method so you do not get any copyright strikes.October 2022 update: The packager has since relicensed to the very permissive Apache 2.0 license. This makes this even less of a concern as this license is very prevalent in open source projects used by commercial companies.
Just don't go out of your way to modify minified JavaScript or remove license information and there is nothing additional for you to do. You won't get a copyright strike.
Here's a list of notable software that uses large amounts of code under a very similar or same license to the one used by the TurboWarp Packager (LGPL):
- Windows, macOS, ChromeOS, Linux
- iOS, Android
- Any Electron app (including Scratch Desktop)
- Any NW.js app (including the ones this guide makes)
- And so much more
Disclaimer: I am not a lawyer and this is not legal advice.
Also there is strange text when you open it with VSC.I assume you're either talking about encoded project data or minified JS? If you tell the packager to fit everything into a single HTML file, then that is inevitable regardless of the tool you use; HTMLifier will do something similar. If you make a zip instead of a single HTML file, the HTML file itself should be much more readable.![]()
Last edited by GarboMuffin (Oct. 7, 2022 04:03:53)
- kccuber
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
The VirusTotal score gets even worse when you actually package an app. I've seen actual malware with significantly better scores than that.I'm sorry microsoft but the legacy calculator app is malware? And Microsoft's AV also flags it?
- GarboMuffin
-
Scratcher
58 posts
How to convert .sb3 files to .exe files! [Kind of Hard]
I put C:\Windows\System32\calc.exe into makesfx and uploaded the resulting file to VirusTotal, that was the result. For unknown reasons VirusTotal is calling it “calc.exe” but that's not what it is.The VirusTotal score gets even worse when you actually package an app. I've seen actual malware with significantly better scores than that.I'm sorry microsoft but the legacy calculator app is malware? And Microsoft's AV also flags it?
The point of that was to demonstrate that any file generated by makesfx, regardless of the thing you archive, will have an abysmal antivirus score (Not just a SmartScreen warning, but actual virus warnings). I used calc.exe for that, but you could use any other program just as well.
An unmodified calc.exe itself does not get detected by antivirus software, of course.
- kccuber
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
Wow. I hope you used a virtual machine to download that makesfx file.I put C:\Windows\System32\calc.exe into makesfx and uploaded the resulting file to VirusTotal, that was the result. For unknown reasons VirusTotal is calling it “calc.exe” but that's not what it is.The VirusTotal score gets even worse when you actually package an app. I've seen actual malware with significantly better scores than that.I'm sorry microsoft but the legacy calculator app is malware? And Microsoft's AV also flags it?
The point of that was to demonstrate that any file generated by makesfx, regardless of the thing you archive, will have an abysmal antivirus score (Not just a SmartScreen warning, but actual virus warnings). I used calc.exe for that, but you could use any other program just as well.
An unmodified calc.exe itself does not get detected by antivirus software, of course.
- god286
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
a separate computer and a vmWow. I hope you used a virtual machine to download that makesfx file.I put C:\Windows\System32\calc.exe into makesfx and uploaded the resulting file to VirusTotal, that was the result. For unknown reasons VirusTotal is calling it “calc.exe” but that's not what it is.The VirusTotal score gets even worse when you actually package an app. I've seen actual malware with significantly better scores than that.I'm sorry microsoft but the legacy calculator app is malware? And Microsoft's AV also flags it?
The point of that was to demonstrate that any file generated by makesfx, regardless of the thing you archive, will have an abysmal antivirus score (Not just a SmartScreen warning, but actual virus warnings). I used calc.exe for that, but you could use any other program just as well.
An unmodified calc.exe itself does not get detected by antivirus software, of course.
- TWTG93
-
Scratcher
47 posts
How to convert .sb3 files to .exe files! [Kind of Hard]
What? Just convert your project to JavaScript, Host it then convert it into a exe using Nativeifier. Easy.
- kccuber
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
What? Just convert your project to JavaScript, Host it then convert it into a exe using Nativeifier. Easy.or use TurboWarp Packager and package as a Windows Electron app. Easier.
- 9pfs
-
Scratcher
100+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
If what you're doing makes GPL an issue, you shouldn't be doing it.Ok, I just wanted to make this clear but Turbowarp Packager has its own license. This will make it hard to publish it to Inch and other sites. I recommend that you use this method so you do not get any copyright strikes.Fun Fact: It's just the GPL, not some fully-restrictive license.
- MagicCrayon9342
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
GPL is a terribly restrictive license lolIf what you're doing makes GPL an issue, you shouldn't be doing it.Ok, I just wanted to make this clear but Turbowarp Packager has its own license. This will make it hard to publish it to Inch and other sites. I recommend that you use this method so you do not get any copyright strikes.Fun Fact: It's just the GPL, not some fully-restrictive license.
MIT-ftw
- JoshAtticus
-
Scratcher
100+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
I (tried to) download the file however Firefox, Chrome, Edge and Opera stop me, and as soon as the download finishes on Free Download Manager, I get 4 notifications from Bitdefender, and 6 from Avast.
- MagicCrayon9342
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
I (tried to) download the file however Firefox, Chrome, Edge and Opera stop me, and as soon as the download finishes on Free Download Manager, I get 4 notifications from Bitdefender, and 6 from Avast.1. Why do you have an Antivirus?
2. Why do you have 2
- kccuber
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
I (tried to) download the file however Firefox, Chrome, Edge and Opera stop me, and as soon as the download finishes on Free Download Manager, I get 4 notifications from Bitdefender, and 6 from Avast.multiple people said it's a suspicious file, dont use it. TW packager is better
- ScratchCatHELLO
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
I (tried to) download the file however Firefox, Chrome, Edge and Opera stop me, and as soon as the download finishes on Free Download Manager, I get 4 notifications from Bitdefender, and 6 from Avast.1. Why do you have an Antivirus?
2. Why do you have 2
why wouldn't you have an antivirus?
MIT-ftw
Unlicense FTW
- JoshAtticus
-
Scratcher
100+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
1. To stay safeI (tried to) download the file however Firefox, Chrome, Edge and Opera stop me, and as soon as the download finishes on Free Download Manager, I get 4 notifications from Bitdefender, and 6 from Avast.1. Why do you have an Antivirus?
2. Why do you have 2
2. I'm quite paranoid
- MagicCrayon9342
-
Scratcher
1000+ posts
How to convert .sb3 files to .exe files! [Kind of Hard]
Do you ever go to any sketchy websites or download random files? If no, remove both!1. To stay safeI (tried to) download the file however Firefox, Chrome, Edge and Opera stop me, and as soon as the download finishes on Free Download Manager, I get 4 notifications from Bitdefender, and 6 from Avast.1. Why do you have an Antivirus?
2. Why do you have 2
2. I'm quite paranoid
Also Avast is known to be trash, have tons of paywalls. And constantly advertise with notifications. Malwarebytes ftw!
- Discussion Forums
- » Advanced Topics
-
» How to convert .sb3 files to .exe files! [Kind of Hard]








