Results 1 to 3 of 3
  1. #1
    notreall's Avatar
    Join Date
    Apr 2019
    Gender
    female
    Posts
    13
    Reputation
    10
    Thanks
    90

    How to check minecraft accounts without the minecraft launcher

    More information at wiki(dot)vg/Authentication

    1. Download Postman or a similar http request creator
    2. Create a request to https://authserver.mojang.com/authenticate with the POST header
    3. Set the Content-Type header to application/json
    4. Set the body to raw and input the following json:
      {
      "agent": {
      "name": "Minecraft",
      "version": 1
      },
      "username": "PUT THE USERNAME HERE",
      "password": "PUT THE PASSWORD HERE",
      "requestUser" : true
      }
    5. Send the request
    6. If a 403 code is received the details were incorrect
    7. If it shows details about the user it worked


    Done!
    You can implement a similar thing into a script as I have done that will check lots of accounts at once.
    Thanks for reading!

  2. #2
    Troxifox948's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    thanks man

  3. #3
    Sofgan's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    thanks a ton sir

Similar Threads

  1. Minecraft how to use accounts without the password (session ids)
    By Turtlezalts in forum Minecraft Tutorials
    Replies: 2
    Last Post: 03-27-2016, 09:07 AM
  2. [WTS] Minecraft Account for the cheap price 1!
    By AnusForce in forum Selling Accounts/Keys/Items
    Replies: 2
    Last Post: 11-03-2013, 04:25 AM
  3. [Release] Free minecraft account (since the last one didnt work) :)
    By yaiks154 in forum Minecraft Discussions
    Replies: 14
    Last Post: 09-09-2013, 04:15 AM
  4. Minecraft Account Giveaway (The Fastest)
    By yankolo in forum Minecraft Discussions
    Replies: 8
    Last Post: 08-20-2013, 12:54 PM
  5. Minecraft hacks without the new dot jar file
    By dirtydan1732 in forum Minecraft Help
    Replies: 3
    Last Post: 04-06-2013, 01:58 PM