Advertisement
BazsiHUN

Untitled

Sep 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. shell.run("clear")
  2. shell.run("pastebin get mUrXxiXq startup.lua")
  3. shell.run("pastebin get ZEGdVF8A block.lua")
  4. shell.run("clear")
  5. --version
  6. ver = 1.0A [ALPHA]
  7.  
  8. print("Booting...")
  9. textutils.slowPrint("##################")
  10. print("Boot not found... Starting promt...")
  11. print("")
  12. print(ver)
  13. shell.clearAlias(rm)
  14. shell.clearAlias(clr)
  15. shell.clearAlias(cp)
  16. shell.clearAlias(dir)
  17. shell.clearAlias(ls)
  18. shell.clearAlias(mv)
  19. shell.clearAlias(rs)
  20. shell.clearAlias(sh)
  21. shell.setAlias("move", "block.lua")
  22. shell.setAlias("clear", "block.lua")
  23. shell.setAlias("list", "block.lua")
  24. shell.setAlias("list", "block.lua")
  25. shell.setAlias("redstone", "block.lua")
  26. shell.setAlias("shell", "block.lua")
  27. shell.setAlias("delete", "block.lua")
  28. shell.setAlias("copy", "block.lua")
  29. shell.run("shell")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement