over_fritz

[C.C.] Exploding Computer

Oct 9th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. --Credit to EmTeaKay and BigSHinyToys of the ComputerCraft Forums
  2. shell.run("clear")
  3. textutlis.slowPrint("You have been chosen to...")
  4. sleep(2)
  5. rs.setOutput ("bottom", true) -- with TNT under terminal
  6. sleep(2)
  7. shell.run("clear")
  8. textutlis.slowPrint("DIE!")
  9. sleep(3)
  10. os.shutdown()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment