Advertisement
Guest User

DOI

a guest
Aug 3rd, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. print("Welcome to DoorOpener Setup")
  2. textutils.slowPrint("Getting Files...")
  3. shell.run("pastebin get kE195VFu DoorOpener")
  4. textutils.slowPrint("Setting Up...")
  5. textutils.slowPrint("Opening Side File...")
  6. shell.run("edit DoorSide.fl")
  7. textutils.slowPrint("Opening Password File...")
  8. shell.run("edit DoorPW.fl")
  9. textutils.slowPrint("Done. Rebooting now...")
  10. fs.delete("/DoorOpenerInstaller")
  11. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement