Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("free be the SNAD")
- while true do
- redstone.setOutput("left", true);
- redstone.setOutput("right", true);
- sleep(.1);
- redstone.setOutput("left", false);
- redstone.setOutput("right", false);
- sleep(.1);
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement