Ferruccioboss

Minecraft>Startup

May 21st, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. local programName = "button"
  2. local pasteIndex = "ZLWC3e5K"
  3.  
  4. shell.run("rm "..programName)
  5. shell.run("pastebin get "..pasteIndex.." "..programName)
  6.  
  7. programName = "monitor"
  8. pasteIndex = "Urrq8SZd"
  9.  
  10. shell.run("rm "..programName)
  11. shell.run("pastebin get "..pasteIndex.." "..programName)
  12. shell.run(programName)
Advertisement
Add Comment
Please, Sign In to add comment