jakendrick3

Bank ATM Installer

Mar 14th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. print("Downloading jenisis, type yes to confirm override of file 'jenisis': ")
  2. confirm = read()
  3.  
  4. if string.lower(confirm) == "yes" then
  5.   shell.run("pastebin", "get", "XZS4eF9Z", "jenisis")
  6. else
  7.   print("Cannot complete install.")
  8.   return
  9. end
  10.  
  11. print("Enter target directory for bank file: ")
  12. path = read()
  13.  
  14. shell.run("pastebin", "get", "35XWhcZp", path)
  15.  
  16. print("Done and saved to "..path.."!")
Add Comment
Please, Sign In to add comment