Skip to content

Instantly share code, notes, and snippets.

View Max-RM's full-sized avatar
💭
developer of the program " Map Art Video cassetes editor"

Max-RM

💭
developer of the program " Map Art Video cassetes editor"
View GitHub Profile
@tigerclaw989
tigerclaw989 / netherpatcher.sh
Last active January 15, 2024 01:02
Bash script to patch Linux (Android X86-64 builds) to allow building on the nether roof
#!/bin/bash
# Requires xxd and tr, both are probably installed as xxd is included with vim and tr is part of the GNU coreutils
# Tested on 1.14.60, 1.16.10, 1.16.20, 1.16.40, 1.16.100, 1.17.41, 1.18.31, 1.19.41, 1.19.50, and 1.20.51.
# Thanks to Max RM (@_max_rm) and AmyGrrl (@amygrrl) for the search bytes
display_help() {
echo "Usage: $0 [--backup] [--1.14.60-1.16.10] [--1.16.20-1.16.40] [--1.16.100-1.19.41] <source_file>"
echo "Options:"
echo " --backup Create a backup of the source binary."
echo " --1.14.60-1.16.10 Patching Nether build limit for 1.14.60-1.16.10"
@tigerclaw989
tigerclaw989 / NetherPatcher.script
Created January 4, 2024 23:04
Filza script to patch minecraftpe binary to allow building on the nether roof
#!/bin/bash
## The search byte method doesn't work on 1.16.201 and lower.
## Verified working on 1.16.210/221, 1.17.10, 1.18.31, 1.19.83, 1.20.51, likely works 1.16.210-latest.
## Dump entitlements
ldid -e $1 > ent.xml
##Backup binary
cp -p "$1" "$1.bak"
@OptiJuegos
OptiJuegos / Login Progress Pointer Paths.
Last active October 11, 2024 16:13
Login Progress Pointer Paths.
/// DEBUG SCREEN CRACK (RECOMMENDED) ///
1.7-1.20 (Win32-UWP-Android):
https://cdn.discordapp.com/attachments/1090766119326994502/1102104352530898975/debug_screen.json
Copy this file to: "Minecraft Education Edition/data/resource_packs/vanilla/ui" and replace it
/// PTR CRACK (Partially fixed since 1.18.42) ///
1.19.52.0 (Win32):