This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Advanced Topics
  •  » The (almost) Complete and (alitlebit) Simple Guide on Hacking Scratch

#1 2012-12-09 17:30:18

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

The (almost) Complete and (alitlebit) Simple Guide on Hacking Scratch

Stitched all the simple hacking stuff into this post.

How to make a categorie:

bbbeb wrote:

Warning: Long Explanation Ahead.
Step 1. Download the ScratchSkin (search it)
Step 2. Hack Scratch.
Step 3. Open a browser.
Step 4. Go to Scratch-UI-Panes>>ScratchViewerMorph>>rebuildCategorySelectors
Step 5. Add your names after the last of the names.

Code:

 In Example
First you see this.
#pen #motion #control #operators #variables #sensing #sound #looks (not in order)
Change it to this:
#pen #motion #control #operators #variables #sensing #sound #looks #(Your name here)
#(Your Second name here) 
(To set it to one, find out NXIII's secret hack. :D)

Step 6. Edit the ScratchSkin (And add it to your Scratch/Mod Folder.) To add yourCategoryPressed, yourCategoryOver, and yourCategory. (update names to your real names) I Recommend Copying the Control ones and editing them with an image editor.
Step 7: Open a workspace, and add this:
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')

I didnt say it was simple.   tongue

Last edited by fetchydog567 (2012-12-09 18:33:43)


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#2 2012-12-09 19:21:25

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: The (almost) Complete and (alitlebit) Simple Guide on Hacking Scratch

What does this do?  tongue


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 
  • Index
  •  » Advanced Topics
  •  » The (almost) Complete and (alitlebit) Simple Guide on Hacking Scratch

Board footer