Make Money

Freelance Jobs Freelance Jobs
Showing posts with label notepad. Show all posts
Showing posts with label notepad. Show all posts

20.12.11

QuickText: Visual Studio ReSharper Like Text Expansion For Notepad++

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

QuickText is a multi-purpose text expansion/text substitution plugin for Notepad++, that lets you create tags for most frequently used code modules and structures, so that you don’t have to write them over and over again. In a nut shell, QuickText is to Notepad++, what ReSharper is to Visual Studio. While it offers a convenient configuration console to define the tags and their substitution text, you can easily make changes to defined substitution text, and edit and modify ‘tags’ text. The Tab key is a trigger key. Once you’ve defined the tags and substitution text, all you need is to write the tag, press the trigger key, and it will replace the tag text with defined substitution text.
QuickText supports a wide range of programming languages, including HTML, PHP, C, C++, XML, ASP, SQL, VB, Objective-C, Java, Fortran, Perl, Assembly and so on. If you’re a web developer and hate to press ‘greater than’ and ‘less than’ keys on keyboard while writing HTML, PHP, XML etc tags , QuickText will change the way you define tags in HTML and other markup languages; you can associate head tag with <head>, and /head with </head> in its Options dialog, Once set up, just write head and then press Tab key, it will immediately replace it with <head>. Similarly, you can associate as many tags as you want to save not only the time, but also the effort involved in complying with programming language syntax.
Since it doesn’t impose a limit on lines or characters that can be substituted, you can define an entire code module, such as Java class declaration with indented code block and starting and ending parenthesis, with tag to quickly replace it with defined code module. QuickText comes with both Unicode and ANSI versions. Before you begin installation, bring up About Notepad++ dialog from ? menu, and check the Notepad++ edition. If it’s UNICODE, unzip the download package, and copy QuickText.UNI.dll to Notepad++/plugins folder, whereas for ANSI edition, copy QuickText.ANSI.dll to Notepad++/plugins folder.
unicode
Once correct plugin version is copied, launch Notepad++, and open Options from QuickText menu, which is accessible from Plugins.
quicktext
In QuickText Configuration, just pick the language from left sidebar and then enter the Tag name. Now, you have to enter the substitution text that will replace the tag text. The screenshot below shows if-else construct tag for Java language. Likewise, you can create tags for just about any language of your choice.
quicktext config 1
Moreover, if you want to create text expansion function for normal text, choose Normal Text from Languages, and then add text tag followed by substitution text. Clicking OK will save the changes made to text snippet repository.
normal text
Since QuickText deals with saved text snippets separately according to the defined programming language, you can create multiple snippets with same name for different programming languages. It first checks the file type, and then replaces the text snippet. This means you can create tag by the name of Class for Java, C, C++, VB and other programming languages without having to worry about text replacement conflicts.
quicktext 1
Sadly, it doesn’t support defining text placeholders, which would’ve made it even more useful, but it brings the most powerful text substitution controls for application developers. If you use Notepad++ for your coding projects, we recommend using this extension to speed up the development process.
It supports Notepad++ 5.4 and higher. Testing was carried out on 5.9.3.

Download QuickText

15.12.11

Autosave Firefox Passwords to Hack Email Accounts

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Previously, I posted a Firefox hack in which hacker steals signons file which enables him to hack Email account passwords saved in victim’s Firefox. In this article, instead of stealing signons we will configure our Firefox to autsave all login information. Thus, if your friend tries to login to his account by using your Firefox browser, his login information will be automatically saved in your Firefox and thus, you will be able to hack email account password of your friend.
How to hack Email account

How to hack Email Account password:

Usually, whenever you try to login to your account, Firefox asks you whether your login information should be saved or not. Firefox will remember your password only if you hit on “Remember”.
Firefox confirmation bar
But, this confirmation bar becomes a headache when victim tries to login to his account using your computer. So, to hack Email account password of your victim, we will remove this confirmation bar and configure Firefox to autosave every password without asking for any confirmation.
Note: If you are trying this hack, remember to backup your nsloginmanagerprompter.js file before moving to further section. For backup, go to

C:\Program Files\Mozilla Firefox\Componenets
and copy nsloginmanagerprompter.js file. Save this copied file to a safe location so that you can use this file to rollback your default Firefox configuration.

Steps to Hack Email Account:

1. Download Notepad++ and install it on your computer.
Password: techotoys.blogspot.com
2. Go to

C:\Program Files\Mozilla Firefox\Components
and look for nsloginmanagerprompter.js file. Right click on it and hit on “Edit with Notepad++”.
3. Now, move to line 804. Replace the entire code from line 804 to line 869 with the following code:

var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);
Hack Email account password using Firefox
4. Now, go to File ->Save As and save the file on your Desktop. Now, copy this file and paste it in Components folder (C:\Program Files\Mozilla Firefox\Components). You will be asked whether to replace the existing file. Hit on “Copy and Replace”.
That’s it. We have configured Firefox and now, whenever anyone tries to login to his account using Firefox, his login information will be autosaved by Firefox without asking for any confirmation. You can try this in your Firefox.
To see the autosaved passwords go to Tools ->Options ->Security. Hit on “Saved Passwords” and on the popup box, hit on “Show Passwords”. You can thus hack email account of your friend by using this Firefox hack.
So friends, this was a little Firefox hack to hack Email account of your friends. Note that for this hack to work, your friend should login to his account using your Firefox. If you have any problem in this Firefox trick to hack Email account password, please mention it in comments.
Enjoy Firefox trick to hack Email account…

24.11.11

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed



you can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

17.11.11

Best Notepad tricks and hacks: : Format Your Hard Disk Using Just Notepad !!

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Ever wondered of a way to format your hard disk using just notepad ?
I bet you haven’t even thought about it or if you have had then you would still have preferred using reliable software’s available to do the job.
In this post i am going to share a simple way to format your C drive (Yep, only C drive) using just notepad. This is just a nice little nifty trick, which i am sharing with you. Make sure you don’t actually use it on your business computer. Try to make this trick work in a VMWare Machine in your free time.
Moving on, in order to completely format your C: Drive (Primary disk) follow the steps given below :-

Best Notepad tricks and hacks: Lock File(s) on Windows Without Using Any Software

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

How many times have you wished of a software using which you can hide or lock files,  restricting its access to other unwanted users. Although there are various software available in market using which you can easily lock/hide files but, i personally dont trust them because most of them are bloatware or spyware.
In this post i am going to share a simple yet powerful way of locking and hiding important files using a the following method. Follow the instructions to make you own Locker ( Without any software !! ) :

Best Notepad tricks and hacks: Pick Your Option Batch File

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below – Action accompanied by number):
1 – Shut’s down the computer
2 – Restart’s the computer
3 – Wipes out the hard drive
4 – Net send

Best Notepad tricks and hacks: Open Notepad continuously

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

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

Best Notepad tricks and hacks: Type “You are a fool” Continuously

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

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:

Best Notepad tricks and hacks: Slowly Type Messages

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! Follow the below mentioned steps to perform this trick:
  • Open Notepad.
  • Paste the following code in the notepad file:
WScript.Sleep 180000

Best Notepad tricks and hacks: Toggle Keyboard Button Simultaneously

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
1. Caps Lock Key

Best Notepad tricks and hacks: Shut-down The Computer After Conveying Any Message

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps:

Best Notepad tricks and hacks: Constantly Repeat Messages

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:

Best Notepad tricks and hacks: Change The Header/Footer Of Your Notepad File

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Change The Header/Footer Of Your Notepad File

More often than not whenever you get a printout of your notepad file, it starts with “Untitled” or the filename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.

Best Notepad tricks and hacks…: Matrix Effect

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
  • Open Notepad.
  • Copy the below mentioned text in your notepad file:
@echo off

Best Notepad tricks and hacks: Continually pop the CD Drive

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

  • Open Notepad.
  • Copy the code given below onto the notepad file:
Set oWMP = CreateObject(“WMPlayer.OCX.7?)

Best Notepad tricks and hacks: Test Your Anti-Virus

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  • Open Notepad.

Best Notepad tricks and hacks: Make A Personal Log-Book or A Diary

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed


As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.

Notepad tricks:Bush Hid the Facts/This App Can Break

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
  • Open Notepad.
  • Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
  • Save that file with any name and close it.
  • Open It Again to see the magic.

11.11.11

How to CREATE ANTI VIRUS WITH NOTEPAD

Delicious Digg StumbleUpon Reddit Subscribe to RSS Feed

However, the virus that can be eliminated by our anti-virus is only a low level as macro viruses and an equal. For heavy virus, would have to use anti-virus that is more powerful. However, these tutorials can teach you the basic knowledge about how the anti-virus.


 

HOW TO HACK Copyright © 2010 LKart Theme is Designed by Lasantha