Skip to content

TBCML v1.1.0

Latest
Compare
Choose a tag to compare
@fieryhenry fieryhenry released this 22 Nov 19:27
· 638 commits to master since this release

Added

  • Way to force extraction even if the apk is already extracted (1cc0de7)
  • Option to not decode resources, should be used if apktool fails to pack the apk (7803877) and (608ddd8)

Changed

  • Moved lib file patching and smali injection to optional dependencies, tbcml[scripting]. Also moved any ui related dependencies to tbcml[ui]. So now you can install tbcml without any of the optional dependencies if you don't need them. (3a593a6)
  • In the CatStats class, renamed unknwon_52-55 to gatya_offset_y_1-4 (9366cab)
  • Added counter surge ability (e2d7e64)
  • Defualt Apk folder is now in the documents folder (1e150ca)
  • Allow custom keys and ivs to be used when encrypting instead of being random (8444407)
  • Apks can now be downloaded from a url specified in the BCData git repo instead of scraping from uptodown and other sites (download_v2()) (c6522df)