Advertisement
kolya5544

InstallerIOK

May 30th, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | None | 0 0
  1. print('Installer IOK')
  2. sleep(2)
  3. print('Download Files...')
  4. sleep(0.5)
  5. shell.run('clear')
  6. print('Download Files from 178.95.23.4')
  7. sleep(0.1)
  8. shell.run('mkdir sys')
  9. sleep(0.1)
  10. shell.run('cd sys')
  11. shell.run('pastebin get K6jYDaiA hal.dll')
  12. shell.run('cd ..')
  13. shell.run('mkdir AdminConsole')
  14. shell.run('mkdir Members')
  15. shell.run('cd AdminConsole')
  16. shell.run('pastebin get DzBc3QV5 readme')
  17. shell.run('mkdir Pictures')
  18. shell.run('cd ..')
  19. shell.run('cd Members')
  20. shell.run('pastebin get YpztNuwB readme')
  21. shell.run('cd ..')
  22. shell.run('cd AdminConsole')
  23. shell.run('mkdir Desktop')
  24. shell.run('cd /')
  25. shell.run('pastebin get 1qaF9MUQ startup')
  26. sleep(5)
  27. shell.run('clear')
  28. print('All Files Download!')
  29. sleep(2)
  30. print('Rebooting phone...')
  31. sleep(2)
  32. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement