├── .gitignore ├── Makefile ├── Tweak-kingdom.xm ├── Tweak.xm ├── allbypass.plist ├── control └── writeData.h /.gitignore: -------------------------------------------------------------------------------- 1 | *.deb 2 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Empier/allbypass/HEAD/Makefile -------------------------------------------------------------------------------- /Tweak-kingdom.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Empier/allbypass/HEAD/Tweak-kingdom.xm -------------------------------------------------------------------------------- /Tweak.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Empier/allbypass/HEAD/Tweak.xm -------------------------------------------------------------------------------- /allbypass.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Empier/allbypass/HEAD/allbypass.plist -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Empier/allbypass/HEAD/control -------------------------------------------------------------------------------- /writeData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Empier/allbypass/HEAD/writeData.h --------------------------------------------------------------------------------