Search results

  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.
  14. Solved Mod menü black screen failed help

    You need to logcat your problems via using Android Studio or using a rooted logcat from Google Play store. If your device is armv7, then don't modify arm64 in LGL's. I know LGL's is complicated and not organized, but it's very simple to use.
  15. Help! Finding offsets

    You're modifying a data type of void. A void does not return any values. Search for a method that has int, bool, float. Examples: Int: 1 Bool: true / 1 or false / 0 Float: 1.0
  16. Tutorial Is it possible to deobfuscate Il2Cpp game?

    I think this thread has changed xD @AndnixSH
  17. Tool De-Obfuscated BeeByte Games

    This is not a tutorial. I have made a repository in GitHub of 2 games that I have deobfuscated. Pixel Gun 3D and Standoff 2. These are the games I have deobfuscated. I've only managed to get half around like 30% the names back. Pretty useful. So in total in these games: •Pixel Gun 3D Dumped...
  18. Tutorial Modding Native Game (with IDA) Basic Tutorial

    I hope you make a tutorial for PseudoCode. Overall, great explanation
  19. Tutorial List of Android & iOS Tutorials (Code Tutorials)

    Hello, my name is SliceCast/ Tiuu (in this forum). This thread is to help people with a lot of problems with their C++ codes. To TRY and fix all of your problems, I will explain some basic information's that could help you all here. This tutorial isn't just for newbies at all. This is for...
  20. Solved Problem with esp

    It's just trial and error, meaning you just gotta keep trying. That's what I did with my ESP for Bullet Force and Critical Ops.
  21. Tutorial Basic Hooking Tutorial

    No, I don't mod iOS
  22. Tutorial Basic Hooking Tutorial

    Yeah sure
  23. Tool [Android] SignatureKill v4.0

    You can use APK SIGNATURE KILLER, search it on GitHub it's with the Chinese language and stuff. Usually works with me for Pixel Gun and Critical Ops.
  24. Tutorial Basic Hooking Tutorial

    LateUpdate works as well, but I don't know about the others. Just try it, it's trial and error anyways. I mean try, if it doesn't work, then use another method.
  25. Solved il2cpp unlink methods through hexpatching?

    There are ways where you can actually hook simple hex values, but definitely not relating to unlinking.