Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shell.run("pastebin","get","k2Hn5ZQt","checking")
- shell.run("checking")
- shell.run("variables")
- local function deleteIt()
- shell.run("delete","checking")
- end
- if CurrentVersion > version then
- clear()
- Logo()
- print("A new version of Black OS is avaible")
- deleteIt()
- print("How to install it:")
- print("replace computer")
- print("go to http://bit.ly/XqukFn and scroll to the bottom.")
- print("at the bottom of the screen click the pastebin link")
- print("at the end of address bar at top of web browser you will see something like s3S3D7")
- print("highlight it and press LCTRL+C")
- print("on the new computer in minecraft type in pastebin get but DO NOT press enter")
- print("press LCtrl + V")
- print("type in install and NOW press enter")
- back()
- elseif CurrentVersion == version then
- clear()
- Logo()
- print("Black OS is up to date")
- deleteIt()
- back()
- elseif CurrentVersion < version then
- clear()
- Logo()
- deleteIt()
- print("Please PM Walia6 and tell him he forgot to update")
- back()
- else
- clear()
- Logo()
- print("Something went wrong!")
- if fs.exists("checking") then
- deleteIt()
- back()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment