Advertisement
iMontouch

blazeKiller

Jun 22nd, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(not fileExists('startup')) then
  2. local file = io.open('startup', 'w')
  3. file:write("shell.run(\'killer\')")
  4. file:close()
  5. end
  6.  
  7. while true do
  8. redstone.setOutput("bottom", true)
  9. sleep(45)
  10. redstone.setOutput("bottom", false)
  11. sleep(40)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement