Recent content by sdaslk;dksd

  1. Help! and is it possible to make esp in games obfuscated?

    instead of waiting for an answer that wont help you at all, why are you trying by yourself? we cant generalize all the obfuscated games, because all of them are structured differently.
  2. Help! Hooks not working...

    i guess the problem is that you used void, which void is a non-returnable, and istead of just typing " old_Update(instance, param_2, param_3, param_4);", you have used return too..
  3. Help! HOW DO YOU GUYS MAKE WEAK/DUMB ENEMIES?

    You need to unlink it if the offset is shared with your character and the npc
  4. Help! Thanks

    it could be signature verification, witch you can kill it with np manager, lucky patcher, mt manager (or mt vip), apk analyser+, or some anti cheats located in the dump.cs
  5. Help! Unity changing the Z axis / Zoom

    ig you need the vector3 header
  6. Help! Thanks

    the first one is a normal offset, it can be hooked or patched, but the second one is a field one, and it can be modified with an update offset (that means hooking)