Advertisement
Guest User

uhh some code

a guest
Aug 24th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Public Class Form1
  2. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  3. If TextBox1.Text = "GtaMasterYT" And TextBox2.Text = "password1234" Then
  4.  
  5. MsgBox("You are Now Logged In. Thanks for using DatExploitDoe", MsgBoxStyle.Information, "Logged In!")
  6. GtaMasterYT.Show()
  7.  
  8.  
  9.  
  10. Else
  11. If TextBox1.Text = "" And TextBox2.Text = "" Then
  12. MsgBox("No Username and/or Password Found!", MsgBoxStyle.Critical, "Error")
  13. Else
  14. If TextBox1.Text = "" Then
  15. MsgBox("No Username Found!", MsgBoxStyle.Critical, "Error")
  16. Else
  17. If TextBox2.Text = "" Then
  18. MsgBox("No Password Found!", MsgBoxStyle.Critical, "Error")
  19. Else
  20. If TextBox1.Text = "demo-DatExploitDoe" And TextBox2.Text = "demo-DatExploitDoe" Then
  21.  
  22. MsgBox("You are Now Logged In. Thanks for using DatExploitDoe", MsgBoxStyle.Information, "Logged In!")
  23. demoDatExploitDoe.Show()
  24.  
  25. Else
  26. MsgBox("Invalid Username And/Or Password!", MsgBoxStyle.Critical, "Error")
  27. End If
  28. End If
  29. End If
  30. End If
  31. End If
  32. End Sub
  33.  
  34. Private Sub Label3_Click(sender As Object, e As EventArgs) Handles Label3.Click
  35.  
  36. End Sub
  37.  
  38. Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  39.  
  40. End Sub
  41. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement