Thanks to @jogerj and @PrimeCicada for the method! Original script: https://gist.github.com/jogerj/0339e61a92e0de2e360c5212a94854e8
Thanks to @SleepingPanda for 3.8 change info
Open powershell, then copy paste this script:
Thanks to @jogerj and @PrimeCicada for the method! Original script: https://gist.github.com/jogerj/0339e61a92e0de2e360c5212a94854e8
Thanks to @SleepingPanda for 3.8 change info
Open powershell, then copy paste this script:
Add-Type -AssemblyName System.Web | |
Write-Host "Paimon.moe Wish Importer" -ForegroundColor Cyan | |
Write-Host "1. Open Genshin Impact in this PC" | |
Write-Host "2. Then open the wish history and wait it to load" | |
Write-Host "3. When you are ready press [ENTER] to continue! (or any key to cancel)" | |
Write-Host "Waiting..." | |
$keyInput = [Console]::ReadKey($true).Key | |
if ($keyInput -ne "13") { |