Advertisement
Guest User

startup

a guest
Jul 29th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. shell.run("clear")
  2. print("-- REMOTE INSTALLER DISK --")
  3. print("")
  4.  
  5. if fs.exists("/json") == false then
  6.   print("-- Installing JSON Library ...")
  7.   shell.run("pastebin", "get", "cbaLkT0N", "/json")
  8.   print("-- JSON Library successfully installed!")
  9. else
  10.   print("-- JSON Library is available")
  11. end
  12.  
  13. print("")
  14. print("-- Running testscript ...")
  15. shell.run("pastebin", "run", "DiZ5rwMm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement