MagmaLP

Neustart PC

Apr 4th, 2021 (edited)
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rednet.open("front")
  2. y = 0
  3. while true do
  4.     if rs.getInput("left") then
  5.         peripheral.wrap("right").reboot()
  6.         rednet.send(6311, y)
  7.         rednet.send(6313, y)
  8.         rednet.send(6316, y)
  9.         rednet.send(6317, y)
  10.         rednet.send(6318, y)
  11.         rednet.send(6319, y)
  12.         rednet.send(6320, y)
  13.     end
  14.     sleep(0.5)
  15. end
  16.    
Add Comment
Please, Sign In to add comment