Advertisement
smilerryan

[LUA] ComputerCraft All Redstone Bypass

Oct 9th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. --put in a floppy disk and then run code: pastebin get XrycFk0q disk/startup
  2.  
  3. redstone.setOutput("back" ,true)
  4. redstone.setOutput("front" ,true)
  5. redstone.setOutput("bottom" ,true)
  6. redstone.setOutput("top" ,true)
  7. redstone.setOutput("left" ,true)
  8. redstone.setOutput("right" ,true)
  9.  
  10. shell.run("eject back")
  11. shell.run("eject front")
  12. shell.run("eject bottom")
  13. shell.run("eject top")
  14. shell.run("eject left")
  15. shell.run("eject right")
  16.  
  17. shell.run("clear")
  18. print("PCHAX by MrHacker1389")
  19. sleep(5)
  20. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement