Advertisement
asteroidsteam

Update

Oct 30th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.78 KB | None | 0 0
  1. print("Updateing...")
  2. shell.clearAlias("help")
  3. shell.clearAlias("reboot")
  4. shell.clearAlias("shutdown")
  5.         shell.setAlias("help", "/os/help")
  6. shell.setAlias("ssh", "/os/ssh")
  7. shell.setAlias("uninstall", "/os/uninstall")
  8. shell.setAlias("desktop", "/os/desktop")
  9. shell.setAlias("syskey", "/os/syskey")
  10. shell.setAlias("download", "/os/download")
  11. shell.setAlias("sudo", "/os/sudo")
  12. shell.clearAlias("id")
  13. shell.setAlias("id", "/os/id")
  14. shell.run("cd /")
  15.         shell.run("rm Desktop")
  16.         shell.run("rm ASSETS")
  17.         shell.run("rm uninstall")
  18.         shell.run("rm os")
  19.         shell.run("rm apis")
  20.         shell.clearAlias("help")
  21.         shell.setAlias("help", "os/help")
  22.         shell.run("cd /")
  23.         shell.run("mkdir ASSETS")
  24.         shell.run("mkdir os")
  25.         shell.run("mkdir apis")
  26.         shell.run("cd ASSETS")
  27.         shell.run("pastebin get GVhg4CSa Desktop")
  28.         shell.run("pastebin get jbE5tBnn CMD")
  29.         shell.run("cd /apis")
  30.         shell.run("pastebin get 1eFj6q8Q jsofgui")
  31.         shell.run("pastebin get 8GfPXDh2 jsof")
  32.         shell.run("cd /os")
  33.         shell.run("pastebin get n6cN292s help")
  34.         shell.run("pastebin get gda21ksW Desktop")
  35.         shell.run("pastebin get BtjcthXx uninstall")
  36.         shell.run("pastebin get kFmaBJQr un")
  37.         shell.run("pastebin get TFdKNWqq dev-mode")
  38.         shell.run("pastebin get Fjm6cd2k login")
  39.         shell.run("pastebin get 189hC1AL ssh")
  40.         shell.run("pastebin get EfJwgg2A syskey")
  41.         shell.run("pastebin get VFPKnRdd id")
  42.         shell.run("pastebin get qweKhXCm settings")
  43.         shell.run("pastebin get tCpdYRyD browser")
  44.         shell.run("pastebin get 5JQK4r6S download")
  45.         shell.run("pastebin get n8bRLSnK shell")
  46.         shell.run("pastebin get BYWVr1hg sudo")
  47.         shell.run("pastebin get d2FSRc6Z antifile")
  48.         shell.run("cd /")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement