Advertisement
Urumasi

installer

Sep 2nd, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.07 KB | None | 0 0
  1. if term.isColor() then
  2.     shell.run("clear")
  3.     print("Downloading File Browser 0%")
  4.     fs.delete("browser.exf")
  5.     shell.run("clear")
  6.     print("Downloading File Browser 12,5%")
  7.     fs.delete("click_me.txt")
  8.     shell.run("clear")
  9.     print("Downloading File Browser 25%")
  10.     fs.delete("picture.sif")
  11.     shell.run("clear")
  12.     print("Downloading File Browser 37,5%")
  13.     fs.delete("picturer.exf")
  14.     shell.run("clear")
  15.     print("Downloading File Browser 50%")
  16.     shell.run("pastebin", "get", "9sn8nEfJ", "browser.exf")
  17.     shell.run("clear")
  18.     print("Downloading File Browser 62,5%")
  19.     shell.run("pastebin", "get", "hYaiyuru", "click_me.txt")
  20.     shell.run("clear")
  21.     print("Downloading File Browser 75%")
  22.     shell.run("pastebin", "get", "QcaPE3cs", "picture.sif")
  23.     shell.run("clear")
  24.     print("Downloading File Browser 87,5%")
  25.     shell.run("pastebin", "get", "9BLZeerF", "picturer.exf")
  26.     shell.run("clear")
  27.     print("Downloading File Browser 100%")
  28.     term.setTextColor(colors.yellow)
  29.     print("Download completed. Write browser.exf to start the browser anytime.")
  30. else
  31.     print("Use an advanced computer, dummy!")
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement