Skip to content

AkemiFurukawa91/draco-injector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Still on beta!

Please report any bugs you find in this repo.

Draco injector

A tool to inject into any Minecraft render dragon apk the ability to load shaders from global resourcepacks (It can't load shader resourcepacks from realms,servers and worlds, but if you add a shader resource pack on global resource packs list the shader you added works on all of those)

Note

This injector requires internet connection and utilizes this repo.

Usage

  1. Download binary for your platform from releases.
  2. Extract the archive.

    help

  3. Run the binary in terminal.
Options:
  -a, --appname <APPNAME>  New app name [default: "Minecraft Patched(whar)"]
  -p, --pkgname <PKGNAME>  New package name(optional)
  -o, --output <OUTPUT>    Output path
  -h, --help               Print help
  -V, --version            Print version

injector <APK> -a <APPNAME> -p <PKGNAME> -o <OUTPUT>

Example command:

./injector Minecraft_1.20.73.01_arm-v8a_noMusic_972007501.apk -a HelloWorld -p com.moyang.minecraftpe -o HelloWorld.apk

During the process you will be asked whether to keep vanilla music or not. You can confirm your choice either by typing Y or N and enter.

This command selects the file named Minecraft_1.20.73.01_arm-v8a_noMusic_972007501.apk as input. Sets it's name to HelloWorld (shown in app list) and package id to com.moyang.minecraftpe and stores the output in the same directory as injector named HelloWorld.apk.

image

About

Automatic minecraft apk patcher

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%