The application automatically get the wish history link used for paimon.moe on Windows
Download and run historykey.exe
Windows + R to open Run
shell:startup
Paste the shortcut into the startup folder
$ python -m venv historykey
$ ".\historykey\Scripts\activate.bat"
$ (historykey) pip install -r requirements.txt
$ (historykey) ".\historykey\Scripts\deactivate.bat"
$ pip install pyinstaller
$ pyinstaller --onefile --noconsole --clean --paths ".\historykey\Lib\site-packages" historykey.py
$ move ".\dist\historykey.exe" ".\"
$ del historykey.spec
$ rmdir /q dist
$ rmdir /s /q build
$ rmdir /s /q historykey
- A third party powershell script from MadeBaruna
- Read the
README.md
in MadeBaruna and find the code namedgetlink.ps1
. Download or copy and save using the namehistorykey.ps1
and place it in the folder containinghistorykey.exe
- By default
historykey.exe
always useshistorykey.ps1
Supposed to run in historykey folder
$ cd historykey
$ python historykey.py
or
$ cd historykey
$ historykey.exe
Note: the application will run in the background without any notification. To find out, look in the process manager. The application will stop when the wish history is obtained.
$ taskkill /F /FI "Imagename eq historykey.exe" /T