Relative Content

Tag Archive for androidioscobjective-c

How to apply functions from a game into a mod menu?

I want to mod the mobile game Agar.io. This game does not have libil2cpp.so file, no dlls, and no metadata. I already have all the classes and methods to the game, and I already have a Mod Menu Base that has switches, sliders, etc. I just want to know how I can intertwine the two, (Functions & the Mod Menu) to make them work together.