Using HACKED BLOCKS in Scratch

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 347

  • @jamespennington6428
    @jamespennington6428 Рік тому +74

    If you name a costume “previous costume” then delete it, it will go to a previous costume

    • @gatto_furry
      @gatto_furry Рік тому +4

      Or just make a variable and put it as that

    • @jamespennington6428
      @jamespennington6428 Рік тому

      @@gatto_furry or use a join reporter

    • @AntiZoophileOvergunner
      @AntiZoophileOvergunner Рік тому

      @@gatto_furry or put "(costume number - 1)"

    • @TheCoolestBoyGD69420
      @TheCoolestBoyGD69420 Рік тому +3

      ​@gatto_furry Will it? If a costume that exists in the sprite is named "previous costume", then it will just swap to that. Or else, it would do nothing.
      [in a legit tone] *There. I said it.* *_explosion_*

    • @TanyaL-f7c
      @TanyaL-f7c 6 місяців тому +1

      this acually works

  • @robinbatwing8846
    @robinbatwing8846 Рік тому +42

    For the list read/delete random and last they do work on scratch without hacking. Your just need to paste a string letter for letter into the text box, this can lead to many cool secrets like color effect being set to infinity for greyscale and pitch being set to -infinity for stoping a soundtrack(useful for an easy pause button).

    • @youcomment9
      @youcomment9 Рік тому

      You can get infinity by dividing anything by zero

    • @AntiZoophileOvergunner
      @AntiZoophileOvergunner Рік тому

      @@youcomment9 any positive value, you mean
      dividing a negative number by 0 gives you -infinity (negative infinity)
      dividing 0 by 0 gives you NaN (Not a Number)

    • @OrionsbeltYT
      @OrionsbeltYT 3 місяці тому

      you can do
      [delete (last) of [list] ]
      by doing
      [delete ( (join (last) () ) of [list] ]

  • @vetaylotaylor5714
    @vetaylotaylor5714 Рік тому +7

    1:20 that is actually called a protractor 🤓

  • @zzmariobruhhandle
    @zzmariobruhhandle Рік тому +27

    Fun Fact: Scratch 4.0 exists, but it is in early testing. Its called "Scratch Labs"
    Edit: its official

  • @KennethPlaysOfficial
    @KennethPlaysOfficial Рік тому +39

    The change pen shade was actually in scratch 2.0 and it was removed for some reason. This basically made every color picker tutorial in scratch 2.0 useless.

  • @WindowsDrawer
    @WindowsDrawer Рік тому +25

    In scratch 2 there were blocks for detecting backspace, shift, ctrl ETC.
    Rip scratch 2 i miss you :(

    • @7425SARVESH.S
      @7425SARVESH.S 9 місяців тому +1

      you could still download scratch 2 y'know

  • @msuru-mangogamer
    @msuru-mangogamer Рік тому +9

    How to get MORE secret blocks:
    1. goto turbowarp
    2. goto addons and enable 'extra key options' and goto sensing
    3. find the 'key pressed' block, click on it and scroll down. You will see secret key options like = ' ; # and more!
    These blocks also work in normal scratch btw.

  • @Kot_roblox
    @Kot_roblox Рік тому +5

    1:48 use this:
    key (join (your key) ()) pressed?

    • @SLSmartMind
      @SLSmartMind  Рік тому +2

      Yep that works too
      But why ? Why didn't they add those.

  • @Zillygoober3
    @Zillygoober3 Рік тому +5

    Does someone care about the scratch cat dissapearing there 0:28

  • @TheCoolestBoyGD69420
    @TheCoolestBoyGD69420 Рік тому +12

    You can create a "previous costume" block by creating a run without screen refresh block named you-know-what, being defined by a next costume block in a repeat block, where the number is the amount of costumes of selected sprite, takeaway 1. And you forgot about *_THE WHEEL_* at 1:33. And at 4:42, for selecting a random, use "pick random 1 to length of list". Last selection would be "length of list" block, obviously.

    • @ab071official
      @ab071official 8 місяців тому

      no its used
      switch costume to ( ( Costume[Number v] ) + (1) )

    • @sucubu5
      @sucubu5 2 місяці тому

      actually you just need to create a costume named previous costume, take a switch costume block, set it to switch to ''previous cosutme'', and delete the costume.

  • @scrater_scratch
    @scrater_scratch Рік тому +5

    This is awesome. Btw, what video editing software are you using? The effects are so cool :O

  • @UnknownX-Edits
    @UnknownX-Edits Рік тому +2

    Hey, in 4:32, I wanted to have that block but I cannot find it from the project that has the hacked blocks, where did you found it?

  • @krisp6255
    @krisp6255 Рік тому +8

    For each of these blocks there is a way to make them without needing mods or hacks, or recreate them at least, using their intended functionality
    Switch costume to (previous costume) ~ Switch costume to ((Costume Number) - (1))
    *Can't loop over from 1 to the last costume
    When (?!) key pressed ~ When (Join(?!)()) key pressed
    *Doesn't work with named keys, i.e. Enter, Backspace, Shift...
    When this sprite touches (Mouse Pointer) = (When (Timer) > (-0.1)) -> (If (Touching (Mouse Pointer)))
    While (Input) = Repeat Until (Not(Input))
    For each (Input) in (Number) was displayed in the video at 3:00
    Counter was displayed in the video at 3:10
    Set pen color to (Hex) = Set pen color to (Join (Hex)())
    *Same with other Hex code variants
    Join (Color)(Color) would be annoying to write down, I might edit this later to include it
    Start sound (Typeable) is the only block I can't seem to find anything for
    Delete (random) of (list) = Delete (Pick random (1) (Length of (List)) of list
    Delete (last) of list = Delete (Length of (List)) of list
    Define (Block) (Author) (Description) = Define (Block) Add Comment
    Red Block ~ Define (Block) Run without screen refresh -> Forever (Create clone of (Myself)) -> When I start as a clone (Defined Block)
    I might edit this tomorrow or something

    • @PapaIuig
      @PapaIuig Рік тому

      If you do enter in small letters only it works for some reason, but for the others not

    • @JandMenterprises
      @JandMenterprises Рік тому

      Thanks!

    • @AntiZoophileOvergunner
      @AntiZoophileOvergunner Рік тому

      the special keys thing does work with the enter key, shift key gets treated as S key

  • @datty8
    @datty8 Рік тому +6

    4:30 you can actually get it by copying and pasting
    Or just use a “join” block, griffpatch also used it in one of his projects

  • @aiming2game55
    @aiming2game55 Рік тому +14

    4:42 you can just put the "length of list" block inside and it will always be the last one

  • @mattt340
    @mattt340 Рік тому +5

    im making geometry dash in scratch is there any hacked blocks that can help me?

    • @Izzythemaker127
      @Izzythemaker127 Рік тому +1

      The repeat block with a variable in it(aka for block) could be useful maybe, but not specifically for gd.

  • @cats4Life
    @cats4Life Рік тому +3

    Honestly, I don’t know if some of these are actually hacked blocks or it’s just this was in the past and scratch I did those blocks because I found blocks that I used before in 2:40 1:36 2:51 so I don’t know (edit: if I’m wrong, don’t blame me because I have use these features is before)

  • @wlodekm4499
    @wlodekm4499 Рік тому +4

    You got the for wrong, it adds 1 to the specified variable each time it runs

  • @Tabbytoffee
    @Tabbytoffee Рік тому +10

    Thanks!!! That pen shade block was exactly what I needed for my paint project.

  • @lightlinereal
    @lightlinereal Рік тому +5

    4:36 you can just use the 'length of list' reporter block

  • @veto_real
    @veto_real Рік тому +6

    You can actually make previous costume in Scratch without hacked blocks.
    [switch costume to (join (previous ) (costume)]

    • @SLSmartMind
      @SLSmartMind  Рік тому +4

      Yh
      You can.

    • @percent2520
      @percent2520 Рік тому

      You can also name a costume you won't use _previous costume_ (I think)

  • @ego-lay_atman-bay
    @ego-lay_atman-bay Рік тому +2

    A great way to use extra keys in key pressed blocks is by typing the key into a join block, then dropping it into a key pressed block. You can't do that with a when key pressed block, because you can't drop blocks into it, or can you? You can't, but if you load the makey makey extension, there is another when key lressed hat block, which does have an input that you can drop a join block into, giving you the ability to use extra keys in a hat block. That's not the only good use for the makey makey extension though, you can drop a join block into the keys pressed in order block, and create your own key pattern. Just seperate each key name with a space, and arrow keys don't have the word arrow (they're just up, down, left, and right).

  • @JaredtheNacliFan
    @JaredtheNacliFan Рік тому +4

    I also kind of wish there was a block that says “receiving message _____?” So we could repeat an action until we get a message or something like that.

    • @SaintRingo
      @SaintRingo 11 місяців тому

      you can just use broadcast

  • @raphaelfrey9061
    @raphaelfrey9061 Рік тому +3

    the hex value for the color works normal if you input it with a variable or a connect()with() block

    • @orrinpants
      @orrinpants Рік тому +1

      Mmm yes connect()with() my favorite block

    • @raphaelfrey9061
      @raphaelfrey9061 Рік тому

      You could loop with this block trough every color.

  • @allthemallows
    @allthemallows 8 місяців тому +3

    to make ur own previous costume, just place a switch costume to block down, and in the costume part add an operator that is costume # - 1

  • @AntiZoophileOvergunner
    @AntiZoophileOvergunner Рік тому +2

    Most of these can be recreated in vanilla Scratch or have a block that does the same thing
    "switch costume to previous one" = [switch costume to ((costume number) - 1)]
    direction wheel = just type the direction
    "key (symbol) pressed" = *
    "when this sprite touches mouse pointer" = [when green flag clicked] or [when I receive _ ] if
    "while _ " = repeat until
    "for every i in _" = repeat _
    "counter" "clear counter" "increment counter" = variable, [set variable to 0], [change variable by 1]
    hex codes = (join (hex code) ())
    "start sound (typed)" = (join (sound) ())
    "random of list" = (pick random 1 to (length of list))
    "last of list" = (item (length of list) of list)
    () = nothing, _ = any
    *shift key doesn't work, it treats it as the S key. backspace doesn't work and gets treated as the B key
    you can also put most of these into a "my block" and get the same effect

  • @errordetected8492
    @errordetected8492 Рік тому +2

    By the way, you can actually add comments to the red block. You can tell because if you right-click after trying to add a comment, the context menu says "Delete Comment". It's just that the comments don't appear for some reason.

  • @Literally_Weird_Studios
    @Literally_Weird_Studios 10 місяців тому +2

    1:29 but the normal point in direction block uses “the wheel” aswell so that block is not hacked

  • @TS2021_ME
    @TS2021_ME Рік тому +5

    the for each i in (value) should actually be reused - it can run stuff far faster then alternatives (the repeat block is slower)

  • @reminderIknows
    @reminderIknows Рік тому +3

    to be fair, you could use
    pick random(1) to (length of (list))
    inside of delete/read

  • @IncognitoOrange
    @IncognitoOrange Рік тому +11

    I like using turbowarp, because they have a function that ALLOWS YOU TO BUILD YOUR OWN BLOCKS O_O the projects made in turbowarp that have custom blocks unfortunately usually cannot be uploaded to scratch though

    • @gamesplus323
      @gamesplus323 Рік тому +3

      yes i to use this

    • @El_Asado
      @El_Asado Рік тому

      That's snap, turbowarp doesn't let you do that.
      ... I think

    • @ego-lay_atman-bay
      @ego-lay_atman-bay Рік тому

      Technically, turbowarp can load custom extensions, which do allow you to create your own blocks, but you need to know javascript and a bit about how scratch works in order to create them. HOWEVER Snap! is a program inspired by scratch, it has the same functionality, but you can create your own commands, reporters, and predicates (booleans), and even put them in any category. There's also a lot more stuff in it, so you should definitely try it out.

  • @olivia_am3230
    @olivia_am3230 2 місяці тому +2

    Did you know about the 2.0 list drop-down hacked block? Or the hacked EXTENTION!?!!? Edit:
    The 2.0 list drop-down has 2 variants, their opcodes are: 1ListIndexAll, and 1ListIndexRandom. In 3.0, they can only be typed in, wile in 2.0 they could click the drop-down and select number,last,and the last word of the name. (Used to be in {delete(1 v) of [me v]} and (item(1 v) of [me v]))

  • @duvawola
    @duvawola Рік тому +3

    Actually "while" is just "until ", it is not the "if" block in a loop. For the delete/read last item of block, you could just put a length of inside the delete/read block.

  • @syesjohnny4119
    @syesjohnny4119 Рік тому +4

    4:40 exist in scratch 2

  • @bread_bee
    @bread_bee Рік тому +4

    all of these block dont need to be hacked
    for the last item of list block, just put in the length of list into the value
    for the hacked keys just use the join block in the boolean reporter (only enter works not shift or ctrl)

  • @TravisTheYouTuber952
    @TravisTheYouTuber952 Рік тому +4

    You can break Scratch by: Put some random sounds on your backpack (don't put on sprites)

  • @ego-lay_atman-bay
    @ego-lay_atman-bay Рік тому +3

    The while block is actually the opposite of the repeat until block. Repeat until repeats until the value is true, but the while block repeats until the value is false, aka while the value is true.

    • @thebaby6340
      @thebaby6340 10 місяців тому

      the "not ( )" opetartion block is probably what ended its career

  • @HMODY-3821-A-Shrimp
    @HMODY-3821-A-Shrimp Рік тому +3

    You love Champ99 but you need scratch pain in all scratch videos except this video

  • @minhpichannel4108
    @minhpichannel4108 Рік тому +2

    I'm gonna try to replace these with normal block. And I will also comment
    0:56 Logic Scratch be like: (Replace: [Switch costume to (join (previous ) (costume) or ((costume [#])-(1))
    1:31 I don't use this too much (Replace: [point in direction] then use "the wheel" then type the number ((direction)-(here)) or + then put it in stack block)
    1:50 I don't mind it because I can replace ({key (label) pressed?} - [^When (label) key pressed]-> Makey put label = join (enter)() or a variable "enter") I use this method mostly to run project 🙂
    2:01 Use Scratch ADDON 10/10 scratch addon
    2:06 Woa didn't know that
    2:22 Hope Scratch will have [^When {boolean}] like SpikeTM so I can replace with [^When {touching ()?}] Scratch, Please!
    2:32 This you need to replace with
    [repeat until {{not }}
    "If" needs forever loop :)
    2:46 This is in TurboWrap also, But I have no idea about this block
    3:08 Not much useful
    3:23 I agree (Replace: add join (hex code)()
    3:44 I don't use Pen extension
    3:57 Replace like my comment in 3:23
    4:05 No way to replace but how about adding scratch addon hex code
    4:13 With scratch addon it's not useful anymore
    4:18 Use a Join or [^Define Start sound (s)]
    Start sound (s)
    4:31 Last 2: join or random: (pick random (1) to (length of list)
    4:40 Replace with length of list
    4:46 But this existed in 2.0
    4:50 I guess let's just add comment to it ;)
    5:16 One time it stuck into my mouse. NEVER HOLD THIS BLOCK!!! Warning!
    5:27 I watch this❤
    Like and sub!

    • @SLSmartMind
      @SLSmartMind  Рік тому +1

      Thank for the comment mate ! Welcome to the smart mind family

  • @sultananargis494
    @sultananargis494 Рік тому +3

    1:23 THE WHEEL

  • @bababadibot-712
    @bababadibot-712 Рік тому +3

    To make a "switch costume to previous costume block" take a costume number and a minus operator and put the costume number in the first slot of the minus operator and a 1 in the second slot of the minus operator. Then take a switch costume block and put the costume number minus 1 combination inside the slot of the switch costume block. For the hacked hex code color blocks, you can replicate it by typing the hex in the first slot of a join block and putting the join block in where the color slider is. Replicating the hacked block where you type in the sound instead of choosing one can also be done using the join operator and putting the sound you want to type in the first slot of the join operator. Creating an item random of list or delete random of list can be done by using the pick random operator block and putting 1 in the first slot of the pick random operator block and the length of list in the second slot of the pick random operator block. To make an item last of list or delete last of list can be done with the pick random operator block and putting length of list in both slots of the pick random operator block. The comment is getting too long so I will make a video about this video.

    • @111tamron
      @111tamron 11 місяців тому

      :mechanical_leg: :pickup_truck: :warning: ...

    • @bababadibot-712
      @bababadibot-712 10 місяців тому

      @@111tamron 🦿🚚⚠?

  • @learningwithmarilyn2495
    @learningwithmarilyn2495 Рік тому +3

    1:22 "the wheel"

  • @unstoppableamay
    @unstoppableamay Рік тому +2

    these are in turbowarp while and for [variable] in range

  • @agastya8135
    @agastya8135 Рік тому +4

    I
    Love
    Scratch

  • @Afrocitygr
    @Afrocitygr Рік тому +4

    I really wish scratch could implement while and for loops. Would make my life easier rather than using repeat and repeat until.

  • @haoyuzhang4626
    @haoyuzhang4626 Рік тому +2

    You can delete the last item of a list by deleting the length of list so it only deletes the final thing and to switch to previous costume use switch costume to 0-costume number

    • @AntiZoophileOvergunner
      @AntiZoophileOvergunner Рік тому

      for the previous costume you can also use [switch costume to ((costume number) - 1)]

  • @righiali2006
    @righiali2006 Рік тому +7

    The 'while' and the 'if then' block are not the same. The 'while' block actually is the 'if then' in a 'forever block'. so if you put 'while' by itself it acts like an 'if then' in a 'forever'. So they are different.

    • @AntiZoophileOvergunner
      @AntiZoophileOvergunner Рік тому

      so just use a forever and an if block, or use a "repeat until not" block

    • @righiali2006
      @righiali2006 Рік тому

      @@AntiZoophileOvergunneryes. You're correct.

    • @ego-lay_atman-bay
      @ego-lay_atman-bay Рік тому

      No, a while block is the opposite of the repeat until block. The repeat until block runs until the value is true, but the while block repeats until the value is false, or while the value is true. The loop does not restart if the value becomes true again (hence why it's not a cap block like the forever block).
      A forever of block repeats while the value is true, but when it turns false, it keep checking for if the value is true, and once it become true again, it runs the script inside the if block.
      Also, fun fact, there was actually a forever if block in scratch 1.4. You can't get it in scratch 3.0, because scratch just converts it to a forever loop around an if block.

    • @AntiZoophileOvergunner
      @AntiZoophileOvergunner Рік тому +1

      @@ego-lay_atman-bay so use a repeat until and a not block

    • @ego-lay_atman-bay
      @ego-lay_atman-bay Рік тому

      @@AntiZoophileOvergunner exactly

  • @itzaedanz1517
    @itzaedanz1517 Рік тому +1

    to get the imfamous red block hat:
    1. go to the homepage and type in %15 in the home bar
    2. if done correctly you should get this  symbol now go to the editor
    3. make a new block and put in the  symbol in the text label then press ok
    notes:
    - the editor does not say its a created block
    - yes it works with the april fools cat block thing (it does not exist anymore unless you have scratch addons)

  • @suyantosuyanto2859
    @suyantosuyanto2859 3 місяці тому +1

    4:56 / 5:33 u can know the costum block by adding create block called blank or tpye whatever u like add input and booleans click ok and press ctrl + s thats means save the project reload the page or click the link of right once you reload the page right clicking on it edit the block type named %s click ok and click x/exit click save or press ctrl + s and reload the page and done

  • @Jeremylol13-jemy
    @Jeremylol13-jemy Рік тому +5

    I need a update to the custom blocks where you can make loop blocks and reporters and operators and hat blocks and non stacked blocks :)

  • @ms.tam-bmt7060
    @ms.tam-bmt7060 Рік тому +2

    Why do I see Scratch 3.29.1 at the corner?

  • @DeltaruneRalsei
    @DeltaruneRalsei Рік тому +3

    the delete last block is useless
    just do delete (length of list)

  • @notwithouttext
    @notwithouttext 8 місяців тому +1

    actually "while" is more like "repeat until" except reverse, so "repeat until not touching edge" is the same as "while touching edge"

  • @theromanianballcuzwhynot
    @theromanianballcuzwhynot Рік тому +3

    key enter pressed = made by scratch addons

  • @SL_divjot
    @SL_divjot 7 місяців тому +1

    One fact, if you want any key pressed to go to scratch it on press, experiment, keys, press, shift lock keys and both of them shift and experiment key show it then you will have these any block things

  • @nano34677
    @nano34677 Рік тому +2

    yo SL smart mind, i love ur videos so much. they are amazing

  • @totally_notjesse101
    @totally_notjesse101 Рік тому +1

    how to make scratch crash: 1. remove all sprites. 2 go to ur backdrops and add a large text that says crash. 3 then go full screen and press the flag.

  • @mechhy_confused
    @mechhy_confused Рік тому +3

    I wish we could do mouse lock

  • @Numberblocks54
    @Numberblocks54 Рік тому +3

    BEST VIDEO

  • @flarethetitanpea5358
    @flarethetitanpea5358 9 місяців тому +2

    you can just use the join block with any character entered in it for the block to detect that character. but i dont know for the hat block

  • @Heeter
    @Heeter 8 місяців тому +1

    We have support to check for every key if pressed make! Make a variable and set it to a key, then put the variable inside the key pressed sensing block and you're done!

  • @KennethPlaysOfficial
    @KennethPlaysOfficial Рік тому +5

    Can somebody please make an extension/plug-in that adds these blocks to the block picker? That would be so 🖐️y. 😂

  • @BESTGAMER12132
    @BESTGAMER12132 Рік тому +3

    The wheel is now in normal scratch

  • @nexpunged
    @nexpunged Рік тому +2

    0:53 switch costume to previous costume isnt hacked but also a legit block. just name a costume previous costume and put the block to switch costume to previous costume then delete the costume. u will get the "hacked" block. it works with next costume but random dosent work
    a

  • @BlueberryChnl
    @BlueberryChnl 11 місяців тому +1

    fun fact: you can do switch costume to and then put a minus operator and then 1 on the first section and then in the costumes put down a costume number and it should switch to the previous costume

  • @champ99
    @champ99 Рік тому +2

    Thanks For The Shout out!

  • @alexdacat7052
    @alexdacat7052 Рік тому +3

    1:50 isn't in the scratch project linked

  • @alexdacat7052
    @alexdacat7052 Рік тому +3

    4:45
    that's just {item (length of [list v]) of [list v]}

  • @jagozinga3028
    @jagozinga3028 Рік тому +2

    When I have clones, do

  • @JustaPressureguy
    @JustaPressureguy 6 місяців тому +1

    the wheel 1:22 the most inspiring words ever said

  • @Edwardthenumber2engine828
    @Edwardthenumber2engine828 Рік тому +3

    Nice video this is pretty entertaining to watch!

  • @mayabogdanova9506
    @mayabogdanova9506 7 місяців тому +1

    His reaction to the refridgerator backdrop was the same as mine lol

  • @gameboyyt_Coasterandgaming
    @gameboyyt_Coasterandgaming Рік тому +1

    are you going to translate into French when you have the audio language option?

  • @amanammer
    @amanammer Рік тому +1

    2:36 no you can to the exact same thing with the repeat until block, not the if block!

  • @ayaanrathore
    @ayaanrathore Рік тому +1

    1. Make A New Block With An Input
    2. Put The Input In A Wait Seconds Block
    3. Edit The Block And The Delete The Input
    Now You Have A Random Input

  • @officialalphabet
    @officialalphabet Рік тому +1

    Fun fact you can get the last and random list blocks just by copying last or random and paste it to the value in the block

  • @guleryazkan5702
    @guleryazkan5702 Рік тому +2

    make a custom block with unnamed press space. make custom blocks for 4 times empty blocks. and place stop this script on the 4 stack of spaces. and make forever. and open loudness script and close and will scratch crashed

  • @Agus_Fellini
    @Agus_Fellini 4 місяці тому +1

    Tengo una pregunta, te pueden banear la cuenta por esto?

  • @Breuhh
    @Breuhh Рік тому +2

    Well the [delete (random) of [list v]] Is possible by using a (join () ())

  • @elephant_beard227
    @elephant_beard227 9 місяців тому +1

    How do you get that cool custom block? It's not in the linked project, and I can't find it anywhere!

    • @SLSmartMind
      @SLSmartMind  9 місяців тому +1

      Check out my never do series

  • @azrakgd2022
    @azrakgd2022 18 днів тому +1

    to bassicaly change up drop down bubble blocks, i put a variable in the dropdown and set the variable to anything i likelets say
    "previous costume"

  • @ryano654
    @ryano654 10 місяців тому +1

    the typable start sound block is replicable using a define block...LITERALLY.

  • @biscorfamily7903
    @biscorfamily7903 3 місяці тому +1

    1:58 Is this your profile???? I remixed Windows 11 SE!!! It is called "Windows 11 24H2"!

    • @SLSmartMind
      @SLSmartMind  2 місяці тому +1

      Nope
      My profile is in the description :)

  • @LeonTietje-k7z
    @LeonTietje-k7z 11 місяців тому +1

    I just need a block for the pen extension to ONLY delete all stamped or drawn things of this Sprite and not

  • @Epic-shorts
    @Epic-shorts Рік тому +2

    ALERT FOR A PREVIOUS COSTUME YOU CAN JUST DO SET COSTUME TO COSTUME NUMBER - 1

  • @Manirby
    @Manirby Рік тому +2

    Now create a game only with hacked/secret blocks

  • @jessicapainter3983
    @jessicapainter3983 Рік тому +1

    how did you get that when sprite touches whatever hat block

  • @caganuraskoksal1206
    @caganuraskoksal1206 Рік тому +5

    Good job

  • @totally-not-lazybones
    @totally-not-lazybones Рік тому +1

    1:29 the block with *the wheel* now is in official scratch 3.0! (as I remember)

  • @Jinxthedemonic
    @Jinxthedemonic 11 місяців тому +11

    bro the rotation block is not a hack block

    • @nathanc6443
      @nathanc6443 5 місяців тому +1

      I thought it was the if enter pressed turn but I realised enter exist

  • @chestragalantino
    @chestragalantino 11 місяців тому +1

    "THE WHEEL" got me 💀

  • @fvclanadventures1494
    @fvclanadventures1494 3 місяці тому +2

    3:54 i heard Color block

  • @teslarocks
    @teslarocks Рік тому +1

    how did u make the 2nd to last block

  • @nicktheguy_
    @nicktheguy_ 11 місяців тому +1

    can you send a link that has the play sound block where you type into it instead? been trying to find it but can't other than what you have in this video

  • @RamenBros1933
    @RamenBros1933 Рік тому +2

    Bro Said Wheely Wheely Cool

  • @b12385
    @b12385 Рік тому +1

    I didnt notice that the while block was gone! (last year it was there and i miss it now)

  • @WindowsSeven7601
    @WindowsSeven7601 8 місяців тому +1

    I love “THE WHEEL”

  • @Luke50789
    @Luke50789 Рік тому +3

    You are a Sl smart mind because you are a smart mind😉

  • @igorpawlak6043
    @igorpawlak6043 Рік тому +1

    did you know the loud? block was removed from scratch i found it in scratch 1.4

  • @sortanormal
    @sortanormal Рік тому +1

    Make and release a scratch project using these blocks and be able to remix the project so we can make good projects with hacked blocks1!1!1!1

    • @SLSmartMind
      @SLSmartMind  Рік тому +1

      Check the description mate ! It's there