Search results

  1. Solved How to mod String returns in il2cpp.so?

    Hi, thanks a lot for the help earlier about float and double returns. Now I understand how double and float works and how to get an ideal value. I am going further trying to find the hex codes for methods of returning String. I want to return a string of "Po", I tried hex convertors and did not...
  2. Solved How to mod libil2cpp.so when its returning double?

    Hi, I am new to modding games, and I found it very interesting. I have tried modding a game, and I successfully changed the return value for int types. For any method returning int, I made the following hex code and had a success. 00 00 A0 E1 1E FF 2F E1 = NOP 00 00 A0 E3 1E FF 2F E1 = False...