Discuss Scratch

cevacineva
Scratcher
15 posts

SB2 to EXE Method

Jonathan50 wrote:

  1. Please no softonic, I suspect it has adware and malware, and Trojan software.
    Look here for Google's review: http://www.google.com/safebrowsing/diagnostic?site=softonic.com
    Wow worms too!
    Also softonic requires downlaoding ‘Softonic downloader’ with adware.
  2. Ok then
  3. You can use Adobe's software to convert SWF to EXE for free
hhahahaahahahhahha
First:
We want to convert SWFs to EXEs. The software made by Adobe can:
make you toggle fullscreen
Change the SWF file while using another one
And Softonic doesn't requires a downloader
JAC-INC
Scratcher
1 post

SB2 to EXE Method

Jonathan50 wrote:

  1. Please no softonic, I suspect it has adware and malware, and Trojan software.
    Look here for Google's review: http://www.google.com/safebrowsing/diagnostic?site=softonic.com
    Wow worms too!
    Also softonic requires downlaoding ‘Softonic downloader’ with adware.
  2. Ok then
  3. You can use Adobe's software to convert SWF to EXE for free
Whatever! It's Not like It Will Give U Virus Or Anything

Last edited by JAC-INC (July 4, 2018 18:34:51)

Real_CatMaster_102
Scratcher
2 posts

SB2 to EXE Method

I used the .swf to .exe converter, and the trial ran out, is there any other way I can convert .swf to .exe?
superben100
Scratcher
1000+ posts

SB2 to EXE Method

Real_CatMaster_102 wrote:

I used the .swf to .exe converter, and the trial ran out, is there any other way I can convert .swf to .exe?
Oh, that doesn't matter! The Vaysoft converter's security is poorly programmed, just press the real “X” to close the notification window, and the converter should open up perfectly, and work as it did before, aside from it saying that you have no more days left.

Thanks,
Superben100!
AmazingMech2418
Scratcher
1000+ posts

SB2 to EXE Method

superben100 wrote:

madman1515 wrote:

So this would do what? let people without scratch run the game as if it were just a json file?
Not exactly, JSON files are Java, where EXE files are standalone Windows executables.
JSON is JavaScript Object Notation. It is a way to store information to be used in JavaScript. It is WAY different than Java.
myed
Scratcher
70 posts

SB2 to EXE Method

AmazingMech2418 wrote:

superben100 wrote:

madman1515 wrote:

So this would do what? let people without scratch run the game as if it were just a json file?
Not exactly, JSON files are Java, where EXE files are standalone Windows executables.
JSON is JavaScript Object Notation. It is a way to store information to be used in JavaScript. It is WAY different than Java.

Do not confuse Java with JavaScript(It hurts!!)
KledU97
Scratcher
3 posts

SB2 to EXE Method

it didn't work for me
when this sprite clicked
say [aw...]
play sound [cry]

Last edited by KledU97 (Aug. 5, 2018 21:39:37)

superben100
Scratcher
1000+ posts

SB2 to EXE Method

KledU97 wrote:

it didn't work for me
when this sprite clicked
say [aw...]
play sound [cry]
I'm sorry to hear that.
Why didn't it work?

Last edited by superben100 (Aug. 6, 2018 01:41:41)

haywireSSC
Scratcher
30 posts

SB2 to EXE Method

madman1515 wrote:

So this would do what? let people without scratch run the game as if it were just a json file?
yes, you can open it and it will run like an app
haywireSSC
Scratcher
30 posts

SB2 to EXE Method

AmazingMech2418 wrote:

superben100 wrote:

madman1515 wrote:

So this would do what? let people without scratch run the game as if it were just a json file?
Not exactly, JSON files are Java, where EXE files are standalone Windows executables.
JSON is JavaScript Object Notation. It is a way to store information to be used in JavaScript. It is WAY different than Java.
json files arent just for java, it is a standard format for storing data
conzokwan25
Scratcher
4 posts

SB2 to EXE Method

Here's what I found works. Download visual studio. In the installer make sure .NET stuff is checked. Once it is installed, make a new Windows Forms application project. Drag a web browser component in. Now go to your scratch project and click embed. Do NOT copy the code one. Instead, copy the one that is just a link. Before the number type /embed/ and at the end add ?autostart=true. Now build your application. It will say Build started application name (It will be your actual app name though). Now the 2nd line is where your EXE file is stored. What you want to do is look at what it says (Example: Cusers/you/source/repos/YourProjectName/YourProjectName/bin/debug). Just go to that folder by clicking on C in the This PC area of windows file explorer. For example, to get to a folder named “I'm cooler” that was contained another folder called “I'm cool”, that would be going to CI'm cool/I'm cooler. So just navigate to your project's folder and right click the EXE file and press copy. Now go to your documents and right click and press paste. There you go. You have the EXE file in your documents.
conzokwan25
Scratcher
4 posts

SB2 to EXE Method

the faces are : and / but put together. Did not notice this forum would do that xD
Explosive_Voice
Scratcher
1 post

SB2 to EXE Method

Jonathan50 wrote:

  1. Please no softonic, I suspect it has adware and malware, and Trojan software.
    Look here for Google's review: http://www.google.com/safebrowsing/diagnostic?site=softonic.com
    Wow worms too!
    Also softonic requires downlaoding ‘Softonic downloader’ with adware.
  2. Ok then
  3. You can use Adobe's software to convert SWF to EXE for free

Ohh worms, those are fun.
conzokwan25
Scratcher
4 posts

SB2 to EXE Method

@Jonathan50
Thank you! I did not see your method! This is a lot better then the method I was using!
when green flag clicked
forever
say [Thank you!!]
end
mateohideg
Scratcher
40 posts

SB2 to EXE Method

Friend, MalwareBytes is an Antimalware, you need an Antivirus and an Antimalware or ONLY an ANTIVIRUS, i recommend you Avast.
superben100
Scratcher
1000+ posts

SB2 to EXE Method

mateohideg wrote:

Friend, MalwareBytes is an Antimalware, you need an Antivirus and an Antimalware or ONLY an ANTIVIRUS, i recommend you Avast.
Lol! Yes, I know. I said that many years ago when I couldn't tell an MP3 from an MP4.
Thank you for the recommendation.
Further, these methods that others are posting are likely safer, and I would use them if I were whoever you are who comes across this post.
ScratchTheCat2369
Scratcher
64 posts

SB2 to EXE Method

madman1515 wrote:

So this would do what? let people without scratch run the game as if it were just a json file?
it would be an exe file (an exe file is a windows executable!)

ScratchTheCat2369
ScratchTheCat2019

Last edited by ScratchTheCat2369 (Jan. 24, 2019 21:13:12)

ScratchTheCat2369
Scratcher
64 posts

SB2 to EXE Method

cevacineva wrote:

Jonathan50 wrote:

  1. Please no softonic, I suspect it has adware and malware, and Trojan software.
    Look here for Google's review: http://www.google.com/safebrowsing/diagnostic?site=softonic.com
    Wow worms too!
    Also softonic requires downlaoding ‘Softonic downloader’ with adware.
  2. Ok then
  3. You can use Adobe's software to convert SWF to EXE for free
hhahahaahahahhahha
First:
We want to convert SWFs to EXEs. The software made by Adobe can:
make you toggle fullscreen
Change the SWF file while using another one
And Softonic doesn't requires a downloader

Want Help? Ask Me
That Doesn't Make Sence

you can toggle fullscreen on ANY website by Pressing the ‘F11’ Button Straight located over the backspace button on most keyboards (dont press ‘f’ , ‘1’ and ‘1’ press the ‘F11’ Key)

ScratchTheCat2369
ScratchTheCat2019
Etheaary_ttv
Ask Me For Any Help :)
My browser / operating system: Linux, Firefox 31.0, Flash 25.0 (release 0)
wowza_studio
Scratcher
36 posts

SB2 to EXE Method

Jonathan50 wrote:

  1. You can use Adobe's software to convert SWF to EXE for free
How? Please tell me.
Jonathan50
Scratcher
1000+ posts

SB2 to EXE Method

wowza_studio wrote:

How? Please tell me.
Download the Flash projector from here. The last version that works is 11.2, so you can use any version from 10.2 to 11.2. Then extract the executable whose name ends with “sa”, open it, select File → Open and find the converted SWF file, wait for the project to load, and select File → Create Projector… to save it.

Powered by DjangoBB