Skip to content

Instantly share code, notes, and snippets.

@Mirai0009
Last active October 2, 2024 23:35
Show Gist options
  • Save Mirai0009/3b0f206927c5fe8fd9b5c3cd830d500f to your computer and use it in GitHub Desktop.
Save Mirai0009/3b0f206927c5fe8fd9b5c3cd830d500f to your computer and use it in GitHub Desktop.
Retrieving Gacha URL with Feedback

How to use Feedback for Retrieving Gacha URL

Note:

  • Required Android 12 or Higher
  • This method only supports for brands Oppo,Realme & OnePlus
  • Tested on Realme 9 pro Android version 13, Android System Webview version 126.0.6478.134

Installation

  • Please read instructions first before watching video guide
  • Dial *#800# to open your Feedback menu

  • Click settings on top right corner and change to Developer Mode

  • Back to Feedback menu and open Third-party apps
  • Click three dots in the top right corner then click Performance then turn off Systrace (you need turn off Systrace everytime when you want use again)

For Android 14 or Higher version

If you don't have Third-party apps on Feedback menu just scroll down until you see Other, the rest of the process is the same, you still need turn off Systrace everytime when you want use this method again

  • Make floating windows and Open your Games
  • Click --> Start then Continue before you open gacha history,

  • See 2-3 page gacha history before you click done

  • Wait until process complete and go back to Feedback menu then click My feedback

  • Open file 2024-07-27_20-27-00@thirdpart (random name depends date your records)

  • Then open file common/2024-07-27_20-26-41/apps/android-0727_202646.txt and move android-0727_202646.txt to internal storage (don't put in folder)

  • If appear 2 file android.txt, just move both and check which one have record your link (usually files including URL is small in size)
  • Make sure you already save the file in correct folder and rename the file to gacha.txt

  • Download Termux on Playstore
  • Open termux and enter termux-setup-storage and give permission (only for first time setup)
  • Enter cd /sdcard then enter script

  • After you already done, don't forget to delete your records because the file size is quite large

Script

  • Genhsin
strings gacha.txt | grep -Eo "https://gs.hoyoverse.com/[^ ]+log" | head -1
  • HSR & ZZZ
strings gacha.txt | grep -Eo "https://gs.hoyoverse.com/[^ ]+global" | head -1

Alternative with Teks editor

Actually you can find URL without Termux, use your best apps teks editor, This time im using MT Manager, you can download here, and use keywords gacha to find the link

Video Guide

Don't forgot like my video ❤️

Feedback Method

SUPPORT ME❤️

Buy Me a Coffee at ko-fi.com Trakteer Saya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment