Posts

Showing posts from March, 2025

How to root Bluestacks 5 & MSI App Player 5 with Magisk (Android 7, 9, 11, 13)

Image
This is the latest method to root Bluestacks with Kitsume Mask (Modified Magisk for emulators) without BSTweaker. The developer of the discontinued tool, BSTweaker, created a simple macro to root Bluestacks uusing ZennoDroid Download the required files: - Root macro: https://www.dropbox.com/scl/fi/dm00kw3p5qeinfd7to6ae/BlueStacks-5-Root-ver.5.zip?rlkey=qc1sxyk027e1oo672cjpo8prd&st=40t2hwmn&dl=0 - ZennoDroid Enterprise Demo EN: Official link: https://static.zenno.services/release/ZennoDroidEnterpriseDemo-EN-v2.4.0.0.exe Mirror link (if link above doesn’t work): https://modsfire.com/GD0j8lmWC36l9eG Video tutorial: https://www.youtube.com/watch?v=7-Z5wY2WLjA Text tutorial: Install ZennoDroid . When it ask for the login, just create one with fake email Open BlueStacks multi-instance manager, leave the window open. If you only have single instance, you must create a new instance in order to root properly Open the file Bluestacks5RootMagisk_vX.droid Click on Input sett...

List of x86 Android Emulators for PC

Image
I made a collection of free emulators including the abandoned ones. There is no best emulators, the “best” emulator is the one that works best on your hardware Windows Subsystem for Android Android OS: 13 Rootable: Yes, if you use modified WSA builds Official build (Amazon Appstore): https://apps.microsoft.com/store/de…h-amazon-appstore/9P3395VX91NR?hl=en-us&gl=us Modded builds: https://github.com/MustardChef/WSABuilds Requirements: OS: Windows™ 11: Build 22000.526 or higher (Windows™ 10: 22H2 10.0.19045.2311 or higher if using modded builds) CPU: Core i3 8th Gen, Ryzen 3000, Snapdragon 8c, or above GPU: Any compatible Intel, AMD or Nvidia GPU. (GPU Performance may vary depending on its compatibility with WSA) RAM: 8GB or above Disk: SSD. You must have at least 10GB free on the system drive (C:) NTFS ONLY. WSA can only be installed on a NTFS partition, not on an exFAT partition Virtual Machine Platform Enabled Windows Hypervisor Platform Enabled The Computer mus...

How to find crash logs from MOD APK (With mod menu only)

Image
Crash logs is only available if modders are using LGL Mod Menu template 3.0 and above So how to get the crash logs? Run the game until it crash or restart, then use file manager of your choice and check the following location: Android 10 and below: /storage/emulated/0/Android/data/(game package name)/files Android 11 and above: /storage/emulated/0/Documents/ Look after the text files mod_menu_crash_xxx-xxx.txt . File always ends with “.txt” , not “.log” or whatever The file should contain like this: Share the crash log to the modder via attachment or private message If there is no crash logs, the game may have crashed too early before it tries to generate crash log, or modders does not use LGL Mod Menu template 3.0 and above, or removed crash handlers. You can try obtain the crash log manually: https://www.andnixsh.com/2023/05/how-to-get-logs-from-your-android-device.html

How to extract OBB file from XAPK file

Image
XAPK is a zip file. I will show you how to extract OBB file directoy to OBB location Use file manager that supporting opening XAPK as a zip file. On Android 11 and above, please check this guide how to access obb folder https://www.andnixsh.com/2024/07/how-to-access-data-obb-folder-on.html Open the XAPK file directly as ZIP Copy the OBB files from /Android/obb to /storage/emulated/0/Android/obb/(package name)/ On Android 11 and above, if the folder of the package name of the game does not exist, do not copy folder to obb location. Instead, open the game and let it get stuck or show error for a while, then close the game. The folder of the package name of the game should be created Now you can move the obb folder to the game folder Enjoy playing!

How to install signed apk on top of original apk (Workaround) (ROOT ONLY)

If you can’t install unsigned apk for unknown reason even you patched signature checks correctly you can install signed apk on top of original apk to keep your save data intact So this is simple step: Don’t uninstall the original game. Just install signed APK straight forward Your save data will be intact and Google login will still work until you reboot your device. Some games still logged in as Google even after it doesn’t work, but don’t log out because you can’t login again until you install original APK. Some games may logout immediately if signed apk has been installed Video tutorial:

How to use Zygisk-Il2CppDumper to dump Il2Cpp games (Magisk 24 and up)

Image
Il2CppDumper with Zygisk, dump il2cpp data at runtime, can bypass protection, encryption and obfuscation, that you can’t with normal Il2cppDumper, or with GG This module requires physical rooted phone with magisk, if you don’t have root or using emulator, please use Auto-Il2CppDumper by BrianGIG: https://www.andnixsh.com/2023/05/how-to-use-auto-il2cppdumper-to-dump.htmlse-auto-il2cppdumper-to-dump-protected-games-no-magisk.134194/ ) This is not an 1-click dump, this is a DIY tutorial, you must do the following steps manually and compile the module by yourself, and then install on your rooted phone to dump the game. NEVER ask me to dump it for you This may not work with some games with higher protections. Are you ready? let’s go Requirements: Physical rooted phone. Emulators are not supported Magisk 24 and up: Releases · topjohnwu/Magisk Zygisk-Il2CppDumper Android Studio with SDK and NDK installed: Download Android Studio and SDK tools | Android Developers Find an...