Recent content by jacob42

  1. Help! How to bypass a game that detects literally everything?

    ah, I had seen a lot of posts say that the crashing was due to “signature verification” and figured the solution people recommended (corepatch) was for the same type of app-level compiling/signature verification, not a different type of system-level one. And right. That’s why I made this...
  2. Open Request Legend of Slime : Idle RPG

    Right then, would you like to prove me and those other people wrong? I would love to see that.
  3. Help! How to bypass a game that detects literally everything?

    In which library? I already dumped libil2cpp.so and can see all the strings with il2cppdumper. I can see a good chunk of the strings in libfwazyd.so minus the obfuscated ones with IDA Pro. I tried to use Frida for a few days to be able to hook functions to track things like Liapp, but all of...
  4. Help! How to bypass a game that detects literally everything?

    Interesting. Since all the detections are liapp-based, it wasn't hard to find several references to Liapp. One in classes6.dex (smalis6/com/liapp and smalis6/com/lockincomp), another in assets/.fwazyd.dex, and another in lib/libfwazyd.so. I'm guessing "fwazyd" is just random name to hide itself...
  5. Help! How to bypass a game that detects literally everything?

    Legend Slime. It's using Liapp protection.
  6. Open Request Legend of Slime : Idle RPG

    I don't know what was so "secret," especially after I shared with you how I was able to decrypt and dump the metadata, you'd think you'd want to reciprocate no? Don't gotta be like that.. And, no, that's not true at all. This games uses a very advanced protection called Liapp. Look it up...
  7. Help! How to bypass a game that detects literally everything?

    - Merely resign the app (no modifications whatsoever)? Game crashes. (Assuming signature verification.) "Try CorePatch" they said. Still crashed. "Try Lucky Patcher to remove signature verification" they said. Didn't work. - Try to use Game Guardian on the app? Throws "detection" message...
  8. Open Request Legend of Slime : Idle RPG

    Dang, you too now? How'd you do it with GG? Why tf am I the only one whose numbers don't stick when I change them lol.
  9. Open Request Legend of Slime : Idle RPG

    How are you doing it then? The traditional way of search for level in memory, level up once so value changes, then refine search in memory until you find address? Cause that doesn’t do anything for me. Can you explain in more detail or post a vid pls? Thank.
  10. Open Request Legend of Slime : Idle RPG

    Good luck. If you're going for assembly/IDA/Ghidra/hex modifications, DnSpy will help a lot and the IDA/ghidra scripts to use the dump to name the functoins. If you're going for hooks, then you'll either want physical android device (ARM64) or genymotion on amazon web services (ARM64). Since...
  11. Open Request Legend of Slime : Idle RPG

    Woops! I forgot to include that--thank you for the reminder. Check now, I uploaded it!
  12. Open Request Legend of Slime : Idle RPG

    Hmm, I wonder if you were able to do that (but not other things) because some functions in the code I dumped appear to use protected/hidden values. I think the chicken's stats may not use those same protected structures. But, when I tried and edit them by searching for the values directly, I had...
  13. Tutorial FRIDA API Set Up and Injection (Hook,Unity)

    This step: frida -D 1990303193 -l C:\Users\vladi\Desktop\my_hackable_script.js -f "com.hackedapp.something" results in the app launching, but quickly closing: Spawned `com.loadcomplete.slimeidle`. Resuming main thread! [ONEPLUS A5000::com.loadcomplete.slimeidle ]-> Process terminated [ONEPLUS...
  14. Open Request Legend of Slime : Idle RPG

    See my post above ^^^. I dumped it for you :)
  15. Open Request Legend of Slime : Idle RPG

    Can you at least share the functions you looked at when modding it? Or did you not develop it?