Advertisement
Simlor_GER

SimSoft 3 - Startup

Mar 29th, 2016
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --Alle Rechte an SimSoft 3 sind "SimlorLP" (oder in Minecraft auch nur "Simlor") vorbehalten.
  2. os.pullEvent = os.pullEventRaw
  3.  
  4.  
  5. function SystemS()
  6. shell.run("SimSoft/System/SystemStart")
  7. os.reboot()
  8. end
  9.  
  10.  
  11. --LiveSystem
  12. function LiveSystem()
  13. shell.run("SimSoft/System/LiveSystem")
  14. end
  15. --LiveSystem end
  16.  
  17.  
  18. --System Start
  19. parallel.waitForAll(SystemS, LiveSystem)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement