Advertisement
Grexxity

mon crtl

Jun 27th, 2025
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local modem = peripheral.find("modem")
  2. local channel = 42
  3.  
  4. while true do
  5.     write("> Command (open/close): ")
  6.     local cmd = read()
  7.     modem.transmit(channel, 0, cmd)
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement