Tomoli75

startup

May 5th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. else
  7.   os.reboot()
  8. end
  9. sleep(0.05)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment