Advertisement
Simlor_GER

SimSoft 2.1 - Startup

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