Advertisement
Kevlaris

shutdown.lua

Apr 12th, 2020
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. local c = require("component")
  2. local modem = c.modem
  3. local port = 123
  4.  
  5. print("SGC Wormhole Shutdown Program v1 /by Kevlaris")
  6. print()
  7. print("Ordering Stargate computer to shut down wormhole..")
  8. modem.broadcast(port, "sd")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement