Recent content by A7xk7y

  1. Help! LGL mod menu login

    Hey, I'm wondering whether you succeeded in your goal. If so then could you, if possible give the network library you use? Thanks.
  2. Help! Trying to hook timescale

    I'm guessing you're trying to make speed hack with this. If you're modding an il2cpp unity game then there is a universally used function called timeScale that controls the game speed. It's static which means it doesn't have an instance. If it doesn't work then, in the same class, try deltaTime...
  3. Tutorial ImGUI Tester app - Quickly test your ImGUI mod menu on Android

    Yes, there doesn't seem to be anyway to make it fit the resolution even after I hooked the unity screen class and forced it to fit. It always zooms on screen if the resolution is more than 720x1280p
  4. Tutorial ImGUI Tester app - Quickly test your ImGUI mod menu on Android

    Hey, did you find any solution for this? I have been facing this as well on all of my phones. If you have then could you please provide the solution. Thanks.
  5. Tutorial How to Create Zygisk MOD Menu

    I couldn't get what you mean. You could go through the logs and see why it's not injecting. It could be many reasons, it could be that the app you're trying to inject into has protection against injections but that's very unlikely. It could be that you're putting in the wrong package name. The...
  6. Tutorial How to Create Zygisk MOD Menu

    Could be device compatibility issues. Most likely fixable through build.gradle. modify it. But there is a major issue with this injector anyway, I tested it on 2 phones and it seems to be messing with the activity and zooming on the screen for some reason.
  7. Tutorial How to Create Zygisk MOD Menu

    Try magisk delta. Or, you could also try posting the error details here.
  8. Tutorial How to Create Zygisk MOD Menu

    Tested on android 13 S23 Ultra. A pretty good injector, seems like its only issue is screen zoom when opening the game for some reason. It seems like the phone is auto adjusting opened activities.