Advertisement
Simlor_GER

SimSoft Yellow - startup

Jun 11th, 2017
3,940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. --SimSoft Yellow - Copyright by Simlor (http://www.computercraft.info/forums2/index.php?/user/55655-simlor/)
  2.  
  3. --Startup
  4.  
  5. os.pullEvent = os.pullEventRaw
  6.  
  7. term.setBackgroundColor(32768)
  8. term.setTextColor(32768)
  9.  
  10. shell.run("SimSoft/System/SystemStart")
  11.  
  12. os.reboot()
  13.  
  14.  
  15.  
  16. -- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement