Advertisement
ArtHacker

Colorful Installer v.1

Nov 23rd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. print("Colorful Library Installer")
  2. print("Library writed by ArtHacker and Maxutka99")
  3. print("Installer writed by ArtHacker")
  4. print("Press ENTER or other key for install")
  5. print("Press CTRL + C for exit")
  6. io.read()
  7. os.execute("wget -q https://raw.githubusercontent.com/arthacker228/colorfullib/master/1/colorful.lua /lib/colorful.lua")
  8. print("\n")
  9. os.execute("wget -q https://gitlab.com/UnicornFreedom/stem/raw/74168884fcf4c752d4c08ef6e4df1cfd09f2d8d4/stem.lua /lib/stem.lua")
  10. print("\nLibrary successfully installed. Enjoy ^_^")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement