mteen2v Posted December 12, 2022 Posted December 12, 2022 is there any way to hide gg for ace fishing game
sammax71 Posted December 12, 2022 Posted December 12, 2022 If you're rooted then hide the game in Magisk then it runs. If you're using a virtual space or emulator then I've no idea
MC874 Posted December 13, 2022 Posted December 13, 2022 Hi! There's several ways to hide Game Guardian from being detected by the game, you might try these: 1) Use Sudo Hide, this require a Framework to be installed in your Phones. You can either install Taichi Framework or XPosed Framework or for newer Android; You can use Magisk LSPosed Framework. To use it; select GG inside SudoHide and select Your Game. This will hide GG from the game. 2) Use XPrivacyLua; this once again requires a Framework. You can choose prefered Framework at #1. Inside the app, find the Your Game and UNCHECK any 'GET ...' permission. 3) Use Android Virtual Machine, such as X8 Sandbox, VMos Pro, or F1 VM. Run the game inside the Virtual Machine and install Game Guardian on your phone (Outside VM/ Not inside VM). However this requires Your physical phone to be also Rooted. Answers above is intended for Offline Games; If Your Game is Online Multiplayer You can always try above first and see if it's working. If it's not; then you can try this: Packet Capture 1) Use PCAPDroid or HTTP Canary to monitor Your Internet Traffic. You can set the Capture to only Your Game. 2) Launch the Game, until the message is appeared. 3) Stop the PCAP Capture, and check the latest internet logs. 4) Click on the target log and select "BLOCK". This will block that connection from accessing your game; It might responsible from server-side checking. IPTables: 1) If somehow using the above method causes some un-intended effect; you can use IPTables for more dynamic blocks. You can check my repo here: IPTables, If your Android don't have any IPTables Installed. 1.1) To Install it, you need Root/SuperSu. Now place both files (IPTables & IP6Tables) into /system/bin with 777 Permissions. 2) Next, to use IPTables command; you need Terminal Emulator or Termux. Inside the terminal put this command: su iptables -A INPUT -p udp --dport [Port] -j DROP iptables -A OUTPUT -p udp --dport [Port] -j DROP # Check the Connection [Port] from your Packet Capture The reason Why using Packet Capture Blocking can cause Weird Effect is because it's on TCP Layer. So you need to block it via UDP Layer using IPTables. Similar Thread: - Survivor.io Detected - Deadly Sins Grand Cross Error Code 2 - Cookie Run detecting GG
Question
mteen2v
is there any way to hide gg for ace fishing game
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.