Home » Archive

Articles in the Notepad Hacking Category

Hacking Computer, Hacking Windows, Notepad Hacking, Password Recovery, Trojan Horse »

[25 Dec 2009 | No Comment | ]

Have you ever thought that a Simple USB Drive can be used as a Destructive Tool for Hacking Passwords? Today I will show you how to hack Passwords using an USB Pen Drive.
As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. There exists many tools for …

Cool Tricks, Hacking Windows, Notepad Hacking »

[2 Oct 2009 | No Comment | ]

Open the Windows command prompt and enter the following command:
assoc .extension=fileType
It’s that easy. What is happening here? Let’s break it down, just for fun:

assoc — Windows file-association command
.extension — the extension of the file for which you would like to associate
fileType — the type of file that you would like to associate with your extension

Some amazing and useful facts about the assoc function:

Type the command “assoc” without parameters to display a list of current file extensions
Any fileType value shown in the aforementioned list of file extensions may be used …

Notepad Hacking »

[22 Sep 2009 | No Comment | ]

Are you tired of opening new instance of Notepad everytime you open a new Text Document? If the answer to the above question is Yes then you don’t have to worry about this anymore. You can use NotepadTabs to open different Text Documents in the same instance in form of Tabs as in Firefox.
ScreenShots

Features

Different from classic notepad, ‘Notepad Tabs’ gives the freedom to view multiple text files in a single Notepad just like in IE7 and Firefox, which saves you from the mess in the taskbar.
Allows to open txt files …

Hacking Windows, Notepad Hacking »

[25 Jul 2009 | 2 Comments | ]

Have you ever wondered if it is possible to Lock Folder using Notepad?
Well yes it is possible to Lock Folder Without Any Software. This method works fine in Xp/Vista and hopefully upper versions of windows.
Please don’t use this method if you are unsure what you are doing, I am not responsible for any damage caused by use of this, though it won’t occur if you follow my steps correctly.
Here we start:
Open Notepad from your Start -> All Programs -> Accessories -> Notepad

01. Copy and Paste the below code in Notepad …

Notepad Hacking »

[5 Jul 2009 | No Comment | ]

1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save
the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
5. Each time you open the file, Notepad repeats the process.

Notepad Hacking »

[11 Feb 2009 | No Comment | ]

Alt+15= ¤ Alt+79= O Alt+129= ü Alt+179= ¦ Alt+229= Õ Alt+20= ¶ Alt+80= P Alt+130= é Alt+180= ¦ Alt+230= µ Alt+21= § Alt+81= Q Alt+131= â Alt+181= Á Alt+231= þ Alt+32=espaço Alt+82= R Alt+132= ä Alt+182= Â Alt+232= Þ Alt+33= ! Alt+83= S Alt+133= à Alt+183= À Alt+233= Ú Alt+34=” Alt+84= T Alt+134= å Alt+184= © Alt+234= Û Alt+35= # Alt+85= U Alt+135= ç Alt+185= ¦ Alt+235= Ù Alt+36= $ Alt+86= V Alt+136= ê Alt+186= ¦ Alt+236= ý Alt+37= % Alt+87= W Alt+137= ë Alt+187= + Alt+237= Ý Alt+38= & …

Hacking Windows, Notepad Hacking »

[3 Feb 2009 | No Comment | ]

These Symbols can be used in MS Word, Excel,etc.
For © : Alt+0169
For ® : Alt+0174
For ™ : Alt+0153
For › : Alt+0155
For † : Alt+0134
For ø : Alt+0248
For ¤ : Alt+0164
For « : Alt+0171
For ° : Alt+0176
For ± : Alt+0177
For ² : Alt+0178
For ³ : Alt+0179
For µ : Alt+0181
For ¶ : Alt+0182
For ¹ : Alt+0185
For » : Alt+0187
For ¼ : Alt+0188
For ½ : Alt+0189
For ¾ : Alt+0190
For Å : Alt+0197
For × : Alt+0215
For Ø : Alt+0216
For Þ : Alt+0222
For ß : Alt+0223
For ☺: Alt+1

Notepad Hacking »

[11 Feb 2008 | No Comment | ]

1>
Cycle a message in your friend’s computer:
Type :
@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 it as “Anything.BAT” and send it.
2>
Convey your friend a lil’ message and shut down his / her computer:
Type :
@echo off
msg * I don’t like you
shutdown -c “Error! You are too stupid!” -s
Save it as “Anything.BAT” in All Files and send it.
3>
Toggle your friend’s Caps Lock button simultaneously:
Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Anything.VBS” and send it.
4>
Continually pop …