Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local mods = peripheral.wrap "back"
- if mods.disableAI then mods.disableAI() end
- while true do
- mods.look(0, 0)
- for i = 1, 16 do
- mods.shoot(1)
- end
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement