YES, THIS FINALLY WORKS Press the up arrow to set the text to decode. Press the down arrow to set the encoders. Set the counter variable to how many times you want to encode your text. Press space to start! Ok, so this is kinda an encoder/decoder The encoder is completely random, picking a random letter and replacing it with a random number 0-9, and stores the changes in a list. It repeats this process 100 times, but the reason the list might not be 100 long is due to possible repeats, where due to randomness it replaces something with itself, and since nothing changes, the list isn't updated The decoder looks only at the list and uses that to decode the message. Click "See inside" and take a peek! It's really simple, only 124 blocks and one sprite, although it could technically run on the stage. The only reason the Scratch Cat is there is to say the current text as it changes.