File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ echo [BT Helper] Path Changed: %cd%
6262echo [BT Helper] Current Path %cd%
6363set /p dSkip = [BT Helper] Type 1 to Skip Decompile if you want to decompile just hit enter:
6464if " %dSkip% " equ " 1" goto :skip
65- if " %dSkip% " equ " 1 " goto :decompile
65+ if " %dSkip% " equ " " goto :decompile
6666:decompile
6767echo [BT Helper] Press any key to continue or if you did this was wrong just close this file within 30 seconds. >> ..\cyberlog.txt
6868echo [BT Helper] 30 Seconds Till Starting Decompile Or Hit Enter to start now! >> ..\cyberlog.txt
@@ -146,4 +146,4 @@ echo [BT Helper] Finished at %time% on %date%
146146timeout /t 10
147147echo ----------------------------------- {%date% %time% - Extractor Finished - Exited} ----------------------------------- >> ..\..\cyberlog.txt
148148echo ----------------------------------- {%date% %time% - Extractor Finished - Exited} -----------------------------------
149- exit
149+ exit
You can’t perform that action at this time.
0 commit comments