Advertisement
abcraftnet

ComputerCraft AbCraft. NET Installer (Not Ready)

Dec 20th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.73 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print 'BOOT INSTALLER VERSION 0.0.1 Alpha'
  4. print ' '
  5. print 'Trademark AbCraft. NET Studios 2013'
  6. print ' '
  7. print 'Please choose a software version you would like to install.'
  8. print ' '
  9. print '1: V0.1 Alpha'
  10. local input = read()
  11. if input == '1' then
  12.  local PasteBinCode = 'FEdJpcsu'
  13.  print 'INSTALLING SOFTWARE'
  14.  if fs.exist('startup') then
  15.   fs.delete('startup')
  16.   shell.run('pastebin','get','FEdJpcsu','startup')
  17.   shell.run('pastebin','get','3irdrDXP','updater')
  18.  else
  19.   shell.run('pastebin','get','FEdJpcsu','startup')
  20.   shell.run('pastebin','get','3irdrDXP','updater')
  21.  end
  22.  print ''
  23.  print 'Installation complete.'
  24.  else
  25.  print 'ERROR: FILE DOES NOT EXIST.'
  26. end
  27. shell.run('reboot')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement