Don't like ads? PRO users don't see any ads ;-)
Guest

text

By: a guest on May 27th, 2012  |  syntax: Lua  |  size: 0.30 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. os.loadAPI("sp")
  2. sp.redirMon(2)
  3. -- TEXT GOES IN HERE
  4. shell.run("clear")
  5.  
  6. x,y=term.getSize()
  7.  
  8. --print(tostring(x) ..","..tostring(y))
  9. --term.setCursorPos(x/2-2, y/2+1)
  10. print("Minesoft")
  11. sp.restoreMon()
  12. loop = 1
  13. repeat
  14. -- public.broadcast("Minesoft is now open.")
  15.    sleep(120)
  16. until loop == 0