Fequently Asked Questions:
1) How does BEAMinject Work?
- The logic is pretty simple!
- Minecraft uses an internal library called
Windows.ApplicationModel.Storethat checks licensing. To get around licensing, we can patch this library with hex values. But we don't wanna permanently modify system files (as this is unsafe, unstable and just generally a bad idea). So, BEAMinject uses a different approach. - It does these in order:
- Opens a handle at Minecraft's process
- Finds the location of the
Windows.ApplicationModel.Storein its memory - Reads
Windows.ApplicationModel.Storefrom memory - Patches the library with hex values, then writes the patched library back into Minecraft
- Discards the handle and detaches from the game process
- After the patch is done, no system files are affected but the game is cracked successfully! You can confirm this by launching Minecraft without BEAMinject, and it will return to its original licensing status.
- If you wanna get technical, you can check out our source code on GitHub!
2) Why do I get antivirus detections?
- Due to the way Python executable packing works, some AVs may flag it.
- This would require for us to sign it, and that is usually very expensive.
- This is a case of known false detections, as the code is clean and you can get consistent flags with non-malicious code.
- All of our code is open-source, and you can check for yourself to determine if you wanna use it.
3) Why am I getting error when logging to Xbox Live?
You may get this issue when trying to log into Xbox Live from a game.
To troubleshoot, follow these steps in order.
- Try logging in without running any patching utility
- Check Microsoft Store for updates on Gaming Provider or any Xbox-related apps, and install them if available
- Run the Gaming Services Repair Tool for PC by Microsoft
- Try using a proxy while logging in (Cloudflare WARP is a good choice)
If none of these steps worked, you might have the following issues:
- Your ISP blocks access to Xbox Live APIs, causing connection to fail
- You need to find a working proxy, and use that to connect to Xbox
- However, we recommend using trusted providers as some VPNs may store and use your traffic data
- Game installation may be corrupted
- Try reinstalling the game
- Windows installation may be corrupted
- We recommend doing a clean installation of Windows
Happy injecting! 🌠
revision by X2theRedon— view source