Recent content by zxcDelix

  1. Help! Help with Aide build(32bit)

    Help me correct these errors, before resetting the phone everything was fine, but now I can’t build a project, NDK is 32 bit like the phone, there were no problems before . If anyone has encountered this, please tell me how you fixed it, thanks in advance.
  2. Solved Help bind update to hook

    I need to send a number in string format from a slider that has a data type Int, I made the following code, but the stickers are not sent, most likely I need to link the update to this sending, but I don’t quite understand how to do this, I will be glad for any help. monoString*...
  3. Help! Class without update and usage

    I need to change the damage and selfdamage fields in these classes, but they are not mentioned anywhere, so I can’t change them in any way, I will be glad for any help with this, I will attach the classes and dump below. public class SingleBulletShooter : HitShooter // TypeDefIndex: 3199 {...
  4. Help! How to change DateTime

    I don’t know how to change the datetime, please help me do this, here’s the offset: // RVA: 0x3BCB430 Offset: 0x3BCB430 VA: 0x3BCB430 internal DateTime get_LastModified() { } I will be glad for any help, thank you.
  5. Solved Help with get_photon

    Please help me with get_photon, I don’t know what field to enter there instead of what was in the code, help me figure it out, I will be very grateful. static void *get_photon(void *player) { return *(void **)((uint64_t) player + 0xAC); }
  6. Help! What ways do you know to bypass library detection?

    Hello everyone, I need ways to remove lib detection, I will be happy with any method, thanks in advance.
  7. Help! Help with playerlist

    How to write a playerlist for a game on photon networking api, I have no knowledge of this, I will be glad for any help. written from a translator.
  8. Solved Some icons are not displayed

    This is my resource il2tspp, in it you can see some icons for some reason are not visible, I will be glad for any help, I sent all the icons that are displayed and not displayed.Displayed: Not displayed:
  9. Help! Remap Lib in Il2cpp

    Anti-cheat detects my lib file, I found a workaround for this on the forum using this tool -> GitHub - reveny/Android-Library-Remap-Hide: Remap a library to avoid detection but I don’t know how to add it to my IL2cpp source, I will be glad for any help, thank you. [Wrote from a translator]
Back
Top Bottom