├── README.md ├── latest.txt ├── logo.png ├── sc1.png ├── sc2.png ├── sc3.png ├── sc4.png └── update.txt /README.md: -------------------------------------------------------------------------------- 1 | # xCrack Pro 2 | 3 |
4 | App Logo 5 |
6 | 7 | ## Description 8 | xCrack Pro for android. 9 | - XPOSED MODULE. 10 | 11 | ## Screenshots 12 |

13 | 14 | 15 |

16 | 17 |

18 | 19 | 20 |

21 | 22 | * User interface 23 | 24 | 25 | ## Features 26 | - Enable Premium features for specific apps. 27 | - Join our [Telegram channel](https://t.me/xCrack_Pro) for updates and support. 28 | -------------------------------------------------------------------------------- /latest.txt: -------------------------------------------------------------------------------- 1 | 1.3.0 -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/xCrack-Pro/39a132684b5240dd926ec321e4fc772d92c64ab4/logo.png -------------------------------------------------------------------------------- /sc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/xCrack-Pro/39a132684b5240dd926ec321e4fc772d92c64ab4/sc1.png -------------------------------------------------------------------------------- /sc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/xCrack-Pro/39a132684b5240dd926ec321e4fc772d92c64ab4/sc2.png -------------------------------------------------------------------------------- /sc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/xCrack-Pro/39a132684b5240dd926ec321e4fc772d92c64ab4/sc3.png -------------------------------------------------------------------------------- /sc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Syntaxerr101/xCrack-Pro/39a132684b5240dd926ec321e4fc772d92c64ab4/sc4.png -------------------------------------------------------------------------------- /update.txt: -------------------------------------------------------------------------------- 1 | { 2 | "LV": "1.3.0", 3 | "CL": "Changelog: \n- UI update \n- Code fix \n- Hooks update ..." 4 | } 5 | --------------------------------------------------------------------------------