Skip to content

Instantly share code, notes, and snippets.

View MadeBaruna's full-sized avatar

Made Baruna MadeBaruna

  • Indonesia
View GitHub Profile
@MadeBaruna
MadeBaruna / importer.ps1
Last active April 24, 2024 12:35
Paimon.moe Local Importer (Windows)
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") {