Added cloudflare bypass switcher

This commit is contained in:
Flowseal
2025-04-11 01:20:34 +03:00
parent 475cfd99c6
commit ccd2839bdc
4 changed files with 54 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ echo Pick one of the options:
set "count=0"
for %%f in (*.bat) do (
set "filename=%%~nxf"
if /i not "!filename:~0,7!"=="service" if /i not "!filename:~0,13!"=="check_updates" (
if /i not "!filename:~0,7!"=="service" if /i not "!filename:~0,13!"=="check_updates" if /i not "!filename:~0,17!"=="cloudflare_switch" (
set /a count+=1
echo !count!. %%f
set "file!count!=%%f"