Advertisement
Guest User

Oink

a guest
Mar 4th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. term.setBackgroundColour(colours.black)
  2. term.setTextColour(colours.pink)
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. image = paintutils.loadImage("OS/mum")
  6. paintutils.drawImage(image,1,1)
  7. term.setCursorPos(1,1)
  8. print("OINK!")
  9. sleep(3)
  10. term.clear()
  11. term.setCursorPos(1,1)
  12. textutils.slowPrint("Nice to oink you! Byyyyeee!")
  13. sleep(3)
  14. shell.run("OS/Start")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement