Advertisement
Guest User

Login com Erros

a guest
Nov 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.57 KB | None | 0 0
  1.         If TextBoxUsuario.Text = "" Or TextBoxSenha.Text = "" Then
  2.             MsgBox("Senha ou Usuario vazios, Verifique-os e tente novamente")
  3.         Else
  4.             If TextBoxUsuario.Text = "Killuado" And TextBoxSenha.Text = "Killua" Or TextBoxUsuario.Text = "Crazy" And TextBoxSenha.Text = "Senha" Then
  5.                 MsgBox("Bem-Vindo " + TextBoxUsuario.Text + " Ao Login Falso KSKSKS PEGUEI SUA SENHA")
  6.             Else
  7.                 MsgBox("Olá " + TextBoxUsuario.Text + " Sua senha ou usuario esta invalidos, tente novamente")
  8.             End If
  9.         End If
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement