Guest User

startup

a guest
May 5th, 2018
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3. power = redstone.getInput("back")
  4. if power then
  5.   rednet.broadcast(math.random(1,9999999999))
  6. end
  7. sleep(0.05)
  8. end
Add Comment
Please, Sign In to add comment