According to all known laws of aviation (A tool for burning data into RAM modules)
0 Stars     25 Views    

Author: Mtra. Nataly Medina

Forked from: jbox1/According to all known laws of aviation (A tool for burning data into RAM modules)

Project access type: Public

Description:

I designed a simple console function to dump strings *into* RAM components. It's pretty simple to use. Here I have used it to "burn" the start of the bee movie script (for the memes). However, this tool could be equally useful in any other situation which needs a mass amount of data to be burned into a storage device.

Instructions:
  1. Place a RAM module
  2. Press F12 to open the debug tool
  3. Open the console
  4. Select the RAM module
  5. Paste the following code into your console: simulationArea.lastSelected.data = Int8Array.from('According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don\'t care what humans think is impossible.', function(s) { return s.charCodeAt(0) });
  6. Execute the command.
  7. Enjoy your ram full of data!

Created: Oct 12, 2020

Updated: Apr 13, 2021


Comments

You must login before you can post a comment.