Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pixelsea [2024/09/15 17:35] – gotta fix my grammar. GlitchyZoruapixelsea [2024/10/29 00:28] (current) GlitchyZorua
Line 54: Line 54:
  
 On this mode, the "Print Search Words" button is hidden.  On this mode, the "Print Search Words" button is hidden. 
 +===== Breaking the Code =====
 +We can make the machines display and the sticky note say whatever we want
  
 +<code>
 +triggerTimeFeedback(stringToWordArray("The quick brown fox jumped over the lazy dog")); //The blue display
 +triggerTimePrint(["The quick brown fox jumped over the lazy dog"]); // The sticky note
 +</code>
 +
 +{{ ::capture33334343.png?400|}}
 +
 +This will invoke the random button.
 +<code>randomButton();</code>
 +
 +Will take you to the "welcome" page.
 +<code>goHome()</code>
 +
 +Will poke the printer. (invoking the printer malfunction event)
 +<code>bonkButton()</code>
 +
 +Prints the About page
 +<code>printAbout()</code>
 +
 +Prints the "Send Icons" page
 +<code>sendIcons()</code>
 +
 +Tells weather it should print out badges or icons.
 +<code>SetMode()</code>
 +
 +Prints Badges
 +<code>SetMode('badge')</code>
 +<WRAP center round info 60%>
 +If you type neither badge or icons, it would switch the mode back to "icons"
 +</WRAP>
 +
 +Prints Icons
 +<code>SetMode('icons')</code>
 +
 +Prints the entire World List.
 +<code>printWordList()</code>
 +
 +EVERYTHING IS OKAY NOW!
 +
 +
 +<code>okButton()</code>
 ====== Trivia ======  ====== Trivia ====== 
 - Poking the printer will make the printer "malfunction", Which will make the printer spit out random characters, following by a UH-OH sound, and the background turns red. After a few seconds, things go to normal and the printer says "Please do not poke the printer :^[" {{ :ezgif-5-a2433cb5bc.gif?nolink&400|}} - Poking the printer will make the printer "malfunction", Which will make the printer spit out random characters, following by a UH-OH sound, and the background turns red. After a few seconds, things go to normal and the printer says "Please do not poke the printer :^[" {{ :ezgif-5-a2433cb5bc.gif?nolink&400|}}