Advertisement
ecoMeco

AdmiOS - TrYama

Jun 20th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. term.setBackgroundColor(colors.red)
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("C*")
  5. term.setCursorPos(5,1)
  6. print("Turkce Patch Yukleniyor...")
  7. term.setCursorPos(8,5)
  8. shell.run("rm", "desktop")
  9. shell.run("rm", "goodbye")
  10. shell.run("rm", "terminal_starter")
  11. shell.run("pastebin", "get", "D6jTkHmu", "desktop")
  12. shell.run("pastebin", "get", "h2iu9BfQ", "goodbye")
  13. shell.run("pastebin", "get", "b2PduK7V", "terminal_starter")
  14. term.clear()
  15. term.setCursorPos(1,1)
  16. print("C*")
  17. term.setCursorPos(5,1)
  18. print("Turkce Patch Yuklendi. Reset atiliyor.")
  19. sleep(2)
  20. shell.run("goodbye", "-r")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement