Advertisement
Guest User

bomber-con

a guest
Oct 31st, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.55 KB | None | 0 0
  1. rednet.open("back")
  2. l2 = 17
  3. l1 = 18
  4. r1 = 19
  5. r2 = 20
  6. cb = 29
  7. goto = "goto "
  8. sp = " "
  9. st = ""
  10. id = cb
  11. z = 2050
  12. y = 50
  13. x = 1990
  14. hz = 2015
  15. hy = 5
  16. hx = 1985
  17. function sendall(str)
  18.          rednet.send(l2,str)
  19.          sleep(0.5)
  20.          rednet.send(l1,str)
  21.          sleep(0.5)
  22.          rednet.send(cb,str)
  23.          sleep(0.5)
  24.          rednet.send(r1,str)
  25.          sleep(0.5)
  26.          rednet.send(r2,str)
  27.          end
  28. sendall("go up 48")
  29. sleep(20)
  30. st = goto..x
  31. st = st..sp
  32. st = st..y
  33. st = st..sp
  34. st = st..z
  35. print(st)
  36. rednet.send(id,st)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement