NEVER DO this on SCRATCH ! | EP 5

preview_player
Показать описание
Hi Smart Minds,
In this video I will be showing you some other ways of BREAKING SCRATCH !!!

Previous Video

Ep 3

Episode 2

Episode 1

My Scratch Account

LIKE, SUB AND COMMENT !

#scratch #scratch3
Рекомендации по теме
Комментарии
Автор

FUN FACT:

The %15 symbol is a URL encoded version of the  symbol, with (in unicode) is called the Negative-acknowledge character, which has no REAL symbol because it is in the C0 group, was originally used by Digital Equipment Corporation computers to cancel the current line of typed-in text, and is represented as "NAK", and since Scratch can't handle characters in the C0 and C1 group, Scratch tends to crash.

theayyoutube
Автор

Not a crash, but something I found while working on one of my projects.

1. Use the "green flag clicked" block to set "my variable" to 0
2. Add a new variable called "message"
3. Add a "repeat until" block
4. Place a "change 'my variable' by (1)" block inside the "repeat until"
5. Put a "letter (my variable) of (message) = ?" inside the the "repeat until"'s hexagon slot (you can technically use any character you want but I'm using ? for this)
6. Between the "set 'my variable' to (0)" and "repeat until", add a "set 'message' to ( )"
7. Type whatever you want, but it can't include whatever character you used for step 5 (ex. if you used an A, 'message' can't have an A)
8. Click the green flag then watch the lag

This script puts the "lag" in "flag".

HitSpaceGD
Автор

I found a rare glitch in scratch that can break it (Online And Offline Works).
1. Make A Sprite With 89 Or More Costumes.
2. You need a low internet connetion or if scratch lags.
3. Delete costumes until it breaks.

kubascratcher_okokok
Автор

Here's something to never do:
Step one: Finish a big project
Step two: Press the red X button on the top right
Step three: Press "Don't save" on the pop-up.

I did this once, and 2 hours of progress was gone.

sableveil
Автор

So this is just a visual glitch. But if you go to custom block and just put % and click “ok” it won’t work. But after you click ok and you close the block menu, you go to any tabs it will merge all of them.

cybii
Автор

COMING SOON EP 6 OF PENGUINMOD OR SCRATCH

tile
Автор

does the same happens on mobile or any other?

khadijazahra-tbol
Автор

Well, time to scare my fans. On scratch

Iminyourwalls
Автор

this hack wont crash, but its amazing

1. grab a when flag clicked
2. grab a forever block
3. and a change my variable by 1
4. show my variable
5. just wait (not the block)
6. and change my variable by until you have a letter in the number
final step: change my variable by my variable
DONE you have infinity

abbasbaydoun
Автор

It really says "oh snaP!" on my tablet 😂 | nice video! 🎉

liusjayasaputra
Автор

Step 1: Add a custom block with any name, and add a checkmark in "Run without screen refresh"
Step 2: Add a forever loop in define block and make in forever loop a same custom block and then create clone by myself, and then delete the clone!
Step 3: Add a forever loop in the when the green flag clicked and in forever loop you need to add a custom block
YOU CRASHED SCRATCH

engineeted
Автор

step1:take an change color effect step2:change to pixelate step3:put a forever loop it wont crash scratch but it is cool

khadijazahra-tbol
Автор

I was messing around with code and discovered something, I don't remember if it's been done already but this is what I found

Have a sprite create a broadcast a single message.

Have a sprite play an audio when it receives the message until done (it's better with music)

Duplicate the sprite that plays the audio so you have several that play the exact same audio when they all receive that message at the same time

What happens is that the audios perfectly overlapping causes the sound you hear to be very loud and distorted the more sprites you have playing that audio at once.

The reason you need multiple sprites to play the same audio is because if you have several receiving scripts in just one sprite then it cancels the audio in all but one

DreamingNightmares
Автор

2:50 correction: it's not exactly an exclusive feature in scratch addons, it originates from the early builds of scratch 3.0. for some reason, scratch team decided to remove it from the release version.

SARVESH.S
Автор

Here's another one:
Choose a sound.
Keep making the sound slow.
Keep clicking the "echo" effect. (The echo effect is only avaible in turbowarp, scratch addons & scratch tools.)
Make the sound faster until it sounds a bit like the original sound.
And your sound sounds like a recorder.

mitchkiggins
Автор

I saw this while i was coding (another useless my block)

1: Make a block (name it anything)
2: Then add some sounds and controls code to it
3: Drag the block onto the coding space
4 Run it 1-5 times
5: Remove the sounds
6: Then run it a couple of times (you will not hear anything)
7: Delete the sounds and controls code
8: Delete the define block (with the my block on the coding space which will delete it)
9: Look at the my blocks pallette and it will be still there
10: Drag the my block onto the stage
11: Save the project
12: Refresh the page

And look! It stays!

GlitchFan
Автор

A cool harmless trick to show to your friends:
get the %15 character
Get a block with more then one input for example: Glide (1) secs to x:(0) y: (0), Say (Hello!) for (2) seconds ... (you cant do it on the select menu)
Put the %15 character to every input of the block
go to sounds and back
and where is the text input? (It can be used in backpacks, it can be deleted, the join block can be used, and most importantly it can be saved and loaded.)

pegameses
Автор

I just maked some thing loud
1.Use the when green flag clicked
2.Put a forever block under the when green flag clicked block
3.Put a brodcast block inside the forever block
4.Use the when i receive [message1] hat block
5.Put a forever block under the when i receive [message1] hat block
6.Put a create clone of (myself) into the forever block
7. Make a variable called "i"
8.Use the when i receive [message1] again
9.Put a forever block in the when i receive [message1] block (not the 1st one, the 2nd one.)
10.Put a if <touching mouse-pointer> into the forever block
11.Put a repeat until <not touching mouse-pointer> inside the if statement
12.Put a set [i] to (abs of 21) repeat until block
13.Put a play sound (whatever you want except the happy birthday sound) until done block and now you're done!

robloxi
Автор

Another idea:
So I tried this in school and somehow just broke the whole page
1. Make three custom blocks with different names, make your own broadcast message (or not)
2. Do the following 5 scripts
1.
When green flag clicked
Forever
(Custom block 1)
Broadcast message one and wait
2.
Define (custom block 1)
Forever
(Custom block 2)
Broadcast message one and wait
3.
Define (custom block 2)
Forever
(Custom block 3)
Broadcast message one and wait
4.
Define (Custom block 3)
Forever
(Custom block 1)
Broadcast message one and wait
5.
When receive message one
(Custom block 1)
And when you click the flag, wait for the magic to happen

Pggie
Автор

3:35 It would be funnier if you used the Tenor voice

cooIguy