Hacked Microsoft/Minecraft Account Recovery – UUID Known, Need Guidance

Discus and support Hacked Microsoft/Minecraft Account Recovery – UUID Known, Need Guidance in XBoX Accessibility to solve the problem; Dear Microsoft Community, I’m reaching out in hopes that someone here can help me recover my compromised Microsoft account, which is linked to my... Discussion in 'XBoX Accessibility' started by Ammar Nashar1, Feb 17, 2025.

  1. Hacked Microsoft/Minecraft Account Recovery – UUID Known, Need Guidance


    Dear Microsoft Community,



    I’m reaching out in hopes that someone here can help me recover my compromised Microsoft account, which is linked to my Minecraft profile. Despite multiple attempts with Microsoft Support over the past year, I’ve hit a dead end. Here’s the situation:



    What Happened:

    Account Hacked: On May 22, 2023, my account was taken over. The hacker changed everything:



    Original Minecraft username: "KBAB_SecretLUL" → now "Lazyturtlle_".



    Email and password: Both replaced with unknown details.



    I don’t remember the original email/password due to inactivity before the hack.



    Critical Evidence I Have:



    UUID (Unique Minecraft ID): 2943fe78-70ca-4cfb-9bc7-b86b23211b6d (permanent identifier, verified via NameMC).



    Hypixel Skyblock Progress: 600+ hours of gameplay at risk.



    What I’ve Tried:

    Contacted Microsoft Support multiple times since 2023. Provided all known info (original username, UUID, account history). No success—support couldn’t verify ownership due to altered details.



    My Questions:

    • Has anyone successfully used a Minecraft UUID to prove ownership of a Microsoft account? How did you do it?
    • What other details (e.g., transaction IDs, IP logs, security questions) might help if I can’t access the original email?
    • Are there specific steps to escalate this to a specialized team at Microsoft?

    Why This Matters:

    This account represents years of effort in Minecraft, especially on Hypixel. Losing it feels like losing a part of my gaming history. Any advice or shared experiences would mean the world!



    Thank you in advance for your time and ideas!

    :)
     
    Ammar Nashar1, Feb 17, 2025
    #1
  2. peachyheart Win User

    Can i delete my account and make a new one with the same email?

    I bought Minecraft. I want to have another UUID. UUID is permanent and cannot be changed. So I want to create a new Microsoft account to have another UUID.
  3. Adrian Mustea Win User

    My Microsoft account has been hacked & email changed.

    Hello SmartLace1968,



    Thank you for taking the time to reply and provide those links. I appreciate the guidance.



    I have tried the account recovery form previously, but it stated that the information provided was not enough. I will try it again, making sure to provide as much detail as possible.



    Regarding the email address, as my account was compromised by a hacker & I don't have cameras in his room, I do not know the new email address they set up. This is a key part of why I am having trouble with the standard recovery process.



    I want to reiterate that I have strong proof of ownership for my Minecraft account ("yuuka1522") in the form of its UUID: e52222f0-3460-4138-9300-e4da33417cd4, which is linked to my Badlion account. My Microsoft account is also linked to Badlion. I hope that this unique identifier can be used to verify my ownership.



    I will also try contacting Xbox Support again, as you suggested, and will make sure to mention the UUID and the issue with the changed email address.



    Thank you again for your assistance.
  4. KindGryphon Win User

    Can i delete my account and make a new one with the same email?

    I bought Minecraft. I want to have another UUID. UUID is permanent and cannot be changed. So I want to create a new Microsoft account to have another UUID.
    I would personally cancel the account deletion request then (i believe you have 30 days to do so after requesting an account be deleted) because if your minecraft game is on the account you requested be deleted then youd lose everything associated with the account in the process (including your minecraft game)
  5. Jay Chojo Win User

    How can I recover my original mojang - minecraft account UUID after migrating?

    Also note that account migration may have implications for the unique ID associated with your Minecraft account, and it may not be possible to recover the original UUID after migration.
    So as you said, we might not recover our original UUID even if we go through customer support for both Mojang/Minecraft and Microsoft and have undeniable proof of account ownership. Then how can I make sure to be able to reclaim the data linked to my previous account ?? I have already contacted Mojang/Minecraft but they keep redirecting me to Microsoft and if I get redirected back to Mojang/Minecraft then I'll be able to conclude that I won't recover my data and that this migration process made me lose all of it.

    So here's my request :
    Use this UUID (125245d3-14d5-49d8-8af4-29833ff35720) from the account named LofiAxo to replace this account's UUID (7b4ba68e-ceb3-4ad8-8bb3-845464c083c2) which is called UnknownAxo.

    If you need account ownership proof I have some undeniable ones, just contact me through email.

    Thank you for your time !
  6. Hoskayra Win User

    Minecraft Bedrock Texture Pack

    Hello Jonathan *. my name is Oskayra, and I will be happy to help you.

    Beforehand, it is important that you keep in mind that this is a public community forum, so we are players like you, we are not employees of Microsoft or Xbox. All users help each other with common problems.

    I'm very sorry for the problem you're going through, with the intention of being able to help you, I did an internal search on the Microsoft forum and found a post where they mentioned how to create a manifest file and I thought it was good information that you should take into account:

    Create a manifest file

    To load a resource pack in Minecraft, you will need to create a manifest file. The manifest file is a JSON file that contains the following information:

    Description: This is the game's description of what the resource pack does.

    Name: The name of the resource pack in the game.

    UUID: The universal unique identifier.

    Version: The version of the resource pack.

    Minimum engine version: This is the version of Minecraft required for this pack to work.

    Minecraft will parse the information from the manifest file and display it in the Addons section of the game. Within the file, the information will be divided into two distinct sections: header and modules. The header section will contain the general pack information and the modules section will contain the information for the dedicated packs.

    Right-click in the Explorer window and select New > Text Document.
    Call it manifest.json.

    You will need to change the file extension from .txt to .json. If Filename Extensions are not displayed in the Explorer window, you can enable them in the View tab. image of the newly created file with the name manifest.json located in the My_RESOURCE_Pack folder

    Double-click the manifest.json file to open it in a text editor.

    Copy and paste the following code into your file.

    {

    "format_version": 2,

    "header": {

    "description": "My dirt resource pack Add-On!",

    "name": "My Resource Pack",

    "uuid":"",

    "version": [1, 0, 0],

    "min_engine_version": [1, 16, 0]

    },

    "modules": [

    {

    "description": "My First Add-On!",

    "type": "resources",

    "uuid": "",

    "version": [1, 0, 0]

    }

    ]

    }

    UUID

    The Universal Unique Identifier, or UUID, is a unique number used to identify different software. In Minecraft, the UUID is used to define a specific pack and prevent any duplicate software from causing problems. For the header and modules, you will need to enter two different UUID numbers in each "uuid" field between the quotes. You can use an online UUID generator like https://www.uuidgenerator.net/

    Copy and paste a UUID into the header section. You will need to paste the UUID in the "uuid":"" field between the quotes ("") for it to be read correctly.

    Refresh the web page to generate a new UUID that you can use in the modules section.

    Copy and paste the new UUID into the modules section, in the "uuid" field between the quotes.

    Save the manifest.json file.

    Information Source (Credits): https://learn.microsoft.com/minecraft/creator/documents/resourcepack#uuid

    Sincerely,
    Oskayra.
