Advertisement
RemiCraft

Remote Door Installer

Jun 29th, 2021 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. print("1. Remote Door Client")
  2. print("2. Remote Door Server")
  3. local input = tonumber(read())
  4. if input == 1 then
  5.     shell.run("pastebin get nW5MFUWH startup")
  6.     shell.run("edit startup")
  7. elseif input == 2 then
  8.     shell.run("pastebin get xJQg0PYt server")
  9.     shell.run("edit server")
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement