Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to hack your own magic custom blocks
- DCPU-16
-
100+ posts
How to hack your own magic custom blocks
Yep, you can literally put any reporter block in there and it will work as intended. A join block would even let you slip any block in with the editor, nice idea!yeah it is easy, all you do is input a join block for strings to be there. thanks! and you win!
Last edited by DCPU-16 (April 10, 2013 19:50:40)
- botcrusher
-
500+ posts
How to hack your own magic custom blocks
Yep, you can literally put any reporter block in there and it will work as intended. A join block would even let you slip any block in with the editor, nice idea!yeah it is easy, all you do is input a join block for strings to be there. thanks! and you win!
:' D
you guys didn't show the
item (1) of (variable) block,
so after mucking around with the code from the block you did give me, and with the item of list block i managed to hack it!
my first scratch hack, i feel so proud

- SFollis
-
500+ posts
How to hack your own magic custom blocks
congrats! fifty virtual waffles for you:Yep, you can literally put any reporter block in there and it will work as intended. A join block would even let you slip any block in with the editor, nice idea!yeah it is easy, all you do is input a join block for strings to be there. thanks! and you win!
:' D
you guys didn't show the
item (1) of (variable) block,
so after mucking around with the code from the block you did give me, and with the item of list block i managed to hack it!
my first scratch hack, i feel so proud


















































- bullelk12
-
100+ posts
How to hack your own magic custom blocks
Yep, you can literally put any reporter block in there and it will work as intended. A join block would even let you slip any block in with the editor, nice idea!yeah it is easy, all you do is input a join block for strings to be there. thanks! and you win!
:' D
you guys didn't show the
item (1) of (variable) block,
so after mucking around with the code from the block you did give me, and with the item of list block i managed to hack it!
my first scratch hack, i feel so proud
Nice, xD. You can do some REALLY weird things. One time, I stuck a command block into a boolean slot

- YMIBANWAH
-
100+ posts
How to hack your own magic custom blocks
Here's a tip you can open json files directly in Eclipse and possibly other SDKs so that helps because it's hard to read in notepad.
Last edited by YMIBANWAH (April 12, 2013 21:54:53)
- SFollis
-
500+ posts
How to hack your own magic custom blocks
i have eclipse, but notepad should still work. But yes, if it doesn't work for notepad, good idea Here's a tip you can open json files directly in Eclipse and possibly other SDKs so that helps because it's hard to read in notepad.

Last edited by SFollis (April 12, 2013 22:00:46)
- YMIBANWAH
-
100+ posts
How to hack your own magic custom blocks
It opens in eclipse but it won't let me edit it, maybe it's because mine's configured to java.i have eclipse, but notepad should still work. But yes, if it doesn't work for notepad, good idea Here's a tip you can open json files directly in Eclipse and possibly other SDKs so that helps because it's hard to read in notepad.
- botcrusher
-
500+ posts
How to hack your own magic custom blocks
wordpad (notepad's big brother)
gets formatting right and works fine for .json editing
gets formatting right and works fine for .json editing
- bullelk12
-
100+ posts
How to hack your own magic custom blocks
I use dashcode (Mac), and it get's the formatting correct also. Color text referencing is also included
- Hardmath123
-
1000+ posts
How to hack your own magic custom blocks
You can also use Xcode, TextEdit, or Terminal (vim/pico/nano) on Mac—dunno about Windows.
- zorket
-
500+ posts
How to hack your own magic custom blocks
I stuck a hat block in a string input once!Yep, you can literally put any reporter block in there and it will work as intended. A join block would even let you slip any block in with the editor, nice idea!yeah it is easy, all you do is input a join block for strings to be there. thanks! and you win!
:' D
you guys didn't show the
item (1) of (variable) block,
so after mucking around with the code from the block you did give me, and with the item of list block i managed to hack it!
my first scratch hack, i feel so proud
Nice, xD. You can do some REALLY weird things. One time, I stuck a command block into a boolean slot, no joking
- skeletonxf
-
33 posts
How to hack your own magic custom blocks
What version of notepad do you have? Does anyone know where I can get a free text editor that supports the JSON text? My notepad can't read it XD
MIne reads it fine. It just comes out as text which it is meant to.
What does your one do?
I have the default notepad from windows XP. By can't read I meant notepad flattened the code, so that it was all in 2 lines.
- comp500
-
100+ posts
How to hack your own magic custom blocks
turn off word wrap in the format menu, or turn it on i cant rememberWhat version of notepad do you have? Does anyone know where I can get a free text editor that supports the JSON text? My notepad can't read it XD
MIne reads it fine. It just comes out as text which it is meant to.
What does your one do?
I have the default notepad from windows XP. By can't read I meant notepad flattened the code, so that it was all in 2 lines.
Last edited by comp500 (April 21, 2013 05:32:18)
- cmot
-
89 posts
How to hack your own magic custom blocks
i'm pretty sure it's on.turn off word wrap in the format menu, or turn it on i cant rememberWhat version of notepad do you have? Does anyone know where I can get a free text editor that supports the JSON text? My notepad can't read it XD
MIne reads it fine. It just comes out as text which it is meant to.
What does your one do?
I have the default notepad from windows XP. By can't read I meant notepad flattened the code, so that it was all in 2 lines.
- ke1235
-
100+ posts
How to hack your own magic custom blocks
Yes, you would need to turn it on.i'm pretty sure it's on.turn off word wrap in the format menu, or turn it on i cant rememberWhat version of notepad do you have? Does anyone know where I can get a free text editor that supports the JSON text? My notepad can't read it XD
MIne reads it fine. It just comes out as text which it is meant to.
What does your one do?
I have the default notepad from windows XP. By can't read I meant notepad flattened the code, so that it was all in 2 lines.
Yay! That's helpful…
- machinespray
-
25 posts
How to hack your own magic custom blocks
You can open it any text editor. I prefer wordpad. How do you open .json file? it doesn't have the ‘right program’ to view it.
- machinespray
-
25 posts
How to hack your own magic custom blocks
Is it possible to make reporters and booleans?
- SFollis
-
500+ posts
How to hack your own magic custom blocks
oh i already figured that outYou can open it any text editor. I prefer wordpad. How do you open .json file? it doesn't have the ‘right program’ to view it.

I've been trying, but i'm not quite sure… Although there must a way. Is it possible to make reporters and booleans?
- brianush1
-
7 posts
How to hack your own magic custom blocks
I already made a project using that. If you hack the set variable block, you can use it to create new variables. There is no use for it though because you can't hack the variable reporter to allow input.
- Discussion Forums
- » Help with Scripts
-
» How to hack your own magic custom blocks