PUT IN TURBO MODE! Just wait...
HOW IT WORKS: First, I made a dot that goes left to right from the top to the bottom of the screen. It is actually a pixel scanner that scans each and every pixel in the background (I might make it work on images, too.). I made a List called "Map" (hidden, by the way,) to store the data; written: Material{y}{x}. Who cares if y goes first, it works, right? Then, with the map information and data, we have a printer. It basically separates the material(Key2), x(Key4), and y(Key3) from the data, and then creates a clone of the actual pixels, which implement where they go, stamp, and delete themselves. Key1 was used to identify the curly brackets and the letters. In result, I get a near-perfect copy of the original! This was the first time making something so complicated. Also, the handler for separating the data is basically a chart handler from @SquigglyTuff's FNF engine, incase you were wondering.