FN SECURE: Awesome Notepad Tricks : [Notepad Hacks] : Hacking with Notepad

Call Us For Workshops Or Seminars.. In Your University, Colleges, or Schools.
Email Us At : vicky@globallyunique.in

Save as PDF

Awesome Notepad Tricks : [Notepad Hacks] : Hacking with Notepad



1.convert text into voice


>>Open Notepad file on your Windows.
>>Copy and paste the following code in the notepad.




Dim msg, sapi
msg=InputBox("Enter your text-www.xtremebits.co.cc","xtremebits Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg







>>Save this file with any name with (dot).vbs as extension. For eg. Text-To-Audio.vbs
>>Double click to open it , a window will appear enter the text and press ok.



2. Is your antivirus is satisfies the criteria of good antivirus, check with EICAR STANDARD ANTIVIRUS TEST

>>you can check your antivirus program easily by type the following code in the notepad:


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

>>Save the file as virusTest.exe
>>Now Scan the file. If your antivirus detects this file as a virus and tries to remove it, then you can be sure your antivirus is a satisfies all the criteria of good antivirus with EICAR(European Institute for Computer Anti-virus Research)  STANDARD and you have a good antivirus program.This sample virus code is harmless and allows you to test your antivirus safely.



3.Format your hard disk using notepad


>>you can do this by the following code



01001011000111110010010101010101010000011111100000




Note:This will not work in Os root drive .






4. The Matrix Trick




Do the following:
>> Go to Start >> Run
>> Type Notepad and hit Enter
>> Now in Notepad type:

@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

>>Save this file as Matrix.bat
>>double click to run and see the matrix.







5.Open a file using notepad
Here is a simple trick to open any file or program with notepad.
Do the following:
>>Go to Start >> Run.
>> Type Notepad and hit Enter.
>>In the notepad type the path of file with Start command.



Start path_of_file(with file extension)






Then save the file as file_name.bat ,double to run and your file will be open.






6.Eject your drives in and out infinitely...
A simple VB Script will serve this purpose......!!!

Do the following:
>> Go to Start >> Run
>> Type Notepad and hit Enter
>>Now in Notepad type:




Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If


>>Go to File >> Save As...
>> Type Eject.vbs and click Save and Just Double Click to open the file ! (Eject.vbs)


How To Stop:


Open Task Manager and in processes search for wscript.exe and click End Process






7. Shutdown your pc by using notepad:


Code:


@echo off
msg * your time is over
shutdown -c "And let take some rest" -s


Save it as "Anything.BAT".


How to stop:
To stop this you have to do this immediately before countdown is over.
>>Go to Start >> Run 
And type the following command
shutdown -a and press enter(in the command -a attribute is used for abort the shutdown process).






8. Continuously typing "You are a fool"


here are following Code to serve this purpose:


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop






How To Stop:


Open Task Manager and in processes search for wscript.exe and click End Process or restart the computer.






9. Hit unlimited enter key




Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop




How To Stop:


Open Task Manager and in processes search for wscript.exe and click End Process or restart the computer.






10. CAPS LOCK Trick




This turns caps lock on and off continuously and fastly.

Code:-


Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop


How To Stop:


Open Task Manager and in processes search for wscript.exe and click End Process or restart the computer.






11.Unlimited BACKSPACE HACK

This makes the backspace key is continously being pressed.
here are following Code to serve this purpose:


MsgBox “your message”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop


How To Stop:


Open Task Manager and in processes search for wscript.exe and click End Process or restart the computer.






12.UNLIMITED NOTEPAD trick




This will pop up endless notepads until your pc freezes and crashes.
Copy the below code in notepad and save it as ".vbs" extension.
Code:-

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top



Note: It can crash and freeze your computer.  






13.Annonying messages Trick


This notepad trick will create an infinite cycle of a message in the computer.

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

    @ECHO off
    :Begin
    msg * Hi
    msg * Are you having fun?
    msg * I am!
    msg * Lets have fun together!
    msg * Because you have been o-w-n-e-d
    GOTO BEGIN

    Save the file with any file name but with .bat as extension and close it.





14.Bush hid the facts OR 4-3-3-5 Trick

Open Notepad
Write following line in the notepad.

BUSH HID THE FACTS

Save this file as file_name.txt
Close the notepad.
Open the file again.
After opening the file again, you will see that it contains all encoded characters. 
It also works if you type 1111 222 333 44444 or any other 4-3-3-5 letter combination.




15.World Trade Center Trick




Did you know that the flight number of the plane that had hit WTC ...on
9/11 was Q33N ....Open your Notepad in ur computer and type the flight
number i.e Q33N... Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings.




16.Notepad Trick 1 : Use Notepad as a Log Book


Open notepad >> Write .LOG in the first line >> Save the File and close it.
When you open this file again, you will see the current date and time and you can enter your activities there to keep a Log of what you have done at what time. You can press F5 to refresh and get the current time.




That's all the tricks I'm sharing, at least for now.These are all only for fun purpose .Use these tricks carefully.

Leave a Reply

Save this Page

Download as PDF