Advertisement
RabaGhast

CookieOS_Installer

Nov 3rd, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.60 KB | None | 0 0
  1. shell.run("pastebin get gEXxb2FJ background")
  2. shell.run("pastebin get PttRC7Yq loading")
  3. shell.run("pastebin get 0GdEriYv install")
  4. shell.run("pastebin get 3eT8MepM main")
  5. shell.run("pastebin get CFhXu1Gh startup")
  6. shell.run("pastebin get gEXxb2FJ program/0")
  7. shell.run("pastebin get gEXxb2FJ proText/0")
  8.  
  9. function installDisk()
  10.     fs.copy("background", "disk/background")
  11.     fs.copy("loading", "disk/loading")
  12.     fs.copy("install", "disk/install")
  13.     fs.copy("main", "disk/main")
  14.     fs.copy("startup", "disk/startup")
  15. end
  16.  
  17. pcall(installDisk)
  18. shell.run("reboot")
  19.  
  20. -- credit: http://pastebin.com/index/Q8SSgkDr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement