Advertisement
thegreatstudio

start

Mar 16th, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3. print("KeplerOS is turning to a gui mode.")
  4. print("please wait..")
  5. os.sleep(3)
  6. if fs.exists("kepler/gfb") then
  7. shell.run("gfb")
  8. else
  9. print("You need to Install Isaax Again or Report this on the forums or pm me thegreatstudio")
  10. print("Rebooting..")
  11. os.reboot()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement