· 5 years ago · Oct 24, 2020, 11:34 PM
1stolen/17093-25.10.2020.0049/send.lua 0000777 0000000 0000000 00000000155 13745134001 013015 0 ustar m = peripheral.find("modem")
2f = fs.open("lol.lua","rb")
3m.open(898)
4m.transmit(898, 1, f.readAll)
5f.close()
6