Posts

Showing posts from March, 2020

Adblock hosts updated

I have updated it today :) - Block malcious ads on some known link shortners and download pages - Fixed Facebook profile images blocking in Messenger app https://repo.andnixsh.com/adblocker/hosts See more:  https://www.andnixsh.com/2019/07/how-to-block-ads-in-all-android-apps.html

Baldi's Basics 1.4.3 - Playtime's unused sounds mod

Image
The mod is back and still works on 1.4.3. Only Playtime's unused sounds were being used. I had to slow own Baldi and disable annoying First Prize in order to test the mod Download modded Assembly-Csharp.dll:  https://www.mirrored.to/files/FRFS9OTP/Baldi_1.4.3_Playtime_s_unused_sounds_experiment_mod.zip_links https://sbupload.com/aa175f22c8a42f81 Open .zip file and replace Assembly-Csharp.dll on [your game directory]\BALDI_Data\Managed Source code: https://gist.github.com/AndnixSH/b4abdcb36b4716b3d3a6e4019d31b1b0 Baldi's Basics by mystman12: https://basically-games.itch.io/baldis-basics

How to unpack AWB/AFS2 file to WAV

Image
AWB/AFS2 file is an audio file format for games. You can use vgmstream to unpack the files to WAV. In this case, it was from an Android game, APK with OBB file Download vgmstream (test.zip) https://github.com/losnoco/vgmstream/releases Extract test.zip to your desired location Extract the .awb files from the game. Download my batch script file https://pastebin.com/9EFuf8BK Edit the .bat and change path of test.exe to yours Place the .bat file on the location of extracted .awb files and execute it Or if you are familar with CMD, you can put this command FOR %%a IN (*.awb) DO "(your path)\test" -l 2 -f 10 -o "wav\%%a.wav" "%%a"  

[TOOL] uTinyRipper

Image
uTinyRipper is a tool for extracting assets from serialized files ( CAB- *,  *.assets ,  *.sharedAssets , etc.) and assets bundles ( *.unity3d ,  *.assetbundle , etc.) and conveting them into native Engine format. Download: https://github.com/mafaca/UtinyRipper

[TOOL] Unity Assets Bundle Extractor

Image
Unity .assets and AssetBundle editor UABE is an editor for Unity 3.4+/4/5/2017/2018 .assets and AssetBundle files. It can create standalone mod installers from changes to .assets and/or bundles. Type information extracted from Unity is used in order to generate text representations of various asset types. Custom MonoBehaviour types also are supported. There are multiple plugins to convert Unity assets from/to common file formats : The Texture plugin can export and import .png and .tga files and decode&encode most texture formats used by Unity. The TextAsset plugin can export and import .txt files. The AudioClip plugin can export uncompressed .wav files from U5's AudioClip assets using FMOD, .m4a files from WebGL builds and Unity 4 sound files. The Mesh plugin can export .obj and .dae (Collada) files, also supporting rigged SkinnedMeshRenderers. The MovieTexture plugin can export and import .ogv (Ogg Theora) files.

[APP] APK Editor Pro v1.14.0 APK

Image
Name: APK Editor Pro Version:  v1.14.0 Needs Root:  No Internet required:   No *Description* What is APK Editor Pro? APK Editor Pro is one of the best Android app/apk editing tool you can install on your Android device. It is a powerfull app can edit/hack apk files to do lots of things for fun. It can help us to translate strings, replace icons, redesign layouts, remove ads, remove limitation in free version, etc. In general, it can edit everything inside an apk (except the native library). And, what it can do depends on how you use it. What it can do? Edit string resources inside app/apk. Edit AndroidManifest.xml in app/apk Edit other resource files like layouts, drawables, styles, etc. Edit smali code in pro version. Apply a patch to automatically modify an app/apk in pro version. Is ROOT a MUST? No, most APK Editor features do not need ROOT. Only one feature needs ROOT is the dynamic smali patch. However, you can also make it take effect by re-installing the mod

Android Il2Cpp mod menu tutorial links

Image
As requested. I don't have one myself but someone already make tutorial how to create mod menu for il2cpp and lib based games. Here are few links you can read. Find one that fits your best ;) You need basics of Android, Java and C++ development https://forum.sbenny.com/threads/how-to-create-mod-menu-for-il2cpp-so-and-other-native-android-games.60465/ https://platinmods.com/threads/mod-menu-for-il2cpp-and-native-android-games.64201/ https://platinmods.com/threads/template-menu-free-for-mod-menu-il2cpp-and-other-native-games.67429/ https://guidedhacking.com/threads/android-mod-menu-tutorial-very-hard-works-on-il2cpp-and-native-games-too.13795/