Advertisement
SansIsLazy

GamerchatWIP

Jul 3rd, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. shell.run("cd /")
  2. if not fs.exists("/os") then
  3. print"This program requires Simple Desktop Alpha 1.0 to work"
  4. print"Install now? Y/N"
  5. local input = read()
  6.  
  7. if input == "Y" then
  8. shell.run("pastebin run UpuMCYTM")
  9. else
  10. print"Setup Cancled"
  11. os.reboot()
  12.  end
  13. end
  14. shell.run("mkdir os/programs/chat")
  15. shell.run("cd os/programs")
  16. shell.run("pastebin get iajNAXuQ gamerchat")
  17. shell.run("pastebin get W8mEAq9K loggedin")
  18. shell.run("cd /os/bioswift/windows")
  19. shell.run("pastebin get GSjdtnhW logoutWin")
  20. shell.run("cd /")
  21. print"Note: Place an Rednet Modem on top of the computer!"
  22. print"Run: os/programs/gamerchat"
  23. print"This is just for testing. Project under development!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement