Search results

  1. Tutorial How to mod split APKs (App bundles)

    Thank, you now its morbin time
  2. Help! How to executed function

    Hey, i also have a question about calling functions. When im trying to call a function called DeleteAllBloons() from an update function, the game crashes. (i am advanced in c++) This is how my code snippet looks like : // The function inside dump.cs/Assembly-CSharp.dll //...
  3. Tutorial How to unlink functions in IL2CPP and other native games

    Thank you so much for this tutorial! This helped me find a solution for field hooking outside class (i already got a var poitining to the target class but didnt know which datatype it was :>) Its been 3 days since i started modding and i already can hook and make mod menus for mono- or il2cpp...