Advertisement
epicplayer2611

EChat Install

Jan 29th, 2021 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. term.clear()
  2. fs.delete("EChat")
  3. sleep(0.1)
  4. fs.delete("EChatServer")
  5. term.clear()
  6. sleep(0.1)
  7. term.setCursorPos(1,1)
  8. term.write("Press 1 to install Client")
  9. term.setCursorPos(1,3)
  10. term.write("Press 2 to install Server")
  11. term.setCursorPos(1,5)
  12. Input = read()
  13. if Input == "1" then
  14. shell.run("pastebin","get","GcBuxrC1","EChat")
  15. sleep(1)
  16. shell.run("EChat")
  17. end
  18. if Input == "2" then
  19. shell.run("pastebin","get","qbh99wD7","EChatServer")
  20. sleep(1)
  21. shell.run("EChatServer")
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement