Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- installing = 0.2
- toprograms = "qxxdvX98"
- variables = "GGj4taRD"
- about = "JRNvCN2v"
- checkVersion = "uZ2J4w7z"
- edit = "P64PEtHd"
- perry = "reT5iT41"
- startup = "xwZ8CK0T"
- terminal = "aa33nEmw"
- back = "YK44v3fa"
- function installed()
- return fs.exists('Black/variables')
- end
- function put(AeO, location)
- http.request('http://pastebin.com/raw.php?i='..AeO)
- while true do
- local ev, url, source = os.pullEvent()
- if ev == 'http_success' then
- local file = fs.open(location, 'w')
- file.write(source.readAll())
- file.close()
- source.close()
- print('Downloaded '..location)
- break
- elseif ev == 'http_failure' then
- print('Failure to download '..location)
- break
- end
- end
- end
- if installed() then
- print("Black OS is already installed!")
- print("if you want to update Black OS then")
- print("when this screen dissapers type in update")
- sleep(3)
- os.reboot()
- else
- shell.run("mkdir","Black")
- put(toprograms,"Black/toprograms")
- put(variables,"Black/variables")
- put(startup,"startup")
- put(perry,"perry")
- put(edit,"edit")
- put(about,"about")
- put(checkVersion,"checkVersion")
- put(terminal,"terminal")
- put(back,"back")
- if fs.exists("about") then
- print("Installation succesful =D Congrats!")
- sleep(3)
- os.reboot()
- else
- print("Installation un-succesful :( ")
- sleep(3)
- os.reboot()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement