Advertisement
Al_Tasin

Password.lua

Apr 19th, 2020
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. local pass = gg.prompt({
  2.  "Input Password:"
  3.  },nil,{"text"})
  4.  if pass ==nil then
  5.  os.exit()
  6. end
  7.  pass = pass[1]..
  8.  ''
  9. local allowed = false local
  10. function
  11. AP(Pass)
  12. if Pass..'' == pass then
  13. allowed = true
  14.  end
  15. end
  16. AP
  17. ('sex')
  18. AP
  19. ('Tasin')
  20. if not allowed then
  21. os.exit
  22. (gg.alert("Wrong Password"))
  23. else
  24. gg.toast("Currect Password")
  25. end
  26. gg.alert("Tasin")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement