Advertisement
SkyCrafter0

(cc)Utm Library Grabber

Jul 18th, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. advFsLibrary =  g5b7JzY1--PasteID of 'advFs' library
  2. advTermLibrary = MAf34M1S--PasteID of 'advTerm' library
  3.  
  4.  
  5.  
  6.  
  7. shell.run("mkdir UtmLibraries") --Creating the libraries folder
  8. shell.run("pastebin get", advFsLibrary, "UtmLibraries/advFs")
  9. shell.run("pastebin get", advTermLibrary, "UtmLibraries/advTerm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement