rungholt

buck2

Aug 21st, 2021 (edited)
1,453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local vericode = require "vericode"
  2. vericode.loadKey("mykey.key.pub")
  3. local modem = peripheral.find("modem")
  4. modem.open(1)
  5. while true do
  6.     while true do vericode.receive(true, "turtleInstructions") end
  7.    if message == "exit" then
  8.       break
  9.    end
  10.    shell.run(message)
  11. end
  12. modem.close(1)
Add Comment
Please, Sign In to add comment