Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print"Grabbing files off of pastebin"
- shell.run("pastebin get 9jFJHpeU gui")
- shell.run("mkdir gui/files")
- shell.run("pastebin get 8Huy5iBw gui/files/window")
- print"Would you like to run the GUI now? Y/N"
- local yn = read()
- if yn == "y" then
- shell.run("gui")
- else
- print"Finished installing. edit gui to make your GUI"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement