Posts

Showing posts from January, 2024

How to install unsigned APK on NON-rooted devices (Virtual machine)

Hey guys, I wanna share the way to have install unsigned APK to login with Google without having to root your physical phone. Currently the only way to do is to use any VM apps with root access inside. 1. Install VM app of your choice: https://www.andnixsh.com/2023/06/list-of-android-virtual-machine-apps.html 2. After installation of VM, setup your VM and root it. Optionally, install Xposed. Usually root and Xposed can be enabled via settings or other ways, some VM comes with pre-rooted by default. Please search for tutorials how to root VM 3. Now, you can follow this tutorial how to disable signatures to install unsigned APK. There are 2 methods Lucky Patcher: https://www.andnixsh.com/2020/01/how-to-install-unsigned-apk-root-method.html Core Patch (Xposed required): https://www.andnixsh.com/2020/02/disable-signature-check-using-core.html 4. Enjoy playing modded unsigned apk on your non-root device! If you can’t install unsigned APK for some reason, try follow this steps

How to dump iOS Il2Cpp games

Image
You might remember a long time ago I wrote a tutorial how to dump iOS Il2Cpp games manually, means you have to find the offset by yourself. Today, you don’t have to dump manually anymore, you can dump games easly with a few steps. Note: I used iOS 14 at the time of writing this tutorial, so it might not be relevant for iOS 15 and above using rootless jailbreak. Don’t ask me to try on iOS 15 or above. I have no plan using latest iOS or buying new iDevices First, you need decrypted IPA that contains decrypted binary. There are many ways how to obtain it: a) Decrypted IPA Downloader: decrypt.day , anyipa.me , or others. You don’t even need a jailbroken device, you just download a decrypted IPA straight forward via a web browser b) iOS Tweaks: CrackerXI+ , DumpDecryptor . Jailbroken iOS device is required Once installed, open it and choose the app you want to install. The decrypted IPA will be stored in /var/mobile/Documents/. c) Scripts: appdecrypt , frida-ios-dump , fr

UnityEX - Assets modding tool

Image
UnityEX supports two modes of use - running with an interface and batch processing files in console mode. The main buttons are the opening of the archive, you can also drag the required file into the program window. After opening, a context menu is available by right-clicking on the list of files, where it is possible to extract the selected files with conversion or raw if conversion is not provided, as well as immediately all the necessary files by type. Reverse packing in interface mode is possible only with the “Pack files” button. Unpacking and packing of files is done next to the archive into a folder or from the folder Unity_Assets_Files[archive name]\ here are Raw files or just files from the archive. The following folders contain files that have been processed or converted in some way. For example, the Textures, Fonts, Sounds, Movies, Sprite, Mesh folders. Textures - textures source .tex files, the file itself can only be a header, the main bitmap data is in additional .res

Android Emulator Notification Killer (For Nox and LDPlayer)

After Nox and LDPlayer developers ignored my hundreds of feedbacks to add the damn option to disable annoying installation notification, I have decided to develop a tool by my own to disable the notification by patching the executeable. It patches dnplayer.exe for all LDPlayer version, and Nox.exe and Qt5Widgets.dll for all Nox versions. Pardon my weird hex patches because lack of x86 assembly skills ** What about ads inside running Emulator?** Just use AdAway app . If you use root, use root mode in AdAway for better experience so you don’t have to use VPN mode Download Releases · AndnixSH/Android-Emulator-Notification-Killer Note: This app requires administrator rights in order to patch the emulators Any such report from your antivirus is a false positive and is due to how the application works. You must manually add the exe to your antivirus’s whitelist/exclusion list. If you have security concerns, simply do not use the app. Instead, patch manually by hand using Hex editor.