Advertisement
FoxWorn3365

Gauugle - DieAfter3

Oct 21st, 2021
827
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Server CLOUD
  2. -- FoxWorn3365
  3. -- Lato SERVER
  4. local modem = peripheral.wrap("top")
  5. -- Aspetto la richiesta
  6. while true do
  7. modem.setListening(80, true)
  8. local event, lato, sender, canale, msg = os.pullEvent("lan_message")
  9. sleep(3)
  10. modem.sendChannel(80, nil)
  11. sleep(0.5)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement