Advertisement
Guest User

Setup.exe

a guest
Jan 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Istallazione della prima parte completata")
  4. os.sleep(2)
  5. term.clear()
  6. term.setCursorPos(1,16)
  7. term.setBackgroundColor(colors.lime)
  8. os.sleep(1)
  9. print("10%")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement