From 05b66d727799ef7c55e3b6eccbe98fe0b9b77c8f Mon Sep 17 00:00:00 2001 From: Ongyj888 <67620716+Ongyj888@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:15:47 +0800 Subject: [PATCH] Add files via upload --- Main.bat | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Main.bat diff --git a/Main.bat b/Main.bat new file mode 100644 index 0000000..5b9d966 --- /dev/null +++ b/Main.bat @@ -0,0 +1,29 @@ +@echo off +title KRNL Bypasser v2 (renewed version) +echo first +start https://cdn.krnl.place/getkey +echo Do captcha and press any key here +pause >nul +timeout /t 015 /nobreak >nul +echo second +start https://cdn.krnl.place/getkey_scripts +echo Do captcha and press any key here +pause >nul +timeout /t 015 /nobreak >nul +echo third +start https://cdn.krnl.place/getkey.php +echo Do captcha and press any key here +pause >nul +timeout /t 015 /nobreak >nul +echo fourth +start https://cdn.krnl.place/getkey_games +echo Do captcha and press any key here +pause >nul +timeout /t 015 /nobreak >nul +echo fifth +start https://cdn.krnl.place/interface +echo Done +echo Press any key to quit +pause >nul +exit /b +