Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local modules = peripheral.wrap "back"
- local name = "gollark"
- while true do
- local meta = modules.getMetaByName(name)
- while meta.isSneaking do
- meta = modules.getMetaByName(name)
- modules.launch(meta.yaw, meta.pitch, 4)
- sleep(0.1)
- end
- if meta.motionY < -0.8 then
- modules.launch(0, 270, 2)
- end
- sleep(0.4)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement