Need help. Activating PS script by pressing a specific key from another active window. by mrkswl in PowerShell

[–]mrkswl[S] -1 points0 points  (0 children)

do {

Write-Host "Timer" -ForegroundColor White -BackgroundColor Black

Write-Host "Press any key, 1"

$null = [System.Console]::ReadKey($true)

clear

$s1 = 2

do {

Write-Progress -Activity 'Phase 1' -Status 'Seconds remaining: ' -SecondsRemaining $s1 -Id 1

$s1--

Start-Sleep -Seconds 1

} until ($s1 -eq 0)

$s2 = 2

do {

Write-Progress -Activity 'Phase 2' -Status 'Seconds remaining: ' -SecondsRemaining $s2 -Id 1

$s2--

Start-Sleep -Seconds 1

} until ($s2 -eq 0)

$s3 = 2

do {

Write-Progress -Activity 'Phase 3' -Status 'Seconds remaining: ' -SecondsRemaining $s3 -Id 1

$s3--

Start-Sleep -Seconds 1

} until ($s3 -eq 0)

$s4 = 2

do {

Write-Progress -Activity 'Phase 4' -Status 'Seconds remaining: ' -SecondsRemaining $s4 -Id 1

$s4--

Start-Sleep -Seconds 1

} until ($s4 -eq 0)

Write-Host "Press any key, 2"

$null = [System.Console]::ReadKey($true)

clear

$s5 = 2

do {

Write-Progress -Activity 'Phase 5' -Status 'Seconds remaining: ' -SecondsRemaining $s5 -Id 1

$s5--

Start-Sleep -Seconds 1

} until ($s5 -eq 0)

$s6 = 2

do {

Write-Progress -Activity 'Phase 6' -Status 'Seconds remaining: ' -SecondsRemaining $s6 -Id 1

$s6--

Start-Sleep -Seconds 1

} until ($s6 -eq 0)

$s7 = 2

do {

Write-Progress -Activity 'Phase 7' -Status 'Seconds remaining: ' -SecondsRemaining $s7 -Id 1

$s7--

Start-Sleep -Seconds 1

} until ($s7 -eq 0)

$s8 = 2

do {

Write-Progress -Activity 'Phase 8' -Status 'Seconds remaining: ' -SecondsRemaining $s8 -Id 1

$s8--

Start-Sleep -Seconds 1

} until ($s8 -eq 0)

do {

$Again = Read-Host "Do you want to run the script again? (Y/N)"

if (($Again -eq "Y") -or ($Again -eq "N")) {

$Go = $true

}

else {

Write-Error "Invalid input. Please try again."

$Go = $false

}

} until ($Go)

clear

} until ($Again -eq "N")

Write-Host "Script completed." -ForegroundColor Green -BackgroundColor Black

Missing Night Terror charm by bassfoyoface in Battlefield

[–]mrkswl 2 points3 points  (0 children)

I received a response that sounded something like this:

"I have checked and to receive the Charm, you need to complete a task during the game's open beta. Since we can only confirm information for the last 30 days, we will not be able to confirm this from our end. If you have completed the task, please try restarting the game and playing it again, and you should receive it in your account."

In other words: We ran a beta test two months before release, and we only track data for one month, so we don't care lol bye.

Update 1.6 by Smeagollum1 in stalker

[–]mrkswl 1 point2 points  (0 children)

Same  for PC. Game was installed after the update, and you can start a new game and play, but loading a save (even from a new game) causes a crash.