Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Downloading jenisis, type yes to confirm override of file 'jenisis': ")
- confirm = read()
- if string.lower(confirm) == "yes" then
- shell.run("pastebin", "get", "XZS4eF9Z", "jenisis")
- else
- print("Cannot complete install.")
- return
- end
- print("Enter target directory for bank file: ")
- path = read()
- shell.run("pastebin", "get", "35XWhcZp", path)
- print("Done and saved to "..path.."!")
Add Comment
Please, Sign In to add comment