Advertisement
AndreSoYeah

Installation

Nov 18th, 2012
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.39 KB | None | 0 0
  1. installing = 0.2
  2. toprograms = "qxxdvX98"
  3. variables = "GGj4taRD"
  4. about = "JRNvCN2v"
  5. checkVersion = "uZ2J4w7z"
  6. edit = "P64PEtHd"
  7. perry = "reT5iT41"
  8. startup = "xwZ8CK0T"
  9. terminal = "aa33nEmw"
  10. back = "YK44v3fa"
  11. function installed()
  12.   return fs.exists('Black/variables')
  13. end
  14. function put(AeO, location)
  15.   http.request('http://pastebin.com/raw.php?i='..AeO)
  16.  
  17.   while true do
  18.     local ev, url, source = os.pullEvent()
  19.  
  20.     if ev == 'http_success' then
  21.       local file = fs.open(location, 'w')
  22.       file.write(source.readAll())
  23.       file.close()
  24.       source.close()
  25.  
  26.       print('Downloaded '..location)
  27.       break
  28.     elseif ev == 'http_failure' then
  29.       print('Failure to download '..location)
  30.       break
  31.     end
  32.   end
  33. end
  34. if installed() then
  35.   print("Black OS is already installed!")
  36.   print("if you want to update Black OS then")
  37.   print("when this screen dissapers type in update")
  38.   sleep(3)
  39.   os.reboot()
  40. else
  41.   shell.run("mkdir","Black")
  42.   put(toprograms,"Black/toprograms")
  43.   put(variables,"Black/variables")
  44.   put(startup,"startup")
  45.   put(perry,"perry")
  46.   put(edit,"edit")
  47.   put(about,"about")
  48.   put(checkVersion,"checkVersion")
  49.   put(terminal,"terminal")
  50.   put(back,"back")
  51.   if fs.exists("about") then
  52.     print("Installation succesful =D Congrats!")
  53.     sleep(3)
  54.     os.reboot()
  55.   else
  56.     print("Installation un-succesful :( ")
  57.     sleep(3)
  58.     os.reboot()
  59.   end
  60. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement