RemiCraft

Phone Installer

Jun 30th, 2021 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. print("1. Phone Shell")
  2. print("2. Update Server")
  3. local input = tonumber(read())
  4. if input == 1 then
  5.     shell.run("pastebin get wiUs761K startup")
  6.     shell.run("startup")
  7. elseif input == 2 then
  8.     shell.run("pastebin get jNstKjtu server")
  9.     shell.run("server")
  10. end
Add Comment
Please, Sign In to add comment