The Star Rail Station Pity Script simplifies the execution of a PowerShell script called Pity Tracker.ps1
. This guide provides step-by-step instructions to set up and run the script effectively.
- Shortcut File: Copy the
.lnk
shortcut file to your desktop. - PowerShell Script: Place the
Pity Tracker.ps1
file in the root directory of yourC:\
drive.
- Double-click the desktop shortcut to launch the PowerShell script.
-
If the shortcut doesn't work, ensure the following command is used in its properties:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoExit -ExecutionPolicy Bypass -File "C:\Pity Tracker.ps1"
- Follow any on-screen prompts or instructions during script execution.
The script includes the following security enhancements:
- TLS 1.2: Ensures secure communication by enforcing TLS version 1.2.
- Secure Downloads: Downloads external content using
Invoke-RestMethod
over secure channels. - English Comments: All comments in the script are written in English to improve accessibility and understanding.
- PowerShell: Ensure PowerShell is installed and available on your system.
- Operating System: Windows-based environment is required for running the script.
- Review the Script: Always review and understand the script's code before running it.
- Security Awareness: Be cautious when running scripts downloaded from the internet. Consider executing them in a controlled environment.
- Troubleshooting: If errors occur, refer to the PowerShell error messages or consult the official documentation for assistance.
- Original Idea: @exterpolation
- Special Thanks: @Alessandro Maule