Guest User

Untitled

a guest
Apr 21st, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. var userName = prompt('Who is it?', '');
  2.  
  3. if(userName == 'Admin') {
  4. var pass = prompt('Password');
  5.  
  6. if(pass = 'Black dominator') {
  7. alert("You're welcome");
  8. } else if (pass = null) {
  9. alert("Naxyu")
  10. } else {
  11. alert('Wrong password')
  12. }
  13. } else if(userName == null) {
  14. alert('Fuck you')
  15. } else {
  16. alert("You're not a member of you community")
  17. };
Add Comment
Please, Sign In to add comment