Top 5 Weirdest SCRATCH Projects 😺 🎮

  Рет қаралды 268,322

The STEAMist

The STEAMist

Күн бұрын

Today I will be showing you the Top 5 WEIRDEST Scratch Projects ever!
This will include:
- Hacked Blocks
- No code
- Not being able to comment
… and much more!
I hope you enjoyed. If you did, please like and subscribe :)
The Scratch Cat in the thumbnail is from a project called Scratch Emojis Redesigned!
#TheSTEAMist #ScratchProjects

Пікірлер: 502
@theringsmc
@theringsmc Жыл бұрын
For the first project, this may happen in some projects with lots of code due to scratch's inefficient rendering system used for blocks and the renderer simply not being able to run the project and show the blocks at the same time.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Maybe
@gingerphoenix10
@gingerphoenix10 Жыл бұрын
I thought it was just in the bg lol
@brianheaton801
@brianheaton801 Жыл бұрын
@@TheSTEAMist its because the ground and ground2 is not deleted
@brianheaton801
@brianheaton801 Жыл бұрын
@The STEAMist its actaully because ground and ground2 is not deleted + it shows all of the code if you delete only ground and ground2 sprites
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@brianheaton801 Cool! :D
@bonelessChillies
@bonelessChillies Жыл бұрын
For the first game, there is a way to make your code invisible. Using the unicode character %15 or u+0015 will cause basically every website that form feeds to spit out an error. In Scratch, setting a variable to this value or a custom block with this name will cause JavaScript to have a rendering issue and make the code disappear. The only way the bring the code back is by using Scratch Addons and enabling the Variables tab that shows the current values of a variable. Note: you can only use %15 in URLs or Scratch because % represents the hexadecimal of a unicode value.
@bonelessChillies
@bonelessChillies Жыл бұрын
If you try to type these characters then KZbin might give you a "returned error" message likely due to rupturing the code after sending the message
@TheSTEAMist
@TheSTEAMist 11 ай бұрын
Niiiiice info!
@FruityFartLover
@FruityFartLover 11 ай бұрын
​@@TheSTEAMistThe way to see the code is delete the 2 ground sprites
@laangel855
@laangel855 7 ай бұрын
what i was gonna say
@_gherry
@_gherry Жыл бұрын
for the first project: you *MAY* not understand, NOTE: S2 means scratch2 and S3 means scratch3 over the offline s3 editor the JS compiler keeps spitting out "Uncaught Tried to glow stack on block that does not exist." meaning that theres probably a fake id assigned to a custom block, a variable or a list. the transiton to S2 to S3 might have changed how the compiler reads the project.json file in the sb2. and dosnt support that id. but thats just my theory
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Nice Explanation :)
@_gherry
@_gherry Жыл бұрын
@@TheSTEAMist seems to happen to the foreground sprites as removing them will correct the project altrough the gameloop script stops working
@Scriptometry
@Scriptometry 22 күн бұрын
thought it means .sb3 (Scratch 3) while .sb2 (Scratch 2). I'm talking about project file ID here.
@ShiftClickLearn
@ShiftClickLearn Жыл бұрын
Ooh those projects are crazy! I really enjoyed the video. :D
@loong1216
@loong1216 Жыл бұрын
wow hi shiftclicklearn! im a fan!
@tomacmar
@tomacmar Жыл бұрын
im also a fan!
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah, they're really crazy, I'm glad you enjoyed it :), I've been a fan of yours for a long while 😎, ever since your ninja platformer series
@godomc
@godomc Жыл бұрын
you cant comment solved! it actually spames you with and ask block so your constantly tyiping in that
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah it's really cool how he came up with it 🙃
@afewofmycommentsarecringy.8646
@afewofmycommentsarecringy.8646 Жыл бұрын
Here let me help your spelling: i think spames should be spams, with ask i think You meant ad, (AdBlock has no spaces), and tyiping should be typing. 😁
@osmarfreitas8646
@osmarfreitas8646 Жыл бұрын
@@afewofmycommentsarecringy.8646 "ask block" is correct, it's the Scratch code block that makes a sprite ask a question
@asleeper
@asleeper Жыл бұрын
@@afewofmycommentsarecringy.8646 "adblock", have you even USED scratch?
@afewofmycommentsarecringy.8646
@afewofmycommentsarecringy.8646 Жыл бұрын
@@asleeper oh i misread it
@no-topic
@no-topic Жыл бұрын
The first project code can be seen by deleting both the ground sprites. @The STEAMist
@Qbix1234official
@Qbix1234official Жыл бұрын
In the first one they changed SB3 to ZIP file, then they changed code in sprites so it would make the block invisible.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
maybe
@cougher9000
@cougher9000 11 ай бұрын
changed some stuff in the project.json file to make it like that (i think text becomes inverted instead of normal tho i forgot sumthin like that)
@QuirrelSquad
@QuirrelSquad Жыл бұрын
you can export a scratch game to html so its likely the reverse is possible as well which explains the first project
@TheSTEAMist
@TheSTEAMist Жыл бұрын
ig
@abbyartwright2929
@abbyartwright2929 Жыл бұрын
1 - Bugged project. Either all the code in the sprites are at X NaN Y NaN or something else, as "no code" projects don't exist/shouldn't exist. 2 - Usually, when you save projects to your computer, they save as SB3 files, which is a normal .zip archive. You can open sb3s in WinRAR or something of the type. This is the method Phillipuss used probably, and/or grabbed blocks from older projects. (I like the blocks relating to z positions and scrolling, though. Could've implied Scratch Team would've add features that would make it easier for users to make 3D or scrolling projects, but, obviously it was scrapped.) 3 - Turbo mode and a broadcast block, not that i've never seen them before. From inspecting the code, an event block checks if timer is greater (maybe) than 0. If true it runs "broadcast (message1)", which executes a forever loop with the only block containing within is "ask (You Can't Comment) then wait", which focuses to the project. But obviously, you can bypass this. You can't truely "not comment", unless you're on a profile and the user had disabled comments for the profile, or the Scratch Team had disabled comments for the project. 4 - April fools filler, i would assume. Griffpatch knew he would get a ton of attraction from this project alone while he was working on some other project of his. Silly him. 5 - View-botted project(s). Obviously removed from Scratch and the issue was patched, maybe.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Thanks for the explanations :D, especially the second one
@abbyartwright2929
@abbyartwright2929 Жыл бұрын
@@TheSTEAMist You're welcome.
@rjbrnr
@rjbrnr Жыл бұрын
i think the Flappy Bird one have all the coding in the backdrops
@suracandy0525
@suracandy0525 Жыл бұрын
@@rjbrnr yeah but it's also kinda hard to do
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@abbyartwright2929 Have a great Sunday :)
@zunfl0w3r
@zunfl0w3r Жыл бұрын
scratch addons did show the amount of blocks... There are 2262 blocks
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah, but they're not visible 🫥
@DeathKnight0124
@DeathKnight0124 Жыл бұрын
Do you think you could make a video on lore/major events in certain scratch groups (robot destructor group, griffpatch Stan's, etc.)?
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Do you mean kind of like a Scratch news? That would be a cool idea :)
@DeathKnight0124
@DeathKnight0124 Жыл бұрын
@@TheSTEAMist similar, but different in a way, because scratch news usually just "Scratches the surface". You, on the other hand, can go as deep as you want. I used to be part of a group, and I think I might be able to get you in touch with a few people for this type of stuff
@DJJonina
@DJJonina Жыл бұрын
@@DeathKnight0124 What are these events/groups? I'm curious, tell me more? :O
@DeathKnight0124
@DeathKnight0124 Жыл бұрын
@@DJJonina oof how did you find this from a month ago 😆 gimme a moment to type the list of people on scratch you want to go to if your asking around for the robot destructor roleplay type group. Otherwise, I really can't help.
@Soup-Boot
@Soup-Boot Жыл бұрын
@@DeathKnight0124 So much for that lol
@daxaroodles
@daxaroodles Жыл бұрын
The first one is coded in a different programming language so no blocks show up.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Maybe 🤷‍♂️, thanks for your comment
@happy_alexen2798
@happy_alexen2798 Жыл бұрын
I removed the ground sprites and the code appeared in all other sprites so it might be something in the ground sprite that hides all other scripts
@himignicest1571
@himignicest1571 Жыл бұрын
bUT HOW DOES ONE UPLOAD DIFFERENT CODING SCRIPT TO SCRATCH??
@probablylogi
@probablylogi Жыл бұрын
In the flappy bird game, it's obvious that there is code in the game but you can't see it because they positioned the block editor the the corner and if you scroll up and left, it will show the code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
I scrolled up and down and it doesn't show any code
@jumongandpudong
@jumongandpudong Жыл бұрын
Pretty Strange Tho... But Ok
@GooperL
@GooperL Жыл бұрын
Congrats Steamist for 1K Subs!!
@TheSTEAMist
@TheSTEAMist Жыл бұрын
It's wonderful , thank you so much for supporting :)
@comicspace8034
@comicspace8034 Жыл бұрын
@@TheSTEAMist YOU DESERVE 428258958438593858349 SUBS
@agustinbaez8913
@agustinbaez8913 8 күн бұрын
​@@comicspace8034or... (⓿_⓿) ∞ SUBS!
@kariedwards6186
@kariedwards6186 Жыл бұрын
Mobile users can activate turbo mode by clicking see inside and going to edit and clicking enable turbo mode
@A_literal_zombie
@A_literal_zombie Жыл бұрын
Oh have you seen chipm0nks project where hiring the stop sign triggers it to keep going?
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah :), it's pretty cool
@saga353
@saga353 Жыл бұрын
Going to sub
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Thank you :)
@A_literal_zombie
@A_literal_zombie Жыл бұрын
Project one and two can be explained by downloading the project and editing the code there then loading it in scratch again
@TheSTEAMist
@TheSTEAMist Жыл бұрын
hmmm... interesting 🤔
@UJAN8w7
@UJAN8w7 Жыл бұрын
0:39 those blocks came from scratch modifications or custom extensions
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yup
@TheFNFan17
@TheFNFan17 Жыл бұрын
@@TheSTEAMist shelterin lol
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@TheFNFan17
@TheFNFan17
@TheFNFan17 Жыл бұрын
@@TheSTEAMist
@pasqualegu
@pasqualegu Жыл бұрын
hanks lot Sir.. You helping us..
@TheSTEAMist
@TheSTEAMist Жыл бұрын
You're welcome :), glad it was helpful
@BloxedJosh
@BloxedJosh Жыл бұрын
0:22 There's code inside some sprites, just not in the bird, pipes, ect. The code in the other sprites is what that project is mostly. I looked in it myself
@TheSTEAMist
@TheSTEAMist Жыл бұрын
There's not?
@Enderia2
@Enderia2 Жыл бұрын
The Flappy Bird one simply had the code moved, i think
@cxoqueso
@cxoqueso Жыл бұрын
I dont know for what to use the hacked blocks but they look very cool
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah, I'm going to do a tutorial in the future :)
@40susman
@40susman Жыл бұрын
Some scratch projects got me like: a scratch project… PERRY THE SCRATCH PROJECT?
@TheSTEAMist
@TheSTEAMist Жыл бұрын
lol
@NoobyL0L
@NoobyL0L 8 ай бұрын
For flappy bird (1st) its just a variable with a square symbol that makes everything not show (even itself)
@izzyxvibes
@izzyxvibes Жыл бұрын
0:07 I play that game in class sometimes when I'm done with my work!
@TheSTEAMist
@TheSTEAMist Жыл бұрын
lol, little did you know that there was no code :O
@mitchkiggins9661
@mitchkiggins9661 Ай бұрын
If your wondering how the first one works, there is a var named "" which breaks scratch and deletes the code
@jmc2008
@jmc2008 Жыл бұрын
I know a weird scratch project called baby need hunger it's a normal game but if you type "spamton" then you get into a fight but if you lose then you get kicked out of scratch and not be able to play unless you restart your computer
@TheSTEAMist
@TheSTEAMist Жыл бұрын
:O
@thescratchguy428
@thescratchguy428 10 ай бұрын
For the third game Your choice if you can't create a project but can only remix one
@absolutenihility
@absolutenihility Жыл бұрын
there's a video playing project that reverses the scratch title in the tab, i don't remember what it's called but you should check it out
@TheSTEAMist
@TheSTEAMist Жыл бұрын
That sounds really cool, do you have any other information about the project so I could find it?
@HistoryofGeogaphy
@HistoryofGeogaphy 3 ай бұрын
i found how the first game you show happened he made a valible where if you make one call well just a cube by typing %15 it gets rid of all code
@trujillo1982
@trujillo1982 Жыл бұрын
hyperpixel is known as the most talented scratch developer and flappy bird is a simple game so it makes sense that he can do in A small amount of code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Hyperpixel only has one game though
@locuraMadness
@locuraMadness 10 ай бұрын
the flappy bird is broken because of a hacked sprite because if the ground sprites are deleted then it makes the code visible
@TheSTEAMist
@TheSTEAMist 9 ай бұрын
cool!
@UwUDaniUwU
@UwUDaniUwU Жыл бұрын
Of course griffpatch would get so many likes and favorites for doing nothing lol
@TheSTEAMist
@TheSTEAMist Жыл бұрын
yeah, lol
@Izzythemaker127
@Izzythemaker127 Жыл бұрын
@@TheSTEAMist What is the ID for the useful hacked blocks project?
@Battle_for_nacho_cone
@Battle_for_nacho_cone 9 ай бұрын
he is the scratch krmal (krmal is a geometry dash player)
@Familymorton6
@Familymorton6 Жыл бұрын
This is the top 5 weirdest scratch projects! 1, Flappy bird by HyperPixel 2, Useful hacked blocks by Philipus 3, You cannot comment by -CloudCodes- 4, Untitled-1 by Griffpatch And Out of place
@TheSTEAMist
@TheSTEAMist Жыл бұрын
nice
@picklez4lunch
@picklez4lunch Жыл бұрын
Nice video!
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Thanks for watching :)
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Long time no see, how are you doing?
@picklez4lunch
@picklez4lunch Жыл бұрын
@@TheSTEAMist good to know we’re still friends lol. I’ve been taking scratch easy lately. 🤗
@picklez4lunch
@picklez4lunch Жыл бұрын
@@TheSTEAMist Could you feature one of my old projects in a vid?
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@picklez4lunch Yeah, of corse we're still friends , I've also been a bit inactive lately, because my tablet doesn't work anymore, so making projects is harder
@RedNumber012isEarthling
@RedNumber012isEarthling 11 ай бұрын
Fact: The Hacked Blocks in the Music Catergory belongs to Scratch in Scratch 1.4
@TheSTEAMist
@TheSTEAMist 11 ай бұрын
cool!
@🈴🈴🈴🈴🈴🈴🈴🈴🈴🈴
@🈴🈴🈴🈴🈴🈴🈴🈴🈴🈴 Жыл бұрын
the view "glitch" is actually an exploit, one of the users said they set up a bot to refresh the project page a lot to farm views
@TheSTEAMist
@TheSTEAMist Жыл бұрын
hmmmmmm... interesting 🤔
@DiscontinuedChannelProbably
@DiscontinuedChannelProbably Жыл бұрын
@@TheSTEAMist I remember seeing the haunted project with turbowarp without even knowing the name or knowing it was viewbotted
@shiprabiswas7303
@shiprabiswas7303 2 ай бұрын
You can get the red one by doing the%15 trick and then putting it inn a block
@pcgaming2075
@pcgaming2075 Жыл бұрын
THIS IS CRAZY😮
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yup
@gacha_aby
@gacha_aby Жыл бұрын
Please do a part 2
@TheSTEAMist
@TheSTEAMist Жыл бұрын
maybe...
@Miiddnightx
@Miiddnightx Жыл бұрын
The Flappy Bird one was basically the code moved, you can tell by the sliders.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
It doesn't
@Miiddnightx
@Miiddnightx Жыл бұрын
@@TheSTEAMist Oh really
@Miiddnightx
@Miiddnightx Жыл бұрын
@@TheSTEAMist Wait if you delete those 2 ground sprites u can see the code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@Miiddnightx Cool! :D
@Miiddnightx
@Miiddnightx Жыл бұрын
@@TheSTEAMist Not sure how that works XD
@oreiboon
@oreiboon Жыл бұрын
WHAT THE HECK IS THE BACKGROUND SONG IN THE BEGINNING I KEEP HEARING IT EVERYWHERE .
@TheSTEAMist
@TheSTEAMist Жыл бұрын
It's called URL Melt
@coreyford1992
@coreyford1992 Жыл бұрын
I remade useful hacked blocks to Astro's scary day
@WDawghehe
@WDawghehe 8 ай бұрын
the way he hid the code is that he used a plugin to hide the code so no one will steal it.
@RedNumber012isEarthling
@RedNumber012isEarthling 11 ай бұрын
Another fact is that the JUMP platformer and the Griffpatch platformer are the same project
@TheSTEAMist
@TheSTEAMist 11 ай бұрын
:O
@Teacherlol123
@Teacherlol123 5 ай бұрын
I think the reason why there is no code it’s because they compiled it into a zip folder and went do the json file where it has all the code and I think they made a part where it said shadow:false and made it true that’s why there is no code it’s just makes it invisible
@TheSTEAMist
@TheSTEAMist 5 ай бұрын
maybe
@SaeedKarim1906
@SaeedKarim1906 7 ай бұрын
I used untitled-1 for a project emergency 😂
@user-fr6cg2iy7z
@user-fr6cg2iy7z 8 ай бұрын
I think the person in the first project did a trick to make the block invisible and making invisible blocks is possible to make
@Appel-xd6cd
@Appel-xd6cd Жыл бұрын
The all at once block doesnt exist it can hurt you The all at once block:its time to re-use myself to kill this computer
@TheSTEAMist
@TheSTEAMist Жыл бұрын
lol
@epiccatgamer69
@epiccatgamer69 Жыл бұрын
Griffpatch sure be trolling
@TheSTEAMist
@TheSTEAMist Жыл бұрын
I wonder what he's gonna do next 🤔
@scarm_rune
@scarm_rune Жыл бұрын
@@TheSTEAMist your mo
@epiccatgamer69
@epiccatgamer69 Жыл бұрын
@@TheSTEAMist never know he's great ideas
@epiccatgamer69
@epiccatgamer69 Жыл бұрын
@@scarm_rune bro
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@epiccatgamer69 Yeah
@stevebelton1421
@stevebelton1421 Жыл бұрын
to actually use the out of game blocks. You need to put them in your backpack where you store code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
wdym?
@_thresh_
@_thresh_ Жыл бұрын
I think Steve means the hacked blocks
@alizacelemcentauri986
@alizacelemcentauri986 Жыл бұрын
I kinda wanna try the second one
@TheSTEAMist
@TheSTEAMist Жыл бұрын
it was deleted :(, you can try some remixes though
@Mattygezart
@Mattygezart 10 ай бұрын
Well, Hyperpixel used Scratch Addons for the invisible code.
@TheSTEAMist
@TheSTEAMist 10 ай бұрын
was scratch addons even a thing back then?
@Mattygezart
@Mattygezart 10 ай бұрын
@@TheSTEAMist Yes
@absolutenobody1secondago431
@absolutenobody1secondago431 Жыл бұрын
1:44 The enter event hat block actually exists in scratch you just need scratch addons
@TheSTEAMist
@TheSTEAMist Жыл бұрын
But is doesn't exist in Vanilla Scratch
@Izzythemaker127
@Izzythemaker127 Жыл бұрын
@@TheSTEAMist It does exist in vanilla scratch, it just can't normaly be selected. You can get it without scratch addons by editing the scratch project file.
@aglegator5115
@aglegator5115 Жыл бұрын
In part 2 add the freeze button by harrymations
@TheSTEAMist
@TheSTEAMist Жыл бұрын
i can't find the project
@TheRealLF2
@TheRealLF2 Жыл бұрын
The Flappy Bird one had a lot of code in all of the sprites meaning that scratch had to hide them all
@AndyGun11
@AndyGun11 Жыл бұрын
no, that's not how that works.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
No, that's not the reason there are projects with a lot more code :)
@pogmers.in.a.freezer
@pogmers.in.a.freezer Жыл бұрын
acc i think there was some sort of code converter to like convert code into scratch so they used it on flappy bird to import it into scratch.
@ddylan4cats
@ddylan4cats Жыл бұрын
Or did they place the code in the main area that is not inside of a sprite? Or are the blocks so spread apart you cannot see them?
@Cropper8880
@Cropper8880 Жыл бұрын
2:45 that comment at the top I know that guy!!
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Cool!
@uber_is_my_name
@uber_is_my_name Жыл бұрын
For the useless hacked blocks, maybe the dude was just tryna give ideas to the scratch creators to add in those.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Maybe...
@fazirmohammed2783
@fazirmohammed2783 Жыл бұрын
I've run into the 1st project
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Cool!
@nightman2004k
@nightman2004k 7 ай бұрын
The flappy bird just has hidden code. It actual has lots of code
@personguyperson63
@personguyperson63 Жыл бұрын
For the flappy bird check the backdrop
@TheSTEAMist
@TheSTEAMist Жыл бұрын
there's nothing there
@miney_java
@miney_java 3 күн бұрын
0:25 the code is probably in the background
@phacey4444
@phacey4444 Жыл бұрын
I'm gonna have to pay the hacked blocks one a visit.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
It was sadly deleted :)
@GoldenFire644
@GoldenFire644 8 ай бұрын
I'm not sure if anyone said this, but I think the creators of the projects on ScratchStats viewbotted themselves
@thegoof2763
@thegoof2763 14 күн бұрын
Number 1 used a trick which i forgot how to
@thunderlightning2214
@thunderlightning2214 Жыл бұрын
i totally know how all these weird stuff works
@TheSTEAMist
@TheSTEAMist Жыл бұрын
👍
@DuckieAM_viewing_chanel
@DuckieAM_viewing_chanel 9 ай бұрын
useful hacked blocks is something everyone does duh
@flaze_0
@flaze_0 Жыл бұрын
Turbowarp disguise blocks.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
But turbowarp didn't exist yet in 2014
@letiziagracewirawan3883
@letiziagracewirawan3883 3 ай бұрын
I ever play Flappy bird that's created by Hyper Pixel
@chryslergamer861
@chryslergamer861 Жыл бұрын
More keys are from Scratch addons
@TheSTEAMist
@TheSTEAMist Жыл бұрын
yeah
@JimFromTheOffice69
@JimFromTheOffice69 Жыл бұрын
0:22 in some of the sprites there are some blocks of code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Where?
@JimFromTheOffice69
@JimFromTheOffice69 Жыл бұрын
@@TheSTEAMist if you delete some of the sprites you can see the code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
@@JimFromTheOffice69 yeah
@Hazbin_drone
@Hazbin_drone Жыл бұрын
Let's see
@TheSTEAMist
@TheSTEAMist Жыл бұрын
?
@idzwakey8737
@idzwakey8737 Жыл бұрын
the stretch block did exist but it got deleted in I think scratch 1.1
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah, Scratch Team said it didn't work correctly so they had it removed
@bornokabbo4115
@bornokabbo4115 Жыл бұрын
i followed ur scratch ^^ :D im purple964 :)
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Thank you so much :)
@bornokabbo4115
@bornokabbo4115 Жыл бұрын
@@TheSTEAMist :)
@redranger6402
@redranger6402 Жыл бұрын
for the first one you just scrolled off the code, or maybe it didnt render lol.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
the project is extremely broken that's it looks like when you click on see inside
@-Rush-
@-Rush- Жыл бұрын
Could you give a link for the hacked blocks please?
@TheSTEAMist
@TheSTEAMist Жыл бұрын
it was sadly removed :(
@JBCHG
@JBCHG Жыл бұрын
The first one you showed you were swiped to the edge of the code place
@TheSTEAMist
@TheSTEAMist Жыл бұрын
I wasn't 😑
@supacagifagilisticexpialid4305
@supacagifagilisticexpialid4305 Жыл бұрын
for the first project just scroll around bruh. I literally saw the scrollable areas so don't try and hide it.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
no, it's literally not
@SuprimSharma-jd8wd
@SuprimSharma-jd8wd Жыл бұрын
The first one is the top search result when you search flappy bird
@TheSTEAMist
@TheSTEAMist Жыл бұрын
yeah
@DoorsBlox
@DoorsBlox Жыл бұрын
1. Due to Scratch's inefficent code loading/rendering system, the code itself cannot be loaded due to the amount of code, and cannot render all blocks at the same time. This happens to alot of projects with lots of code. However, if you just delete the ground and ground2 sprites, the code will show. This is maybe because of the amount of code in those 2 sprites, as the game itself has 205 scripts. This can also be because of the amount of sprites, but it is unknown if this is a reason. 2. Basically, Scratch projects can be saved onto your PC as an .sb3 file. So you can tweak and change the code of your project, but you can ALSO add other BLOCKS into your game, without having to figure it out with a custom block. 3. Turbo mode? I guess because of the fast things going on. I dunno. 4. IDK anymore, but just an April Fools prank as it was posted on April 1. Haha. Very funny griffpatch. 5. Yep. Just bot-placed projects on scratchstats.com. Prob already patched from Scratch.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Thanks for your explanations :)
@DoorsBlox
@DoorsBlox Жыл бұрын
np
@misterdot6923
@misterdot6923 Жыл бұрын
interesting
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Thank you :D
@theodorwscratcher
@theodorwscratcher Ай бұрын
I can explain the flappy bird one in a tutorial.
@dibyendubiswas6926
@dibyendubiswas6926 2 ай бұрын
I can do the just define block
@cbob81514
@cbob81514 Жыл бұрын
first project: it was probably a scratch update
@TheSTEAMist
@TheSTEAMist Жыл бұрын
no, they just used HTML
@B.Y.F.W
@B.Y.F.W Жыл бұрын
the pink block is a custum block on 2.
@TheSTEAMist
@TheSTEAMist Жыл бұрын
But it's a glitched one
@FunkyPupo
@FunkyPupo Жыл бұрын
0:21 *_HUH?_*
@aleksandarilic2520
@aleksandarilic2520 Жыл бұрын
How phillipuss made all those blocks
@TheSTEAMist
@TheSTEAMist Жыл бұрын
with HTML hacking
@JonasSchwabeland
@JonasSchwabeland Жыл бұрын
How do I get the red block????
@elijahthesponcore7534
@elijahthesponcore7534 Жыл бұрын
naah for number 2 the person actually used scratch addons.
@breadisyummy_
@breadisyummy_ Жыл бұрын
There’s so many hacked blocks but no (distance to (x), (y))
@TheSTEAMist
@TheSTEAMist Жыл бұрын
Yeah, hopefully in Scratch 4.0
@breadisyummy_
@breadisyummy_ Жыл бұрын
@@TheSTEAMist I did however find a project with a block doing that
@Robloxian-ju2pr
@Robloxian-ju2pr 10 ай бұрын
make top 10
@TheSTEAMist
@TheSTEAMist 9 ай бұрын
maybe another top 5
@ibaswett8786
@ibaswett8786 Жыл бұрын
0:22 it's not because there's no code they are using an addon to hide the code because someone may steal the code
@TheSTEAMist
@TheSTEAMist Жыл бұрын
That could be true
@ЛетисияНеРусс
@ЛетисияНеРусс Жыл бұрын
Super Mario Bros is a nostalgic game bro what about it
@TheSTEAMist
@TheSTEAMist Жыл бұрын
?
@ЛетисияНеРусс
@ЛетисияНеРусс Жыл бұрын
There's super mario in scratch
@kobokkobokanla9947
@kobokkobokanla9947 15 күн бұрын
1:32 2 scroll right blocks?
@kobokkobokanla9947
@kobokkobokanla9947 15 күн бұрын
0:59 delete random of list doesn't just delete the last one
@MelonTuberAndIHTXTuber
@MelonTuberAndIHTXTuber Жыл бұрын
Heres for dah thumbnail code: for each [random v] in 10{ } :: control set stretch to [10]% :: looks
@TheSTEAMist
@TheSTEAMist Жыл бұрын
:O
@SpeshalOfficial
@SpeshalOfficial Жыл бұрын
Alll of them re explainable lol
@aleksandarilic2520
@aleksandarilic2520 Жыл бұрын
How they are customize blocks that were not made in scratch????
@TheSTEAMist
@TheSTEAMist Жыл бұрын
using HTML hacking
@aleksandarilic2520
@aleksandarilic2520 Жыл бұрын
@@TheSTEAMist oh ok
@amasende21
@amasende21 Жыл бұрын
scratch is the most goofiest ahh website of all time
All Scratch April Fool's Day Easter Eggs
2:52
The STEAMist
Рет қаралды 194 М.
I Made Four Bizarre Scratch Games in a Week
10:29
Emeral
Рет қаралды 289 М.
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 140 МЛН
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 27 МЛН
🌊Насколько Глубокий Океан ? #shorts
00:42
Making Flappy Bird using ONLY Hacked Blocks 🐤 Scratch
11:04
The STEAMist
Рет қаралды 185 М.
Top 10 Most MIND-BLOWING Scratch Projects
8:11
ZonxScratch
Рет қаралды 163 М.
Secret scratch blocks!
8:16
Eglodo!
Рет қаралды 34 М.
How I Destroyed the Most Hated Scratch Projects...
8:09
Viiperrr
Рет қаралды 72 М.
TOP 10 Scratch Games 🎮 of All Time
8:17
The STEAMist
Рет қаралды 59 М.
Scratch has been hiding blocks from us........
5:59
TheKrazyDev
Рет қаралды 46 М.
Playing my AWFUL Scratch Games from 2013...
12:27
Toadfan
Рет қаралды 274 М.
Using HACKED BLOCKS in Scratch
5:34
SL Smart Mind
Рет қаралды 205 М.
Get POPULAR on Scratch 📈🤩
2:48
The STEAMist
Рет қаралды 52 М.
I made a game in SCRATCH with no experience
5:23
Gambit
Рет қаралды 51 М.
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 140 МЛН