Skip to content

Instantly share code, notes, and snippets.

View rtm516's full-sized avatar

rtm516

View GitHub Profile
@rtm516
rtm516 / Bedrock new XVC download system.md
Last active January 25, 2026 09:39
Bedrock new XVC download system

Bedrock new XVC download system

As of Bedrock Preview 1.21.120.21 minecraft is using the new Game Development Kit and moving away from UWP. They are nolonger packaged as APPX but instead as MSIXVC which requires a new way of fetching and is far easier than previous methods but requires authentication. This hopefully will explain how to download the new format.

Quick ref

Product PackageId ProductId ContentId
Minecraft Bedrock Microsoft.MinecraftUWP 9NBLGGH2JHXJ 7792d9ce-355a-493c-afbd-768f4a77c3b0
Minecraft Preview Microsoft.MinecraftWindowsBeta 9P5X4QVLC2XR 98bd2335-9b01-4e4c-bd05-ccc01614078b

Get the content ID

@rtm516
rtm516 / Minecraft Wiki redirect.user.js
Last active May 7, 2025 14:53
Minecraft Wiki redirect
// ==UserScript==
// @name Minecraft Wiki redirect
// @namespace https://rtm516.co.uk/
// @version 1.1
// @description Redirect old mc wiki to the new site
// @author rtm516
// @match https://minecraft.fandom.com/wiki/*
// @match https://minecraft.gamepedia.com/wiki/*
// @icon https://minecraft.wiki/favicon.ico
// @grant none
@rtm516
rtm516 / hosts
Created January 26, 2021 09:24
TAG Actor controlled sites
# Title: TAG Actor controlled sites
# https://blog.google/threat-analysis-group/new-campaign-targeting-security-researchers/
0.0.0.0 angeldonationblog.com
0.0.0.0 codevexillium.org
0.0.0.0 investbooking.de
0.0.0.0 krakenfolio.com
0.0.0.0 opsonew3org.sg
0.0.0.0 transferwiser.io
0.0.0.0 transplugin.io
0.0.0.0 trophylab.com
#!/sbin/sh
cat /system/build.prop | grep ro.build.characteristics
cp /system/build.prop /system/build.prop.bak
sed -i 's/tablet/tv/g' /system/build.prop
cat /system/build.prop | grep ro.build.characteristics
echo "Please reboot now"
@rtm516
rtm516 / install.sh
Last active May 29, 2020 19:41
GeyserMC Setup
pkg install -y proot wget
mkdir ~/ubuntu_directory
cd ~/ubuntu_directory
wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh
sed -i 's/disco/focal/g' ubuntu.sh
bash ubuntu.sh
sed -i 's/#command+=" -b \/data/command+=" -b \/data/g' start-ubuntu.sh
@rtm516
rtm516 / katoolin.py
Last active October 17, 2018 13:51
Katoolin Fixed (Ubuntu 18.04)
#!/usr/bin/python
# Original file: https://github.com/LionSec/katoolin
# Removed w3af, http-tunel, magictree
# Updated key server
import os
import sys, traceback