Advertisement
osmarks

Turret

Feb 15th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local mods = peripheral.wrap "back"
  2. if mods.disableAI then mods.disableAI() end
  3.  
  4. while true do
  5.     mods.look(0, 0)
  6.     for i = 1, 16 do
  7.         mods.shoot(1)
  8.     end
  9.     sleep(0.1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement