Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pixelsea [2024/09/15 01:33] – compressed as hell. GlitchyZoruapixelsea [2024/10/29 00:28] (current) GlitchyZorua
Line 10: Line 10:
  
  
-Song Used in the site: Dancing Glove Puppet by Unknown<sup>%%[%%//[[citation needed]]//%%]%%</sup>+Song Used in the site: [[https://modarchive.org/index.php/index.php?request=view_by_moduleid&query=133772|Dancing Glove Puppet by core-nick/tatanka]]
  
 Forum: https://forum.melonland.net/index.php?topic=2046.0 Forum: https://forum.melonland.net/index.php?topic=2046.0
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 white. 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|}}
  
 - Clicking "[OK]" will make the printer be in "OK MODE" which will print "!! Everything has been made OK now !!", and spit out "OK" 20 times.  - Clicking "[OK]" will make the printer be in "OK MODE" which will print "!! Everything has been made OK now !!", and spit out "OK" 20 times.