Advertisement
Guest User

RC1

a guest
Dec 21st, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. rednet.open("top")
  2. password = p
  3.  
  4.  
  5. write("what to ")
  6. password = read()
  7. if password == "r" then
  8.  rednet.send(385,"r")
  9. elseif password == "l" then
  10.  rednet.send(385,"l")
  11. elseif password == "f" then
  12.  rednet.send(385,"f")
  13. elseif password == "u" then
  14.  rednet.send(385,"u")
  15. elseif password == "d" then
  16.  rednet.send(385,"d")
  17. elseif password == "D" then
  18.  rednet.send(385,"D")
  19. elseif password == "Du" then
  20.  rednet.send(385,"Du")
  21. elseif password == "Dd" then
  22.  rednet.send(385,"Dd")
  23. end
  24. shell.run("RC1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement