Recent content by Numark

  1. Tutorial Bypass Signature Verification (Lucky Patcher!) ROOT!

    Don't know, I don't have an android device anymore.
  2. Tutorial Basic Hooking Tutorial

    Make checks with it, using your imagination and mind
  3. Help! HOW TO HOOK SLIDERVALUE ON VOID??

    You can't hook a void, (I mean yes you can, but not like that). I mean a void does not return a value on what you're doing. I can see you're trying to modify it's parameters which is your HP and BASEHP. I guarantee there's a function pointer tutorial in here, first of all, I don't think a...
  4. Help! how do i reset it to false when i change

    I'm not sure what you're doing here, but it's wrong. If you're trying to reset it, meaning setting the value to the original value. Just turn it off or set it back to default. Again this is wrong. I don't know what your slider is leading to, but it's not gonna work. int...
  5. Help! bypassing root check (libtool-checker.so aka RootBeer)?

    You could load the lib.so into IDA Pro and find the functions leading to the check where the root is being detected. Then hook it the function to return the value. If you're not hooking, but want to edit it the lib in IDA itself, you need to hex patch it. If it's a small check, I think there is...
  6. Tutorial How to modify Unity's Il2cpp String method's

    This is an error you have to fix yourselves. You have to configure and change the files more. I suggest using LGL's latest template or another mod menu that is simple and plain
  7. Tool Dylib and Lib.so Protection and Dex Protection

    Yeah someone did that once, website wouldn't load anymore.
  8. Tool Dylib and Lib.so Protection and Dex Protection

    Many of you guys are using LGL's or an imported Obfuscation of adamaxley to protect your offsets. You're wondering, if your offsets can still be leeched... Well, what if it's not the offsets you're talking about, what if it's menu itself being leeched? What if it's the other features? Well...
  9. Help! Hook function problem

    You're hooking a string I believe?.. you should consider rechecking your codes and offsets. Also make sure you're actually using ARM64 in your codes, and another thing is don't put arm64 in arm7. If you're using LGL's mod menu template, it's not for newbies despite that his menu has a ton of...
  10. Help! finding true value

    It looks like a server-sided game. So it's not possible. I assume it's like that because of how they are anime games
  11. Tutorial How to find an Instance of a class to access pointers and static fields/methods

    Hello, this is Slice again. I will be making another tutorial for modding. Don't get me wrong on this tutorial, half of this may not be right or accurate, so free to comment on my mistakes. Alright, so how do we find a static class? So, I will be testing this on PG3D/Pixel Gun. We have a class...
  12. Tutorial How to modify Unity's Il2cpp String method's

    I don't know, never used AIDE, I only use Android Studio
  13. Solved Mod menü black screen failed help

    Then it's the SDK? Project is not set to Android 10 or above, which is why it would crash/black screen for you. If you're using an old mod menu, then it's most likely for Android 9 and below.