Top 5 Weirdest SCRATCH Projects 😺 🎮

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 504

  • @theringsmc
    @theringsmc 2 ปีที่แล้ว +110

    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  2 ปีที่แล้ว +6

      Maybe

    • @gingerphoenix10
      @gingerphoenix10 2 ปีที่แล้ว +4

      I thought it was just in the bg lol

    • @brianheaton801
      @brianheaton801 2 ปีที่แล้ว +1

      @@TheSTEAMist its because the ground and ground2 is not deleted

    • @brianheaton801
      @brianheaton801 2 ปีที่แล้ว +1

      @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  2 ปีที่แล้ว +1

      @@brianheaton801 Cool! :D

  • @bonelessChillies
    @bonelessChillies ปีที่แล้ว +22

    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 ปีที่แล้ว +1

      If you try to type these characters then TH-cam might give you a "returned error" message likely due to rupturing the code after sending the message

    • @TheSTEAMist
      @TheSTEAMist  ปีที่แล้ว

      Niiiiice info!

    • @JackTheFairlyOddParentsFan
      @JackTheFairlyOddParentsFan ปีที่แล้ว

      ​@@TheSTEAMistThe way to see the code is delete the 2 ground sprites

    • @laangel855
      @laangel855 ปีที่แล้ว

      what i was gonna say

    • @Eva_St4rgirl
      @Eva_St4rgirl 3 หลายเดือนก่อน

      yep true its basically unremixable kid

  • @_gherry
    @_gherry 2 ปีที่แล้ว +13

    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  2 ปีที่แล้ว +2

      Nice Explanation :)

    • @_gherry
      @_gherry 2 ปีที่แล้ว +1

      @@TheSTEAMist seems to happen to the foreground sprites as removing them will correct the project altrough the gameloop script stops working

    • @Scriptometry
      @Scriptometry 5 หลายเดือนก่อน

      thought it means .sb3 (Scratch 3) while .sb2 (Scratch 2). I'm talking about project file ID here.

  • @godomc
    @godomc 2 ปีที่แล้ว +82

    you cant comment solved! it actually spames you with and ask block so your constantly tyiping in that

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว +7

      Yeah it's really cool how he came up with it 🙃

    • @afewofmycommentsarecringy.8646
      @afewofmycommentsarecringy.8646 2 ปีที่แล้ว +1

      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 2 ปีที่แล้ว +4

      @@afewofmycommentsarecringy.8646 "ask block" is correct, it's the Scratch code block that makes a sprite ask a question

    • @asleeper
      @asleeper 2 ปีที่แล้ว +7

      @@afewofmycommentsarecringy.8646 "adblock", have you even USED scratch?

    • @afewofmycommentsarecringy.8646
      @afewofmycommentsarecringy.8646 2 ปีที่แล้ว +1

      @@asleeper oh i misread it

  • @Qbix1234official
    @Qbix1234official ปีที่แล้ว +10

    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  ปีที่แล้ว +2

      maybe

    • @cougher9000
      @cougher9000 ปีที่แล้ว

      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)

  • @no-topic
    @no-topic ปีที่แล้ว +6

    The first project code can be seen by deleting both the ground sprites. @The STEAMist

  • @QuirrelSquad
    @QuirrelSquad 2 ปีที่แล้ว +3

    you can export a scratch game to html so its likely the reverse is possible as well which explains the first project

  • @abbyartwright2929
    @abbyartwright2929 2 ปีที่แล้ว +21

    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  2 ปีที่แล้ว +2

      Thanks for the explanations :D, especially the second one

    • @abbyartwright2929
      @abbyartwright2929 2 ปีที่แล้ว

      @@TheSTEAMist You're welcome.

    • @rjbrnr
      @rjbrnr 2 ปีที่แล้ว

      i think the Flappy Bird one have all the coding in the backdrops

    • @suracandy0525
      @suracandy0525 2 ปีที่แล้ว +1

      @@rjbrnr yeah but it's also kinda hard to do

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว +1

      @@abbyartwright2929 Have a great Sunday :)

  • @zunfl0w3r
    @zunfl0w3r 2 ปีที่แล้ว +6

    scratch addons did show the amount of blocks... There are 2262 blocks

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว +1

      Yeah, but they're not visible 🫥

    • @Ilovesimonn
      @Ilovesimonn 2 หลายเดือนก่อน

      ​@@TheSTEAMist there is an tutorial for make a project with isvinsible

    • @Ilovesimonn
      @Ilovesimonn 2 หลายเดือนก่อน

      An tutorial how to make a un visible blocks

  • @daxaroodles
    @daxaroodles 2 ปีที่แล้ว +16

    The first one is coded in a different programming language so no blocks show up.

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว +2

      Maybe 🤷‍♂️, thanks for your comment

    • @happy_alexen
      @happy_alexen 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      bUT HOW DOES ONE UPLOAD DIFFERENT CODING SCRIPT TO SCRATCH??

  • @A_literal_zombie
    @A_literal_zombie 2 ปีที่แล้ว +3

    Project one and two can be explained by downloading the project and editing the code there then loading it in scratch again

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      hmmm... interesting 🤔

  • @probablylogi
    @probablylogi 2 ปีที่แล้ว +1

    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  2 ปีที่แล้ว

      I scrolled up and down and it doesn't show any code

    • @jumongandpudong
      @jumongandpudong 2 ปีที่แล้ว

      Pretty Strange Tho... But Ok

  • @DeathKnight0124
    @DeathKnight0124 2 ปีที่แล้ว +13

    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  2 ปีที่แล้ว +2

      Do you mean kind of like a Scratch news? That would be a cool idea :)

    • @DeathKnight0124
      @DeathKnight0124 2 ปีที่แล้ว +2

      @@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

  • @ShiftClickLearn
    @ShiftClickLearn 2 ปีที่แล้ว +6

    Ooh those projects are crazy! I really enjoyed the video. :D

    • @loong1216
      @loong1216 2 ปีที่แล้ว +1

      wow hi shiftclicklearn! im a fan!

    • @tomacmar
      @tomacmar 2 ปีที่แล้ว +1

      im also a fan!

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว +1

      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

  • @Familymorton6
    @Familymorton6 2 ปีที่แล้ว +2

    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

  • @kariedwards6186
    @kariedwards6186 2 ปีที่แล้ว +2

    Mobile users can activate turbo mode by clicking see inside and going to edit and clicking enable turbo mode

  • @Mattygezart
    @Mattygezart ปีที่แล้ว +1

    Well, Hyperpixel used Scratch Addons for the invisible code.

    • @TheSTEAMist
      @TheSTEAMist  ปีที่แล้ว +1

      was scratch addons even a thing back then?

    • @Mattygezart
      @Mattygezart ปีที่แล้ว +1

      @@TheSTEAMist Yes

  • @GooperL
    @GooperL 2 ปีที่แล้ว +2

    Congrats Steamist for 1K Subs!!

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      It's wonderful , thank you so much for supporting :)

    • @comicspace8034
      @comicspace8034 2 ปีที่แล้ว

      @@TheSTEAMist YOU DESERVE 428258958438593858349 SUBS

    • @agustinbaez8913
      @agustinbaez8913 5 หลายเดือนก่อน +1

      ​@@comicspace8034or...
      (⓿_⓿)
      ∞ SUBS!

  • @BloxedJosh
    @BloxedJosh ปีที่แล้ว +1

    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

  • @1080GBA
    @1080GBA ปีที่แล้ว +1

    He didn’t make the blocks for the second

  • @UwUDaniUwU
    @UwUDaniUwU 2 ปีที่แล้ว +4

    Of course griffpatch would get so many likes and favorites for doing nothing lol

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      yeah, lol

    • @Izzythemaker127
      @Izzythemaker127 2 ปีที่แล้ว

      @@TheSTEAMist What is the ID for the useful hacked blocks project?

    • @Battle_for_nacho_cone
      @Battle_for_nacho_cone ปีที่แล้ว

      he is the scratch krmal (krmal is a geometry dash player)

  • @40susman
    @40susman ปีที่แล้ว

    Some scratch projects got me like: a scratch project… PERRY THE SCRATCH PROJECT?

  • @mitchkiggins9661
    @mitchkiggins9661 6 หลายเดือนก่อน

    If your wondering how the first one works, there is a var named "" which breaks scratch and deletes the code

  • @Enderia2
    @Enderia2 2 ปีที่แล้ว +2

    The Flappy Bird one simply had the code moved, i think

  • @trujillo1982
    @trujillo1982 2 ปีที่แล้ว +1

    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  2 ปีที่แล้ว

      Hyperpixel only has one game though

  • @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

  • @NoobyL0L
    @NoobyL0L ปีที่แล้ว

    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

  • @RedNumber012isEarthling
    @RedNumber012isEarthling ปีที่แล้ว +1

    Fact: The Hacked Blocks in the Music Catergory belongs to Scratch in Scratch 1.4

  • @A_literal_zombie
    @A_literal_zombie 2 ปีที่แล้ว +1

    Oh have you seen chipm0nks project where hiring the stop sign triggers it to keep going?

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Yeah :), it's pretty cool

  • @GoldLocura
    @GoldLocura ปีที่แล้ว

    the flappy bird is broken because of a hacked sprite because if the ground sprites are deleted then it makes the code visible

  • @合合合合合合合合合合
    @合合合合合合合合合合 2 ปีที่แล้ว +1

    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  2 ปีที่แล้ว

      hmmmmmm... interesting 🤔

    • @DiscontinuedChannelProbably
      @DiscontinuedChannelProbably 2 ปีที่แล้ว

      @@TheSTEAMist I remember seeing the haunted project with turbowarp without even knowing the name or knowing it was viewbotted

  • @cxoqueso
    @cxoqueso 2 ปีที่แล้ว +1

    I dont know for what to use the hacked blocks but they look very cool

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว +2

      Yeah, I'm going to do a tutorial in the future :)

  • @TheRealLF2
    @TheRealLF2 2 ปีที่แล้ว +5

    The Flappy Bird one had a lot of code in all of the sprites meaning that scratch had to hide them all

    • @AndyGun11
      @AndyGun11 2 ปีที่แล้ว

      no, that's not how that works.

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      No, that's not the reason there are projects with a lot more code :)

    • @pogmers.in.a.freezer
      @pogmers.in.a.freezer 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      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?

    • @TheRealLF2
      @TheRealLF2 3 หลายเดือนก่อน

      @@AndyGun111 year later, It hides because it lags. If im wrong, i think i should explode.

  • @oreiboon
    @oreiboon 2 ปีที่แล้ว +2

    WHAT THE HECK IS THE BACKGROUND SONG IN THE BEGINNING I KEEP HEARING IT EVERYWHERE .

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      It's called URL Melt

  • @imagee2
    @imagee2 2 ปีที่แล้ว +1

    The Flappy Bird one was basically the code moved, you can tell by the sliders.

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      It doesn't

    • @imagee2
      @imagee2 2 ปีที่แล้ว

      @@TheSTEAMist Oh really

    • @imagee2
      @imagee2 2 ปีที่แล้ว

      @@TheSTEAMist Wait if you delete those 2 ground sprites u can see the code

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      @@imagee2 Cool! :D

    • @imagee2
      @imagee2 2 ปีที่แล้ว

      @@TheSTEAMist Not sure how that works XD

  • @RETROGAMER-c1t
    @RETROGAMER-c1t 10 หลายเดือนก่อน

    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

  • @RedNumber012isEarthling
    @RedNumber012isEarthling ปีที่แล้ว

    Another fact is that the JUMP platformer and the Griffpatch platformer are the same project

  • @uber_is_my_name
    @uber_is_my_name 2 ปีที่แล้ว

    For the useless hacked blocks, maybe the dude was just tryna give ideas to the scratch creators to add in those.

  • @5_blocks
    @5_blocks 3 หลายเดือนก่อน

    the griffpatch one was the tuto for how to make a new project

  • @HistoryofGeogaphy
    @HistoryofGeogaphy 8 หลายเดือนก่อน

    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

  • @fazirmohammed2783
    @fazirmohammed2783 ปีที่แล้ว +1

    I've run into the 1st project

  • @Appel-xd6cd
    @Appel-xd6cd ปีที่แล้ว +1

    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

  • @DuckieAM_viewing_chanel
    @DuckieAM_viewing_chanel ปีที่แล้ว +1

    useful hacked blocks is something everyone does duh

  • @epiccatgamer69
    @epiccatgamer69 2 ปีที่แล้ว +2

    Griffpatch sure be trolling

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      I wonder what he's gonna do next 🤔

    • @scarm_rune
      @scarm_rune 2 ปีที่แล้ว +1

      @@TheSTEAMist your mo

    • @epiccatgamer69
      @epiccatgamer69 2 ปีที่แล้ว

      @@TheSTEAMist never know he's great ideas

    • @epiccatgamer69
      @epiccatgamer69 2 ปีที่แล้ว

      @@scarm_rune bro

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      @@epiccatgamer69 Yeah

  • @absolutenihility
    @absolutenihility 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      That sounds really cool, do you have any other information about the project so I could find it?

  • @Dragon-h8d
    @Dragon-h8d ปีที่แล้ว

    I think the person in the first project did a trick to make the block invisible and making invisible blocks is possible to make

  • @coreyford1992
    @coreyford1992 ปีที่แล้ว

    I remade useful hacked blocks to Astro's scary day

  • @codewithmousree5174
    @codewithmousree5174 ปีที่แล้ว +1

    I'm FairyGuysss in scratch!

  • @phacey4444
    @phacey4444 2 ปีที่แล้ว

    I'm gonna have to pay the hacked blocks one a visit.

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      It was sadly deleted :)

  • @shiprabiswas7303
    @shiprabiswas7303 7 หลายเดือนก่อน

    You can get the red one by doing the%15 trick and then putting it inn a block

  • @pasqualegu
    @pasqualegu 2 ปีที่แล้ว

    hanks lot Sir.. You helping us..

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      You're welcome :), glad it was helpful

  • @BnobKid
    @BnobKid 2 หลายเดือนก่อน

    I found the flappy bird one and that’s insane how is that possible with no code

  • @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

  • @SaeedKarim1906
    @SaeedKarim1906 ปีที่แล้ว

    I used untitled-1 for a project emergency 😂

  • @saga353
    @saga353 2 ปีที่แล้ว

    Going to sub

  • @aleksandarilic2520
    @aleksandarilic2520 2 ปีที่แล้ว +1

    How they are customize blocks that were not made in scratch????

  • @nightman2004k
    @nightman2004k ปีที่แล้ว

    The flappy bird just has hidden code. It actual has lots of code

  • @absolutenobody1secondago431
    @absolutenobody1secondago431 2 ปีที่แล้ว

    1:44 The enter event hat block actually exists in scratch you just need scratch addons

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      But is doesn't exist in Vanilla Scratch

    • @Izzythemaker127
      @Izzythemaker127 2 ปีที่แล้ว

      @@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.

  • @I_Was_Named_This_Way...
    @I_Was_Named_This_Way... 2 ปีที่แล้ว +1

    For the first project, IT’S ALL IN THE BACKDROP!

  • @GoldenFire644
    @GoldenFire644 ปีที่แล้ว

    I'm not sure if anyone said this, but I think the creators of the projects on ScratchStats viewbotted themselves

  • @SuprimSharma-jd8wd
    @SuprimSharma-jd8wd ปีที่แล้ว

    The first one is the top search result when you search flappy bird

  • @supacagifagilisticexpialid4305
    @supacagifagilisticexpialid4305 2 ปีที่แล้ว

    for the first project just scroll around bruh. I literally saw the scrollable areas so don't try and hide it.

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      no, it's literally not

  • @Bee_King1010
    @Bee_King1010 13 วันที่ผ่านมา

    could i have a link to the hacked blocks? i can't seem to find the project.

  • @personguyperson63
    @personguyperson63 ปีที่แล้ว

    For the flappy bird check the backdrop

  • @Cropper8880
    @Cropper8880 2 ปีที่แล้ว

    2:45 that comment at the top I know that guy!!

  • @DoorsBlox
    @DoorsBlox 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      Thanks for your explanations :)

    • @DoorsBlox
      @DoorsBlox 2 ปีที่แล้ว

      np

  • @thunderlightning2214
    @thunderlightning2214 2 ปีที่แล้ว

    i totally know how all these weird stuff works

  • @gacha_aby
    @gacha_aby ปีที่แล้ว

    Please do a part 2

  • @cbob81514
    @cbob81514 ปีที่แล้ว

    first project: it was probably a scratch update

    • @TheSTEAMist
      @TheSTEAMist  ปีที่แล้ว

      no, they just used HTML

  • @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

  • @ETS_96
    @ETS_96 2 ปีที่แล้ว

    naah for number 2 the person actually used scratch addons.

  • @breadisyummy_
    @breadisyummy_ 2 ปีที่แล้ว

    There’s so many hacked blocks but no (distance to (x), (y))

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Yeah, hopefully in Scratch 4.0

    • @breadisyummy_
      @breadisyummy_ 2 ปีที่แล้ว

      @@TheSTEAMist I did however find a project with a block doing that

  • @JimFromTheOffice69
    @JimFromTheOffice69 2 ปีที่แล้ว

    0:22 in some of the sprites there are some blocks of code

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Where?

    • @JimFromTheOffice69
      @JimFromTheOffice69 2 ปีที่แล้ว

      @@TheSTEAMist if you delete some of the sprites you can see the code

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      @@JimFromTheOffice69 yeah

  • @MelonTuberAndIHTXTuber
    @MelonTuberAndIHTXTuber ปีที่แล้ว

    Heres for dah thumbnail code:
    for each [random v] in 10{
    } :: control
    set stretch to [10]% :: looks

  • @amasende21
    @amasende21 2 ปีที่แล้ว

    scratch is the most goofiest ahh website of all time

  • @pcgaming2075
    @pcgaming2075 2 ปีที่แล้ว

    THIS IS CRAZY😮

  • @thegoof2763
    @thegoof2763 5 หลายเดือนก่อน

    Number 1 used a trick which i forgot how to

  • @idzwakey8737
    @idzwakey8737 2 ปีที่แล้ว

    the stretch block did exist but it got deleted in I think scratch 1.1

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Yeah, Scratch Team said it didn't work correctly so they had it removed

  • @chryslergamer861
    @chryslergamer861 ปีที่แล้ว

    More keys are from Scratch addons

  • @JBCHG
    @JBCHG 2 ปีที่แล้ว

    The first one you showed you were swiped to the edge of the code place

  • @OfficialAzeyPLAYZ
    @OfficialAzeyPLAYZ 2 หลายเดือนก่อน

    When i liked the video it turned from 3.8k to 3.9k what are the chances??!!

  • @letiziagracewirawan3883
    @letiziagracewirawan3883 8 หลายเดือนก่อน

    I ever play Flappy bird that's created by Hyper Pixel

  • @omega_david
    @omega_david ปีที่แล้ว

    Did you insult griffpatch's first project?

  • @redranger6402
    @redranger6402 2 ปีที่แล้ว

    for the first one you just scrolled off the code, or maybe it didnt render lol.

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      the project is extremely broken that's it looks like when you click on see inside

  • @alizacelemcentauri986
    @alizacelemcentauri986 2 ปีที่แล้ว

    I kinda wanna try the second one

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      it was deleted :(, you can try some remixes though

  • @JonasSchwabeland
    @JonasSchwabeland ปีที่แล้ว

    How do I get the red block????

  • @Abhinava_Playz_YT
    @Abhinava_Playz_YT 3 หลายเดือนก่อน

    1st project: the user hide's his code
    watch mcvincient to know ( i dont know so )

  • @aglegator5115
    @aglegator5115 ปีที่แล้ว

    In part 2 add the freeze button by harrymations

    • @TheSTEAMist
      @TheSTEAMist  ปีที่แล้ว

      i can't find the project

  • @theodorwscratcher
    @theodorwscratcher 6 หลายเดือนก่อน

    I can explain the flappy bird one in a tutorial.

  • @R-us-h
    @R-us-h 2 ปีที่แล้ว

    Could you give a link for the hacked blocks please?

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      it was sadly removed :(

  • @bive-channel
    @bive-channel ปีที่แล้ว

    0:04 Delete the 'Ground2' sprite and you will see ALL code.

  • @Pre-Kachu
    @Pre-Kachu ปีที่แล้ว

    For the hacked blocks, can't you just copy and paste the word random into it?
    Or am I just stupid.

    • @TheSTEAMist
      @TheSTEAMist  ปีที่แล้ว

      wdym?

    • @Pre-Kachu
      @Pre-Kachu ปีที่แล้ว

      @@TheSTEAMist for the list block, can't you go into operator, go to join, and type in random, then copy and paste it into the list? Y'know, the (---)?

  • @jacobbirdies8715
    @jacobbirdies8715 ปีที่แล้ว

    1:42 You can get them in scratch mods.

  • @esdagag2574
    @esdagag2574 2 ปีที่แล้ว

    the first one probably used code in the backdrop.

  • @brsquadscratchr
    @brsquadscratchr 2 ปีที่แล้ว

    0:21 wait a few minutes inside and then the code will appear

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Idk, it didn't work for me

    • @brsquadscratchr
      @brsquadscratchr 2 ปีที่แล้ว

      @@TheSTEAMistdelete the 2 grounds and then it will work

  • @goomba_wave
    @goomba_wave 6 หลายเดือนก่อน

    All code that you make can be invisible just add some other code

  • @kobokkobokanla9947
    @kobokkobokanla9947 5 หลายเดือนก่อน

    0:59 delete random of list doesn't just delete the last one

  • @picklez4lunch
    @picklez4lunch 2 ปีที่แล้ว

    Nice video!

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Thanks for watching :)

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      Long time no see, how are you doing?

    • @picklez4lunch
      @picklez4lunch 2 ปีที่แล้ว

      @@TheSTEAMist good to know we’re still friends lol. I’ve been taking scratch easy lately. 🤗

    • @picklez4lunch
      @picklez4lunch 2 ปีที่แล้ว

      @@TheSTEAMist Could you feature one of my old projects in a vid?

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      @@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

  • @WDNH24
    @WDNH24 2 ปีที่แล้ว

    Super Mario Bros is a nostalgic game bro what about it

    • @TheSTEAMist
      @TheSTEAMist  2 ปีที่แล้ว

      ?

    • @WDNH24
      @WDNH24 2 ปีที่แล้ว

      There's super mario in scratch