Thema:

Hacked Microsoft/Minecraft Account Recovery – UUID Known, Need Guidance

Loading...
  1. Hacked Microsoft/Minecraft Account Recovery – UUID Known, Need Guidance - Similar Threads - Hacked Microsoft Minecraft

  2. My microsoft account got hacked and it components my xbox account my minecraft account all gone

    in XBoX Accessibility
    My microsoft account got hacked and it components my xbox account my minecraft account all gone: My microsoft account got hacked and it components my xbox account my minecraft account all gone 2f70f086-e8bf-488c-8979-5c92cb85c51c
  3. I'm not able to log into my Minecraft account after recovering a hacked Microsoft account...

    in XBoX Games and Apps
    I'm not able to log into my Minecraft account after recovering a hacked Microsoft account...: So last month my phone broke and i wanted to transfer my authenticator app but turns out Microsoft told me that my account was on hold for 30 days for security information being changed but 2 days...
  4. My Microsoft Account got hacked and i had Minecraft in it

    in XBoX Accessibility
    My Microsoft Account got hacked and i had Minecraft in it: So I was playing a minecraft server called hypixel, someone was gifting out a free VIP rank they're username was something like "tommi" then somthing else i think, I didn't know how to do that and...
  5. My minecraft linked Microsoft account got hacked .

    in XBoX Accessibility
    My minecraft linked Microsoft account got hacked .: I AM A MINECRAFT PLAYER WHO PLAYS A LOT ON HYPIXEL I HAVE MUCH PROOFS (LIKE I CAN TELL YOU WHICH DEVICES I LOGGED IN AND WHICH WHICH CLIENT I USED TO PLAY MINECRAFT AND I CAN GIVE TIMESTAMPS OF...
  6. Microsoft Account got locked because someone hacked it. and when i got it back my MINECRAFT...

    in XBoX Accessibility
    Microsoft Account got locked because someone hacked it. and when i got it back my MINECRAFT...: Microsoft Account got locked because someone hacked it. and when i got it back my MINECRAFT Account is gone, and i need to buy it again. and when i check my account name on NameMC my minecraft...
  7. Microsoft account got hacked from minecraft discord bot, I have reciepts that it was...

    in XBoX Accessibility
    Microsoft account got hacked from minecraft discord bot, I have reciepts that it was...: I have done a lot of research and I know exactly how this happened and I have proof that I have had my account stolen. I joined a minecraft discord server and when asked to verify my account I was...
  8. my minecraft account and microsoft account got hacked.

    in XBoX Accessibility
    my minecraft account and microsoft account got hacked.: i decided to check on namemc (minecraft skin/player checker) to see if anyone else had occupied it, and i noticed it was a different skin, and optifine cape than the one i used/made. (ign is...
  9. my microsoft account was hacked and i want to get minecraft from my old account to my new...

    in XBoX Accessibility
    my microsoft account was hacked and i want to get minecraft from my old account to my new...: my microsoft account was hacked and i want to get minecraft from my old account to my new account 9cfd8293-8c9c-43c6-89c6-ebfbdd159c28
  10. Microsoft account on minecraft/badlion client hacked

    in XBoX Accessibility
    Microsoft account on minecraft/badlion client hacked: My Microsoft account, which is linked to my Minecraft account with the username Spectral_Rune, was compromised on April 20, 2025 . The email address associated with the account has been changed by...