phone-bombing.lua
5 lines · 80 B
Phone Bombing--
Copy & run
wget https://perlytiara.github.io/turtles.tips/raw/programs/BigGamingGamers/phone-bombing.lua
| 1 | --Phone Bombing-- |
| 2 | |
| 3 | modem = peripheral.wrap("back") |
| 4 | modem.transmit(100, 69, "1") |
| 5 |
5 lines · 80 B
Phone Bombing--
Copy & run
wget https://perlytiara.github.io/turtles.tips/raw/programs/BigGamingGamers/phone-bombing.lua
| 1 | --Phone Bombing-- |
| 2 | |
| 3 | modem = peripheral.wrap("back") |
| 4 | modem.transmit(100, 69, "1") |
| 5 |