Advertisement
Guest User

spamer

a guest
Nov 22nd, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. gate = peripheral.wrap("back")
  2. while true do
  3.   if (not gate.isConnected()) then
  4.     if (not gate.isDialing()) then
  5.       gate.dial("BAB5ABD")
  6.     end
  7.   end
  8.   sleep(0.2)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement