Advertisement
toxicfaceit

sec

Dec 15th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. local io = require("io")
  2. local term = require("term")
  3. local sh = require("shell")
  4. local os = require("os")
  5. local computer = require("computer")
  6. local password = "0000"
  7. term.clear()
  8. function login()
  9. print("Ты шо дохуя пидор? вводи пароль или иди в очко)ЫЫЫЫЫЫЫ")
  10. pass = io.read()
  11. if pass == password then
  12. sh.execute("sh")
  13. else
  14. print("ОПА ЕБАТЬ, ЧИКИБРИКИ! Походу ты хуесос который ахуел? Или я ошибаюсь?")
  15. os.sleep(1)
  16. login()
  17. end
  18. end
  19. login()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement