Advertisement
Guest User

startup

a guest
Nov 9th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.  
  3. if rs.getInput("left") then
  4. commands.op("@p")
  5. sleep(0.5)
  6. else
  7. print("Nichst")
  8. shell.run("clear")
  9. sleep(2)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement