Here's the code for instant shutdown @echo off color a echo Hello, do you love me?(Anwer in only yes/no) set /p input= if /i %input%==Yes goto love if /i %input%==No goto hate if /i not %input%==Yes,No goto 1 :love echo I Love You Too... Heart...Heart...Heart... echo See You Later pause exit :hate echo But I Love You Too... Cry...Cry...Cry... echo Blee you deserve it! timeout 3 shutdown -s -t 0
@Seraphim_sans4556 ай бұрын
How is this not blowing up?
@khalishakhairani47956 ай бұрын
This is still considered a virus. Imagine someone still game gta sa and not yet saved it. lol
@officialEcho_Talks6 ай бұрын
@@Seraphim_sans455 It did I guess?
@Discord-26 ай бұрын
And the end of the virus name is supposed to be .bat also set the Save as type to All Files
@Tarotakii6 ай бұрын
Is this a programming language? Which one? I'm in college, and I have an interest in Cyber Security and hacking. Would be really helpful lol
@LightningSplash019 ай бұрын
ROSES ARE RED MY SCREEN IS BLUE I THINK I DELETED SYSTEM32
@dj.inflamed.0118 ай бұрын
Lol
@rancor753alt2.8 ай бұрын
OH NO!
@crystalize_devv7 ай бұрын
Roses are red, Violets are blue, I debugged my code, And now it runs true
@valorantpro-zi4yd7 ай бұрын
Good 1😂
@readycleVP7 ай бұрын
bro i actually almost did this when i got my first pc 💀 i cancelled it at like 12k files
@realhumanbeingyesyesveryreal11 ай бұрын
This is actually how I started off as a cybersecurity expert, I’m into malware analysis now 😭. I know it sounds stupid but hear me out - I was in elementary school, I had to be less than ten-years-old. This teaches you some applicable concepts if you actually read into it. The “@echo off” command at the beginning tells the OS (Operating System) to NOT return output on the console I believe. This is Windows scripting so I’m not extremely familiar, but the code goes on to use logic - the “if” statements. Essentially, the program takes an input from the user and uses that logic to determine what to output. I saw this and magic growing up, made one of these little “viruses” and caused a panic at school. 😂 I encourage these type of harmless, intellectual pranks! They should be used in ways that teach the layman how interesting these things can get - making a machine do what you want using Notepad… All it does is abruptly shut down the machine, by the way. 😊
@Quiet-Coder11 ай бұрын
That's a lot of knowledge, Good!
@SCP-10610 ай бұрын
damn bro has all A+ in computer class lol
@Shivter148 ай бұрын
I am actually a Batch Programmer, This language does more than you think. I made a whole game engine in that language.
@janman36607 ай бұрын
@@Shivter14 dam, im struggling to make a simple msgbox with batch and yall are making games with that? didn't know that was possible for so simple program languages lol
@ExploringNew16 ай бұрын
I make 'viruses' in pygame because I realised that the close button actually doesn't close the window and I can do whatever I want
@Black_Faker-officialYT9 ай бұрын
Phone users: 🗿🔥
@Samisgamer169 ай бұрын
I'm on mobile/phone
@Black_Faker-officialYT9 ай бұрын
@AlpineWasHere toxic slender caught in 5K @Samisgamer16 let's record this evidence
@ItzMeThunder9 ай бұрын
@AlpineWasHerelol poor i think ur using $1 iphone and mines pc go and call ur das 😂
@HyperX6259 ай бұрын
It work on termux or not? But I'm sure 100% is not work
@l________llll-n9y8 ай бұрын
u can still do it if its a .ipa file instead of a .bat file
@AgentSocks7 ай бұрын
everyone gangster until someone changes it to delete system 32
@gat0anonimo4 ай бұрын
uh oh
@ThomasRavagli3 ай бұрын
I dont know if you can do that but you can? *For a friend*
@danielrodrigues25733 ай бұрын
@@ThomasRavagli Is not that easy you need special premissions to delete
@lukular3122 жыл бұрын
I thought this was gonna be the email worm
@LordSzo2 жыл бұрын
What if you send it to the e-mail?
@SkyTheHusky2 жыл бұрын
me too
@kostkabrukowa5311 ай бұрын
that's not really how an email worm works and I think there was an I LOVE YOU worm virus. worm viruseswill send themselves further and further@@LordSzo
@Stocki_is_taken5 ай бұрын
He Said Virus. (It isn't a virus)
@4astral4 ай бұрын
@@LordSzo just get the source code of the actual ILOVEYOU virus
@Quiet-Coder2 жыл бұрын
Little correction here On the if not statement I wrote if not %input%==yes,no instead I would have wrote if not %input%==yes.no because (yes,no) would not work and (yes.no) would
@mineralnoodles2 жыл бұрын
Can you add the code in your description so the viewers can copy paste
@somebdy_2 жыл бұрын
yea same
@Alkinkoos_nik2 жыл бұрын
Yeah this make absolutely sense
@Omspr2 жыл бұрын
I am getting an looping error if i add if not statement ahead of if statements :1 if not %input%==yes.no goto 1 if /i %input% == yes goto love if /i %input% ==no goto hate Here irrespective of what i write(either yes or no or anything)its looping i.e., moving to :1 and starts executing.
@Omspr2 жыл бұрын
@Quiet_coder please tell me the solution of what i have asked
@StarLaeTechАй бұрын
THIS VIDEO CHANGED MY LIFE!!!! After seeing, i created my first “virus”. Then I learned batch to 100% and now I know C++ and C#.
@Quiet-CoderАй бұрын
@@StarLaeTech glad to hear that. Keep growing 💗
@YLFNFB2 жыл бұрын
Me with rickroll virus:
@somebdy_2 жыл бұрын
yes
@selvaraj-cpim2 жыл бұрын
🤣🤣
@NotaBeast Жыл бұрын
I made one rickroll batch for the whole school and it was so funny😂😂
@YLFNFB Жыл бұрын
Yeah, 10 months apart from the parent comment; I forgot that this comment is simply exist
@spiteee Жыл бұрын
how do u do that?
@zenith_zephyr. Жыл бұрын
@echo off color a echo Hello, do you love me?(Anwer in only yes/no) set /p input= if /i %input%==Yes goto love if /i %input%==No goto hate if /i not %input%==Yes,No goto 1 :love echo I Love You Too... Heart...Heart...Heart... echo See You Later pause exit :hate echo But I Love You Too... Cry...Cry...Cry... echo Blee you deserve it! timeout 3 shutdown -s -t 100
@Mike_201 Жыл бұрын
thanks mate
@Husnain_Afzal Жыл бұрын
I have created it but how can i send it to someone???
@rpaccount3 Жыл бұрын
@@Husnain_Afzal yea
@revol_4 Жыл бұрын
Love it bro
@SubhamKumar-jq2mr Жыл бұрын
😢😮😮😢
@mrdiamond642 жыл бұрын
this is a wonderful example of a script kiddie
@EngineGamesSFM Жыл бұрын
@@I-AM-THE-SKIBIDI-RIZZLER a Kid that tries to hack
@I-AM-THE-SKIBIDI-RIZZLER Жыл бұрын
@@EngineGamesSFM not
@soIatido Жыл бұрын
As easy and basic as this is, this guy isn't a script kiddie
@sanskar730 Жыл бұрын
Isse files delete toh nhi hogi koi
@TheWolf-ov8rt Жыл бұрын
@coldheartedreshiramwhat he's doing is even less than a script kiddie plus thinking he hacked someone just by writing a program is script kiddie behaviour
@overbored1337 Жыл бұрын
Infection and spreading are the most importent traits of either a real virus or computer virus. Your "virus" have none of these traits.
@Amirohisthebesttv913 Жыл бұрын
This is just a simple presentation-like program
@overbored1337 Жыл бұрын
@@Amirohisthebesttv913 presentation of what?
@daviizinkks Жыл бұрын
it's just a prank virus@@overbored1337
@forknife9924 Жыл бұрын
@overbored1337 🤓
@Jarmen_Kell1 Жыл бұрын
bruh he made this for educational purposes and the virus was already contained,starting another will send him to jail@@overbored1337
@TheHeroWhoAsked Жыл бұрын
This js a cool effect to pretend that ur friend is getting hacked
@L00S5102 ай бұрын
the virus just turn off the pc ?
@gtmg1Ай бұрын
@@L00S510 yes with a warning
@laurale642110 ай бұрын
Instructions unclear got FBI after me😂
@plashplash-fg6hd2 жыл бұрын
The real virus was written in notepad, but not in batch.
@user-vm9lt5sw1w Жыл бұрын
VBScript
@plashplash-fg6hd Жыл бұрын
@@user-vm9lt5sw1w Correct.
@regularpersonLIVE9 ай бұрын
IExpress didn't exist at that time, so it stayed as a VBScript file.
@plashplash-fg6hd9 ай бұрын
@@regularpersonLIVE ???
@regularpersonLIVE9 ай бұрын
@@plashplash-fg6hd IExpress is used to convert batch/vbscript files into exe files
@ll-EwoJima-ll6 ай бұрын
To make it even better, you could make it so that if the hate option is chosen, then it creates a script that will immediately shutdown the computer. You can then put that code into a new file. Then put that new file into the startup folder. So then every time the computer is powered on, it’ll just turn back off.
@silliest_ratАй бұрын
I think that would destroy the computer 😭
@Neo_Foxrot3 ай бұрын
"I LOVE YOU" A Japanese boy will experience trauma after hearing that.😂
@AiEdits-nk8 ай бұрын
I learnt many things from your channel ❤❤
@Quiet-Coder8 ай бұрын
❤️❤️🔥
@nubbyboi65232 жыл бұрын
Bro tried to use Batch to create a VBScript/VBA (forgot which one ILOVEYOU uses) virus
@moltony2 жыл бұрын
it uses vbscript (vba is for microsoft office)
@nubbyboi65232 жыл бұрын
@@moltony thanks
@user-vm9lt5sw1w Жыл бұрын
Lol, this is not ILOVEYOU
@nubbyboi6523 Жыл бұрын
@@user-vm9lt5sw1w But the title though…
@ParadoxAI-Co Жыл бұрын
a great example for who wants to start learning hacking & programming, great job :)
@PixelCodes11 ай бұрын
Well, you can't hack in bat/cmd files, It's too basic: it doesn't have the functions provided by more complex programming languages like C+, Python, Java etc...
@RafcioPafci002 жыл бұрын
How to prevent your PC from shutting down: In the search bar type shutdown -a
@Anon-f4u15 күн бұрын
also can do it in python: import os import time import sys import subprocess print("Do you love me?") answer = True user_choice = input("y/n : ") if user_choice == ("n"): answer = False elif user_choice == ("y"): answer = True if answer == True: print("Thank you:)") time.sleep(1) print("Exiting...") time.sleep(1) sys.exit() # you dont have to add that but you can if answer == False: print("I hate you too") time.sleep(1) shutdown = subprocess.run("reboot", shell=True)
@sylezz8252 жыл бұрын
Another "virus" that shuts down your PC after eternity and nothing happens when you log back in.
@Night_fla2 жыл бұрын
This Mean shut down
@adfs5463 Жыл бұрын
Yeah, I can just delete the file off my PC.
@Thatguy-zi3st Жыл бұрын
Replace the shut down part with code that deletes system 32
@NerdGamer1983 Жыл бұрын
@@Thatguy-zi3stcan you tell how :(
@TheOriginalMacOS Жыл бұрын
@@NerdGamer1983 well first thing is system32 is owned by SYSTEM in TrustedInstaller local group. and u have to run the batch file as administrator to change permissions, but if u trick the victim into running the file as admin then the commands are takeown /r /d:Y /f C:\Windows\System32 icacls C:\Windows\System32 /t /c /grant %USERNAME%:F rd C:\Windows\System32 /s /q explination, first command sets the owner of all the files in system32 to the current user, second command grants permissions of all the files in system32 to current user, and third command will erase everything in system32. if u want a more indepth explination ill edit this comment
@NongnomRbx11 ай бұрын
imagine change shutdown to delete system32
@BrodyHansen-xx7fc8 ай бұрын
*to be countinued song plays*
@RandomBambooo6 ай бұрын
How to do that
@NongnomRbx6 ай бұрын
@@RandomBambooo Idk I only know flowchart [Start] > (msg* PC gonna delete in 3 seconds) > (count down 3 seconds) > (delete system32) > [End]
@SkibidiRizzlerGyatówwOhio5 ай бұрын
You must open it as administrator bc it will not work (yes i tried)
@notCAMD2 ай бұрын
To format disk C
@MegaDroin Жыл бұрын
Thats not virus, that's shutdown
@user-ls9go6hg3l Жыл бұрын
Put it to startup folder and it gets annoying quite soon
@janman36607 ай бұрын
i dont think you would watch the video if it said "i love you shutdown", wouldn't you?
@Astrisk-Code4 ай бұрын
plz its true
@AshiqurRahmanPranto2 жыл бұрын
Can you make this in VBScript that opens dialog box instead of command prompt?
@Husnain_Afzal Жыл бұрын
It would not work same
@forza_intermilano11 ай бұрын
My friends are gonna hate me after dis
@Cart14162 жыл бұрын
This is so bad just press windows key and r then type shutdown -a it stops it from shutting down if you run the "malware"
@issam762 жыл бұрын
alright for everyone says that it does nothing change the shutdown line to a line that opens infinite multiple web browser tabs to eat ram or delete system32 files that will kill the operating system. Please make this goes up.
@dangergaming5952 Жыл бұрын
When I am pressing no it is comming 'No' is not recognized as an internal or external command,operable program or batch file
@Quiet-Coder Жыл бұрын
Did you put double equal signs?
@dangergaming5952 Жыл бұрын
@@Quiet-Coder yeah
@Quiet-Coder Жыл бұрын
@@dangergaming5952 okay, if you did that's good but it will be hard for me to pin point any error without looking at the code so if you can share the code please share or another way that sometimes work is rewrite whole code
@dangergaming5952 Жыл бұрын
@@Quiet-Coder yeah... No problem bro👍 .... How many years experience you have and how much time taken to you to learn...
@Quiet-Coder Жыл бұрын
@@dangergaming5952 2yr but because there aren't much tutorials about Batch Script I'm still learning the basics. BTW you can learn popular languages just in 4 to 8 months to get to basic and 4 to 8 more months to get to intermediate level depending on how much time you spend learning
@Zlotu0905 ай бұрын
Congratulations, you just created a malware for a shutdown, now you can prank your friends in a discord call ;)
@fr8y_yt8902 жыл бұрын
For info: the effect was edited
@Quiet-Coder2 жыл бұрын
Yes I edited win XP shutdown voice in the video
@Rahmat_hidayat-z1y5 ай бұрын
Thanks for info min 😇
@adfs54632 жыл бұрын
The ILOVEYOU virus was written in VBScript, not BAT.
@Quiet-Coder2 жыл бұрын
I know
@georgespaceagency98942 жыл бұрын
Holy fuck, it was made in VBScript?
@ygx62 жыл бұрын
@@georgespaceagency9894 yep
@BritishMonki24 күн бұрын
Bro, thank you so much. This made me turn into a programmer LOL which also mean that I could do more questions instead of one or two.
@Banus-2 жыл бұрын
Im pretty sure the IlovYou virus was made by sending a normal virus to your computer, going in all of your contacts, then sending that same malicious file to do the same to others. This might be fun to do in a batch file but shutting down your computer isnt scarry…
@donbelikat Жыл бұрын
yes it is. what if the password changed and you can't get back in? that's pretty scary for a moment.
@Banus- Жыл бұрын
@@donbelikat theres a few very easy ways to mess with computer settings in bios and one of those ways is to change your password. and theres also a “forgot pin/password” option underneath it. So no, not scarry
@VenzionRobloxYT11 ай бұрын
This works! TYSM!
@Quiet-Coder11 ай бұрын
No problem 🤗
@enkaidos Жыл бұрын
Bro fr forgot that iloveyou was made in vbs 💀
@scione2023 Жыл бұрын
yup
@DangerousPurplePlant-10009y23 күн бұрын
One question how can i change the background with a note pad code like chaning the background to random colors every second. "I'm a noob at making viruses"
@Boomtoons45 Жыл бұрын
Future love letters😁
@dmitriyvladimirov863111 ай бұрын
is it only on windows or can you also use it on mac?
@Quiet-Coder11 ай бұрын
Only for Windows
@KINGOFHEARTS5242 жыл бұрын
Thank you brother It really worked. But it gave me timeout 1 minute
@Quiet-Coder2 жыл бұрын
I think you may have written timeout 60 or 30 if yes then change it to timeout 3 btw you can remove timeout
@Ijustshatmyself5 ай бұрын
@@Quiet-Coderit only shuts down the file if you input no how to fix?
@jasonzawtun5 ай бұрын
So, we should say "yes."
@tacosbros1918 Жыл бұрын
Nice I use it on my teacher and she type no... But haha
@nukeproofgaming2 ай бұрын
To cancel it just open CMD and type shutdown -a
@overbored13372 жыл бұрын
This is not a virus 🤣
@AironGC2 жыл бұрын
Because it's not a virus🤓
@Lord_common_sense Жыл бұрын
@@AironGC thats exactly what he said u dumba$$ lmfao
@Will-dq4up Жыл бұрын
Yes
@MegaDroin Жыл бұрын
Because is shutdown
@sanskar730 Жыл бұрын
Yeh kya hai shutdown prank hai kya
@Sighthaha7 ай бұрын
I’m actually learning to become an ethical hacker and a cybersecurity expert
@GrBiEdits2 жыл бұрын
This is not a virus.
@jugandoconian4604 Жыл бұрын
It is a prank
@mjcell275711 ай бұрын
What program format VIRUSES WORMS , READERS e 1000 c kalobori ' l love you . Machine berbeda dengan robot 🤖
@Just_a_chill_cat2 жыл бұрын
thanks, i want to do a prank but had no ideas, i'm gonna copy and add some other thing to this for sure!
@freeytprime Жыл бұрын
😂 a good prank for my younger brother 😂
@Uttam-l2i5 ай бұрын
but i can't see which file did you saved
@Quiet-Coder5 ай бұрын
I saved it as a .bat file
@annafisgibransadiq5 ай бұрын
Oh this is how we shutdown but no windows button
@ZYUFFY2 ай бұрын
Its code work but why is it not shut down? Would tell me why?
@Cr3cked5 ай бұрын
Can I Get A Little Explanation Of What Each Line Does (I Know The Basics Like Input And Output And All) Just Confused On @echo ...
@Quiet-Coder5 ай бұрын
You can watch the batch script playlist on my channel, in which I have explained @echo off and echo commands
@Cr3cked5 ай бұрын
@@Quiet-Coder Okay, Thanks!
@BradyBain Жыл бұрын
Can you turn the computer back on without anything harming it?
@Quiet-Coder Жыл бұрын
This file will only shutdown your computer and you can turn it on, it will cause no harm.
@justinisbackup5 ай бұрын
Imagine ima get this virus and after the shutdown everythimg is normal😭
@quaribtw5 ай бұрын
is there a way you can run this on a phone? and what happens if you do?
@PDGgaming20052 ай бұрын
one question, is this harmless?
@Quiet-Coder2 ай бұрын
@@PDGgaming2005 yes, but close and save any important work before opening this because if you enter "no" it will shutdown the PC
@jonatasalmeidasantana886311 ай бұрын
I don't know if i get sad for losing my pc or happy for it loving me in his last seconds of life
@ektorgamer66767 ай бұрын
100 days for opening system
@ShrekOgrelord6 ай бұрын
"i love you too see you later" heartwarming 😮🥺
@JakeLMAO122 ай бұрын
Is there a advance of it?
@alesya40646 ай бұрын
So it just turns off the laptop and nothing bad happens, right? You can turn it on and everything will be fine?
@nufflegd35276 ай бұрын
Correct
@reizinhodojogo395611 ай бұрын
how do i make a sendkeys function send alt+uparrow, i tried {%up}, {%}{up}, %{up}, {%%up} etc, they don't work, asking cause i wanted to make a explorer batch file to open old explorer(control panel then alt+uparrow in search bar)
@Internetgirl10 Жыл бұрын
How can i make it so it opens a text document instead of shutting off the computer
@Quiet-Coder Жыл бұрын
Replace the shutdown command with ⬇ Start "path to file" *you don't need to put full path if your file is in the same folder just put the name like text.txt*
@Football_fanx6 ай бұрын
Hello i activated this "virus" but it just got stuck in "Geting your windows ready" is it due to virus or not if it is can i get rid of it?.
@ambre0_05 ай бұрын
It can't be that in fact this isn't a virus just a .bat this thing just start your command prompt who allow you to shutdown your machine 1 time if you put it in the system folder that would be a problem but i suppose you didn't. Honestly i just recommend you to restart your pc until it work maybe it's just a failed update or something like that. Anyway I don't see why a virus would do that the main objective of people creating virud is often money so why would they break your machine? If nothing work then first start your pc in safe mode if it still don't work try using the bios ? I don't exactly remember but that already happen to me after a failed update i just started the bios and from there i don't really remember but i'm sure i didn't delete anything so you will keep your data. I'm sorry if my english is bad and if my explanation is not understandable i'm not a specialist but no one responded to you so... 😅
@arbrilliant1916 ай бұрын
basically it you say yes nothing happens other than a message and if you say no it shuts down the system
@YourLocalBSS_BasicBee3 ай бұрын
Can i do a similar thing with msgbox too
@Thunder.652 ай бұрын
Everytime I sign in it shuts down what do I do
@AsenoLato2 ай бұрын
So I was trying to make the second question how to make the second question
@CheckmateScoobis6 ай бұрын
Wait if you say no and it shuts your pc down, are you allowed to turn your pc back on or does it keep shutting down forever?
@Quiet-Coder6 ай бұрын
@@CheckmateScoobis no it just shuts down your PC for once. When you turn it on back everything should be fine.
@CheckmateScoobis6 ай бұрын
@@Quiet-Coder kk imma do it now
@HypersPocYT Жыл бұрын
Fun fact: Hackers cant control your pc whle shutdown.
@-branden-is-here-5 ай бұрын
Does this destroy all of your pc?
@Quiet-Coder5 ай бұрын
@@-branden-is-here- no this will only shutdown your computer if you enter "no".
@-branden-is-here-5 ай бұрын
@@Quiet-Coderokay
@-branden-is-here-5 ай бұрын
@@Quiet-CoderI’ll troll my sister
@-branden-is-here-5 ай бұрын
I tried I didn’t work
@-branden-is-here-5 ай бұрын
Probably bc I have windows 11
@t6nn.higine21 күн бұрын
What dose the number 100 stand for in the end?
@Quiet-Coder21 күн бұрын
@@t6nn.higine the 100 after shutdown is the amount of seconds the computer will wait before shutting down.
@kartikbabani4981 Жыл бұрын
yeh konsi programming language hai...
@Quiet-Coder Жыл бұрын
Ye batch script/batch file hai
@rameshbabu-r6g Жыл бұрын
in which format need to save bro??
@Quiet-Coder Жыл бұрын
.bat
@Paolo_SHN._6._7 Жыл бұрын
When I make .bat aka batch file when I type yes or no and press enter it just closes app (I'm on windows 7 64 bit virtualbox machine)
@Cop丨20 күн бұрын
Can you make a file that puts the grinch on the screen
@kent.rq. Жыл бұрын
but how to open file with cmd ?
@TakeThreeYT Жыл бұрын
So if you put this on a thumb drive and put it into a computer will the file automatically run, not like I’ll do anything but like for research purposes totally
@Quiet-Coder Жыл бұрын
No it will not run automatically, you'll have to open it manually.
@TakeThreeYT Жыл бұрын
@@Quiet-Coder is there a way to
@Quiet-Coder Жыл бұрын
@@TakeThreeYT very difficult
@lunix866110 ай бұрын
startup folder
@TopperhatVR26 күн бұрын
Can you it with out the shutdown and replace with Restart
@Quiet-Coder26 күн бұрын
@@TopperhatVR to restart replace the shutdown command to the below command Replace with: shutdown /r
@TopperhatVR26 күн бұрын
@ thx
@Quiet-Coder26 күн бұрын
@@TopperhatVR I meant to restart, and not shutdown. My bad
@terboDZ5 ай бұрын
Fyi if u exit cmd before the pause for 3 seconds it wont shut down ur pc
@abdelrahmanmohmed3185 Жыл бұрын
Can you make a ransomware or malware with visual studio?
@Lord_common_sense Жыл бұрын
bruh
@abdelrahmanmohmed3185 Жыл бұрын
@@Lord_common_sense ؟؟ !!!؟؟؟
@VideoGameslinger Жыл бұрын
Is the shutting down dangerous ???
@Quiet-Coder Жыл бұрын
If you have something unsaved open like a notepad then you can potentially lose the unsaved data
@VideoGameslinger Жыл бұрын
Ok I see, thanks, but if everything is closed, will it be dangerous even fot the computer itself ?
@Quiet-Coder Жыл бұрын
@@VideoGameslinger no
@itsme7570 Жыл бұрын
Forgot to code in a response for when they answer "ew, get away from me!" 😂
@Quiet-Coder Жыл бұрын
Imagine Ai says that 🤡💀
@THEREISTOOMUCHSALT9 ай бұрын
Yep, it doesn't work for me, it just closes and if you press enter without writing anything it just goes through the options in order like nothing cared anymore. Edit: nvm, the returning to value 1 works but if i use Yes or No, it just closes
@JakeLMAO122 ай бұрын
How long does it get shut down for
@Quiet-Coder2 ай бұрын
@@JakeLMAO12 the code in the pinned comment should shutdown PC as soon as possible
@TechAmbition Жыл бұрын
Just add administrator persmission and use rm or del | y to delete things 😅
@vide_et_o Жыл бұрын
It is not a virus, only for it placed on system launch foldower.
@1flyr5 ай бұрын
this the stuff i would do on my laptop in 2019 😭😭
@glennydos34586 ай бұрын
How will i reset back the virus after it short down
@RussianRemnants6 ай бұрын
I am a 11 year old who has piqued a intrest in coding so this is like giving me all the good ice cream and letting it never expire
@hill23005 ай бұрын
the skids will be having an absolute field day lmao
@DanielTheProgramer4 ай бұрын
That’s so Amazing!!!
@Redeafh8 ай бұрын
yo i did this thing on my pc and i did it like 3 times for fun idk if it mess with my stuff but like it saids now repair pc like its acutally not working plz help me
@Redeafh8 ай бұрын
right now im just leaving it upluged idk if its to hot or sum but ye
@Quiet-Coder8 ай бұрын
@@Redeafh is it showing a blue screen?
@Redeafh8 ай бұрын
ye
@Quiet-Coder8 ай бұрын
@@Redeafh can you tell me what does the error say?
@Redeafh8 ай бұрын
@@Quiet-Codernvm its working again . thanks tho for acutally texting me back tho i appreciate ❤ im subbing
@TrickyaliaselverdurasxD6 ай бұрын
For me it doesnt put in system32 tell me how pls
@koelforifjei10 ай бұрын
I started by making fake batch viruses like the %RANDOM% function and the color a Now i'm hacking computers just by generating random ips and trying to log into them with credentials. Should i start a career into cybersecurity ?
@VYBE-Red5 ай бұрын
Did it actually do anything or just turn the computer off
@Quiet-Coder5 ай бұрын
@@VYBE-Red just turns the computer off
@Ava-r3l3 ай бұрын
fun fact: you can customize the messages
@Ijustshatmyself5 ай бұрын
Does this do anything to your computer or does it only shutdown?