Guest User

Untitled

a guest
Dec 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. print ("HELLOOO!")
  2.  
  3. turtle.place()
  4. turtle.turnLeft(1)
  5. os.sleep(1)
  6. redstone.setOutput("right", true)
  7. redstone.setOutput("left", true)
  8.  
  9. print ("Youre fucked")
Add Comment
Please, Sign In to add comment