Update Among Us - TOHE.ps1

This commit is contained in:
2024-10-07 19:25:42 +00:00
parent da0a92f654
commit afa9336e38

View File

@@ -1,7 +1,7 @@
#To Run this easily. Run the following command:
Test-Connection "www.google.com" -Count 1
#To Run this easily. Run the following command:
# Powershell $A = (curl https://gitea.resta.us/resta.us/public/raw/branch/main/Among%20Us%20-%20TOHE.ps1).content; Invoke-Expression $A
$gameName = "Among Us"
$registryPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
$gameKey = Get-ChildItem $registryPath | Where-Object {(Get-ItemProperty $_.PSPath).DisplayName -like "*$gameName*"}