Skip to content

Instantly share code, notes, and snippets.

@Mirai0009
Last active February 27, 2025 10:19
Show Gist options
  • Save Mirai0009/3896e07f7a60713b56425c43dcd7b7d8 to your computer and use it in GitHub Desktop.
Save Mirai0009/3896e07f7a60713b56425c43dcd7b7d8 to your computer and use it in GitHub Desktop.
Retrieving Gacha URL Android with PowerShell

Retrieving Gacha URL Android with PowerShell

Games support

  • Genshin Impact
  • Honkai Star Rail
  • Zenless Zone Zero

Note

  • Make sure you already turn on developer options your phone click here for instructions or you can search in YouTube depends brand your phone
  • Use Original Cable
  • Not support for Cloud gaming ( except Genshin Official cloud )
  • For Vivo and Iqoo phone only support for android 14

Installation

  1. Open PowerShell on your PC and Run as administrator
  2. Enable USB Debugging your phone
  3. Plug your phone to your PC with USB Cable and select Transfer file
  4. Copy and paste this script to PowerShell

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex (New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/Mirai0009/e2408c1bed22869848b37828ef83bc8f/raw/005908766fbad115fca0ea7ee3f774fd2a529034/android.ps1')

You can review the script here

  1. Enter the script and wait process, And follow instructions on PowerShell
  2. After pop up appear, allow USB Permission on your phone

  1. After that open gacha history and link will immediately open automatically in your Browser Phone and you can copy and paste to website Counter

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