Advertisement
SansIsLazy

GUI Kit maker

Dec 9th, 2019
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. print"Grabbing files off of pastebin"
  2. shell.run("pastebin get 9jFJHpeU gui")
  3. shell.run("mkdir gui/files")
  4. shell.run("pastebin get 8Huy5iBw gui/files/window")
  5. print"Would you like to run the GUI now? Y/N"
  6. local yn = read()
  7. if yn == "y" then
  8.     shell.run("gui")
  9.    else
  10.     print"Finished installing. edit gui to make your GUI"
  11.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement