├── .github └── FUNDING.yml ├── README.md ├── leetcool └── leetcool.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | custom: https://www.paypal.com/paypalme2/ManishPathakIN 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Kmods-Bypass 2 | 3 | Original Developer of ESP is Kuldip (https://github.com/kp7742) 4 | 5 | I'm making this a public release because some scammers were trying to sell my file for higher prices. 6 | # Note 7 | working for version 13.0 & 13.5 Only 8 | # Donations Info 9 | Click on "Sponsor" button on top of the page. 10 | 11 | # Minimum Requirements 12 | 1. Rooted Device (Magisk) 13 | 2. Riru Core (Magisk Module) 14 | 3. Riru Edxposed (Magisk Module) 15 | 4. Edxposed Manager (https://github.com/ElderDrivers/EdXposedManager/releases) 16 | 5. TrustMeAlready (https://github.com/ViRb3/TrustMeAlready/releases) 17 | 6. Termux (https://play.google.com/store/apps/details?id=com.termux&hl=en_IN) 18 | 7. Termux API (https://wiki.termux.com/wiki/Termux:API) 19 | 20 | # Setup Guide 21 | 1. Allow all permissions to Termux & TermuxAPI. 22 | 2. Add one entry in /etc/hosts 23 | - 127.0.0.1 kmods.ml 24 | 25 | 3. Type this command in termux to install dependencies 26 | - pkg install tsu python clang && pip install requests 27 | 4. Copy leetcool file to /data/data/com.termux/files/home 28 | 5. Change Permissions to 755 29 | 6. Run the server now by this command in termux 30 | - tsudo ./leetcool -r 31 | 7. now open the PubgPatcherv1.3.apk and login by any username and password. 32 | -------------------------------------------------------------------------------- /leetcool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leetcool/Kmods-Bypass/fb475c58ca05e397b68d6ce7b100b92d14a83f5a/leetcool --------------------------------------------------------------------------------