Search results

  1. Tutorial Some new HEX codes that I use to modify il2cpp games, as well as more!

    https://platinmods.com/threads/how-to-get-and-use-float-in-armv7-il2cpp.87221/post-1827475
  2. Tutorial How to get and use float in armv7-il2cpp

    btw. this one is for Infitity: movt r0, #0x7f80 bx lr in hex: 80 0F 47 E3 1E FF 2F E1
  3. Tutorial How to get and use float in armv7-il2cpp

    YOU CAN use large float... I dont know why expierienced modders keep this stuff secret....sometimes simply not able to help beginners. I figure it out by myself and this is how you can do float value > 2000: on this tool IEEE-754 Floating Point Converter you can edit the Hexadecimal...
  4. Tutorial How to get and use float in armv7-il2cpp

    I managed to modify my Game with Value 200 but whats the ARM code for more then 2000? This is for 2000: movt r0, #0x44fa bx lr And for 5000 or 10000 ? How does it look with r7?