This is an old project, go to: https://scratch.mit.edu/projects/1156509705/ The moment you have all been waiting for has come! Find tools for your code and hacked blocks! +1 tools will be made each day and this project is actively updated! There are a total of 10 tools so far and many hacked and useful blocks! I will emphasize this again, you have to go INSIDE the project, it is NOT a teaser or whatever. GO INTO THE CODE TO GET THE TOOLS. There is nothing with the green flag except for a background. You need to actually put the sprites or "tools" you want into your backpack and make sure you scroll up in the sprite if you don't see the tool blocks. Let me know in the comments if there are any glitches! //1.2.0, Added Capitalizer Tool: Fixes one of the biggest problems in Scratch and capitalizes inputs easily. //1.3.0, Added Cloud Encode Tool: Turns letters, symbols, and numbers into encoded numbers so that a cloud var can save the inputs and then decodes it. //1.3.1, Added hacked blocks! Thanks to Celefant and GreenScripter. //1.3.2, Answer List Tool: turns the answer block into a list. //1.3.3, Scroller Tool: quickly changes the sprite's size to beyond the limits for scroller games. //1.4.0, Added Button Tool: works with any button, uses in code animations to make the button click more satisfying. //1.4.1, Added Comment Block: useful and used by many well known Scratchers as a super easy was to comment better. //1.5.0, Cloud Compress Tool: compresses two inputs in one cloud var. More might be added later. //1.5.1, Improved intro. //1.6.0, Animation Tool: useful tool that plays any scenes you want with time values and the start and end inputs you fill in. //1.6.1, Dialogue Tool: typewriter dialogue easy to use by MarioGeek. //1.6.2, FPS Counter: A working FPS counter using delta time and not the timer block. //1.7.0, Group Tool: groups animations together so you can easily play them by names.