Advertisement
asteroidsteam

Startup-deencrypted

Aug 7th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.12 KB | None | 0 0
  1. print("Updateing...")
  2. shell.clearAlias("help")
  3.         shell.setAlias("help", "os/help")
  4. shell.setAlias("uninstall", "os/uninstall")
  5. shell.setAlias("desktop", "os/desktop")
  6. shell.run("cd /")
  7.         shell.run("rm startup")
  8.         shell.run("rm Desktop")
  9.         shell.run("rm ASSETS")
  10.         shell.run("rm uninstall")
  11.         shell.run("rm os")
  12.         shell.run("cd /")
  13.         shell.run("pastebin get x7qAYywt startup")
  14.         shell.run("mkdir ASSETS")
  15.         shell.run("mkdir os")
  16.         shell.run("cd ASSETS") 
  17.         shell.run("pastebin get jbE5tBnn CMD")
  18.         shell.run("pastebin get rWADAe0c Desktop")
  19.         shell.run("cd /os")
  20.         shell.run("pastebin get rKZQRuQW Desktop") 
  21.         shell.run("pastebin get n6cN292s help")
  22.         shell.run("pastebin get BtjcthXx uninstall")
  23.         shell.run("pastebin get kFmaBJQr un")
  24.         shell.run("pastebin get TFdKNWqq encrypt")
  25.         shell.run("cd /")
  26.         if fs.isDir("loginkeys") == true then
  27.  
  28. else
  29. shell.run("mkdir loginkeys")
  30. end
  31. print("Updates Installed!")
  32. textutils.slowPrint("Booting...")
  33. os.sleep(2)
  34. term.clear()
  35. local file = fs.list("loginkeys")
  36. local loginkeys = files
  37. shell.run(loginkeys)
  38. os.sleep(2)
  39. shell.run("cd /")
  40. shell.run("os/Desktop")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement