Recent content by zxcDelix

  1. Solved Help

    Perhaps you do not have enough bit capacity on your phone, this is the only reason that may be suitable here, try downloading the game from other sites.
  2. Help! weird bool hook problem

    Try this: bool (*old_noreaction)(void *instance); bool noreaction(void *instance) { if (instance != NULL) { if (NoReaction) { return true; } } old_noreaction(instance); } Or thy hook this with MemoryPatch.
  3. Solved Help bind update to hook

    Thank you, I understand, I’m still a long way from RPC, I’ll put this aside for now.
  4. Help! How to change DateTime

    I understand you, could you then send me a lesson where I can learn this?
  5. 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*...
  6. Solved .ctor offset

    Here, I was able to find a link to this topic, there are examples of how this can be done in different ways. Theme
  7. Help! Class without update and usage

    How can I then hook these bytes?
  8. Solved .ctor offset

    Of course, I don’t really understand why, but I saw a topic about what you’re saying, try to find it, unfortunately I can’t find it, but it said that in rare cases it might work.
  9. Help! Class without update and usage

    Game Hide online, telegram link: OxyzHack
  10. Help! Class without update and usage

    Oh, thank you very much, it was very helpful! Solved
  11. Help! Class without update and usage

    Here is the link to the dump: Dump Hide Online
  12. Help! Class without update and usage

    For some reason the file is not being sent :/
  13. 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 {...
  14. Help! How to change DateTime

    Sorry I'm a noob, could you provide the code on how to do this?