Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 09f26b0

Browse files
committed
Revert "Killing steam when running vac bypass"
This reverts commit 667cad3.
1 parent af5906e commit 09f26b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/functions.ahk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Bypass(neutron)
2626
Logging(1, "done.")
2727
}
2828
Logging(1, "Running bypass...")
29-
Run, taskkill /f /im steam.exe
3029
Run, %A_AppData%\FET Loader\vac-bypass.exe
3130
Logging(1, "done.")
3231
return
@@ -253,4 +252,4 @@ RunCon(CmdLine, Input, ByRef Output)
253252
DllCall("GetExitCodeProcess", "ptr", hChild, "int *", ExitCode)
254253
DllCall("CloseHandle", "ptr", hChild)
255254
Return ExitCode
256-
}
255+
}

0 commit comments

Comments
 (0)