Posts

Showing posts from October, 2018

Bypass sideloaded APK check in Unity games

Image
I discovered a really strange APK sideload check and fake crash. It checks if the APK is installed from Play Store or Amazon Store and connect to server if text contains ‘c’. I guess C stands for ‘connect’ and N stands for ‘none’ or something. If not, the game will quit. Don’t know what happen if it set to test connecting. Code snippet: if (Application.installerName.Contains("com.amazon.venezia") || Application.installerName.Contains("com.android.vending")) { } They think they are smarter than us but unfortinately It’s easy to bypass. Just modify or remove installer check and the game will work normally Not only that, It also have iOS checks because it’s a cross-platform game. I think you can do something fun to make the game think your are using iOS device, Nintendo device, Windows, etc...

[Tutorial] Unity Mod Menu for Android (Better version)

Image
I have impoved the flat menu with the following changes: - Auto resize width - Auto resize height wieh adding/removing buttons - Note/warning box - Better dragging menu by bringing back WindowFunction If you already using flat mod menu, please use the new code. Download source code: https://github.com/AndnixSH/UnityModMenuAndroid/blob/master/UnityModMenuAndroid.cs You can use the code whatever you want without crediting to me. It’s not copyrighted or licensed Please note, you must have basic knowledge of C# and Unity. I won’t explain everything in it. And don’t forget the read everything, being lazy to read and skipping will cause yourself to do bad things. And if you still have question after fully reading, just ask. Using Unity editor to customize and test: It’s better to customize it in Unity editor and test. You can edit code while the scene is playing First, create an account or sign in with Google or Facebook at  https://unity3d.com/

[Tutorial] Simple Mod Menu + Cheat codes for PC Unity game

Image
I made it for fun, It’s not for Android lol Download source code:  https://github.com/AndnixSH/UnityModMenuPC/blob/master/PCModMenu.cs You can use the code whatever you want without crediting to me. It’s not copyrighted or licensed Please note, you must have basic knowledge of C# and Unity. I won’t explain everything in it. And don’t forget the read everything, being lazy to read and skipping will cause yourself to do bad things.  And if you still have question after fully reading, just ask. Using Unity editor to customize and test: It’s better to customize it in Unity editor and test. You can edit code while the scene is playing First, create an account or sign in with Google or Facebook at https://unity3d.com/ Go to https://store.unity.com/ and select "Try personal". It is completely free. Download and install it. If you like to have Visaul Studio 2017 installed, make sure to select it in installer. If not installed, you will use MonoDeve

dnSpy - How to fix BackingField in getter and setter methods

Image
You may meet BackingFields in dnSpy but you don’t know what it is and how to fix? BackingFields are generated by compiler because they use auto Properties like this public string Type { get; set; } I think because some devs are lazy... I don’t know lol This is how it looks like when editing getter. BackingField is red And when you compile, you get the following errors But it’s easy to fix, edit getter add a new field and return it with your field and compile. In this case, I add public bool isGlobal for IsGlobal Edit setter, edit to (Type) = value; and compile Done! Now you can mod it like adding if-else statement for mod menu

dnSpy - How to fix compiler error on main.g.cs

Image
How to fix compiler error in maingcs from Andnix on Vimeo . Are you getting errors like this when trying to compile? Try edit only Method instead whole Class Still getting error? follow the simple steps to fix it. Double click on errors, It will point you to the method. Remove all method that caused error then compile Common error is generated code <>f__mg$cache0, remove it   [ global :: System . Runtime . CompilerServices . CompilerGenerated ]   private   static   global :: System . Action < string >  <> f__mg $ cache0 ; Done!

Bluestacks all versions, 1, 2, 3, 3N, 4 + How to root

Image
Official downloads from Bluestacks To use GDB, use Bluestacks 3. The latest versions of BlueStacks 4 (Nougat 7.1.1): BlueStacks 4.31.56.2510 (64bit)    download BlueStacks 4.31.55.2507 (64bit)    download BlueStacks 4.31.55.2507 (32bit)    download BlueStacks 4.30.53.1704 (64bit) (hotfix for PUBG)   download BlueStacks 4.30.53.1704 (32bit)   (hotfix for PUBG)   download BlueStacks 4.30.50.1690 (64bit)  download BlueStacks 4.30.50.1690 (32bit)  download The latest versions of BlueStacks 3N (Nougat 7.1.1): BlueStacks 4.1.21.2018  download BlueStacks 4.1.18.2103  download The latest versions of BlueStacks 3 (Kitkat 4.4.2): BlueStacks 3.60.84.3412  download BlueStacks 3.56.76.1867  download BlueStacks 3.55.70.1783  download BlueStacks 3.54.65.1755  download BlueStacks 3.52.67.1911  download BlueStacks 3.50.66.2547  download BlueStacks 3.7.46.1633    download BlueStack

Playtime's Swapped Basics - Baldi Basic's mod

Image
Funny Baldi Basic's mod by Tapliasmy The modified music is better than original though... I really liked it Check it out:  https://gamebanana.com/gamefiles/7664