-
Posts
547 -
Joined
-
Last visited
-
Days Won
19
Community Answers
-
MC874's post in help dump legend slime idle was marked as the answer
Hi @Kest,
Metadata doesnt matter. It uses Zygisk to dump from runtime. It is working thanks.
dump.cs
-
MC874's post in Game Detects GG Memory Attack - 20 was marked as the answer
Hi @lykomedes, try the following command in Termux, do it before you're changing the Memory. Recommended to not interact with the game Interface/UI. If you want to interact with it, detach the Game Guardian from the Game.
for i in $(pidof com.your.game.name); do mount -o bind /proc/2/maps /proc/$i/maps; done -com.your.game.name: change with your game package name I'm still doing some research about LIAPP behaviour externally. Actually, you can remove the LIAPP by modify it internally but it won't work for any APKs since it's depends on the App Signature. Prefered to read similar thread here:
LIAPP Alert Memory Attack
-
MC874's post in The game sees GG, how to hide the app? was marked as the answer
Hi @Marks01, I've conducted experiment and it seems to hide GG completely. Here's what you need to do:
[ Resources ]
- Magisk or Magisk Terminal for Android Emulator. - Shamiko Magisk Module - LSPosed Framework (Use Zygisk Variant) - HideMyApplist for SudoHide Alternative. [ Practice ]
- First Install Magisk [below demonstration are performed on LDPlayer Emulator using Magisk Terminal] - Install Shamiko & LSPosed Module on Magisk App - Navigate into /data/adb/manager.apk and Install it - Install Game Guardian (If haven't) and setup: 1) Hide Guardian from the Game: check all of them or experiment it Yourself, 2) PTrace Potrection: set to Freeze. - Now reboot Your device. - Inside LSPosed App, enable HideMyApplist module and then delete LSPosed App after doing so. - Reboot again - On HideMyApplist, select Template > Blacklist > Invisible > (Select GG and Any App that You want to Hide). - Go back and select Applied > Hidea Game (Or Any LIAPP Game) - Go back again and add a name for Your template. - Just go back to Main Menu (It will Automaticly save the Template) - Done. Go ahead enjoy the game. [ Note ]
- If this helps, consider to mark this post as a Solution. If not, You can mention me @MC_ on this thread. - If Speedhack doesn't work, it because of 'Hide Guardian from the Game'. You can experiment it yourself by unchecking some level (1-4) and see if it works. - Make sure to keep follow the Reboot step, it's intended to Apply the changes. [ Visual Demo ]
Magisk on LDPlayer:
LIAPP Alert Bypass (Hide Mode)
-
MC874's post in custom lib was marked as the answer
Hi! It's possible, haven't you tried this list of tools?
- Memory-Dumper - MemDumper - MemDumper APK Try the APK one first, it's should be work accross libs. To run others, you need Termux. Make sure to run the commands using elevated Root permissions:
-
MC874's post in How to find wall hack in any type of dumped lib file? was marked as the answer
I would say: Yes and No, most Wallhack involves GLes lib (OpenGL), it act as Shaders. On Lib Dumps, you can search for "vertex", "renderer", "buffer", "shader", "alpha" on Player properties. Or you can play around with Floats, since vertex are mostly stored in Floats.
EDIT1: Maybe you can refer to this topic: Wallhack for Most Games