Advertisement
Guest User

startup

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. sleep(3)
  2. term.setBackgroundColor(colors.blue)
  3. term.clear()
  4. print("DANIS LUA OS 1.1")
  5. sleep(1)
  6. print("Loading Data..:")
  7. sleep(2)
  8. textutils.slowPrint("Done!")
  9. sleep(3)
  10. term.clear()
  11. print("KILLER MODE ACTIVATED PLEASE BE AWAY 1 BLOCK")
  12. while true do
  13. turtle.turnLeft()
  14. turtle.attack()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement