Recent content by babydoll69

  1. Help! Help!, How to call a void with button ?

    no crash, the toast is show up but the mod doesnt work. i tried change the mshook to this SpawnMonster = (void(*)(void *))getAbsoluteAddress("libil2cpp.so", 0x1A3E7F0); but still doesnt work at all.
  2. Help! Help!, How to call a void with button ?

    do you know how to call a void with button ? i tried many ways but it didnt work, i want to spawn a monster if i press the spawnbutton public void SpawnMonster() this is my code : void *spawnmonsterbtn; void (*_SpawnMonster)(void *instance); void SpawnMonster(void* instance) { if...