.


Thursday, 16 May 2013

Password Protect Any Folder Without Any Software


How To Lock Folder ?




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

cls
@ECHO OFF
title yam thapa
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%== 
yam 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 yam)

            To change the password replace yam with  new password in the above code

Wednesday, 8 May 2013

Use Android Phone as a CCTV camera

Smartphones these days can do more than just make calls and send messages. You can now turn them into fully-fledged surveillance cameras for your home! Forget spending hundreds or thousands of dollars on CCTV cameras, when you can spend just a few bucks for Android, iOS or Windows Phone apps that serve the same purpose!
 

Why use smartphone as a Wireless Camera?

Using your smartphone as a wireless surveillance camera can be very useful. You could make it act like a CCTV camera in your home, so that you could watch over things. The most obvious application, is of course security-related. While you are away, you can watch over your home and look for any burglar activity. You can then alert security about the situation immediately.

How To Control Your Place With CCTV Using Android App

  • Download and Install this Free Android IP Webcam App
  • Connect your Android phone with your desktop PC or laptop 
  • Turn Wifi On, on your computer and your phone.
  • Run the app go to Video Preferences and try to make adjustments according to your personal need, after that click Start Server.

                                                   

  • Note the IP address and Port Number and place your phone where you want to monitor (make sure it's in the wi-fi region).

  • Open your browser and type the IP address and Port Number.
  • A pop up box will appear Use Java Browser Plugin , give the authorization to play the video streaming.

Tuesday, 7 May 2013

Schedule Your Twitter Tweets And Facebook Status Update

Sometime you want to schedule your tweets and facebook status updates to post in future. You are too busy to tweet and update facebook status even you can't send a tweet or update status from your cell phone. The best solution for this situation is to laterbro


Convert JPG Pictures to PDF Documents

If you have ever wanted to convert JPG picture files into a PDF, you have probably found that there are no options to do so. With this JPG to PDF converter we have determined to change all of that. You can make sure that all of your pictures are going to be converted into PDF in a beautiful way that will not reduce the quality of the picture at all. This software is not only great for converting high quality images, but it is also easy to use and has a beautiful interface.


Too many software programs just have too many features. You can convert JPG to PDF files simply and easily with the click of only a few buttons. Our software has been created with a single thing in mind – the JPG to PDF converter. There is no reason to muddle this software with additional features that you do not need. We have made sure that the user interface is incredible and at the same time, you can get high quality results. Simply converting JPG to PDF has never been as easy as it is with this software.

How To Use Google Chrome Browser Shortcuts


  •  F3 & CTRL+F Search on Page
  •  F5 Reload
  •  CTRL+D bookmark
  •  CTRL+W close Google Chrome Window
  •  CTRL+E enter search query at address bar
  •  CTRL+R Refresh
  •  CTRL+T New Tab
  •  CTRL+U view source
  •  CTRL+O Open Web Page
  •  CTRL+H History
  •  CTRL+J Download File History
  •  CTRL+B Show/Hide Bookmark Toolbar
  •  CTRL+N new Google Chrome window
  •  CTRL +/- increase decrease Fonts
  •  CTRL+P Print
  •  ALT+D Select Address bar
  •  ALT+leftArrow/RightArrow Go Backword/Forword
  •  ALT+` Java Debugger
  •  CTRL+TAB or CTRL+PGUP/PGDW switch between Tabs
  •  CTRL+SHIFT+N Private Browsing (New incognito window)

Hacking Security Cameras



There exists many security cameras used for monitoring places like parking lots, college campus, road traffic etc. which can be hacked using Google so that you can view the images captured by those cameras in real time. All you have to do is use the following search query in Google. Type in Google search box exactly as follows and hit enter
inurl:”viewerframe?mode=motion”
Click on any of the search results (Top 5 recommended) and you will gain access to the live camera which has full controls.
you now have access to the Live cameras which work in real-time. You can also move the cameras in all the four directions, perform actions such as zoom in and zoom out. This camera has really a less refresh rate. But there are other search queries through which you can gain access to other cameras which have faster refresh rates. So to access them just use the following search query.
intitle:”Live View / – AXIS”
Click on any of the search results to access a different set of live cameras. Thus you have hacked Security Cameras using Google.

Sunday, 5 May 2013

How to view saved password in google chrome ?

     To view or hack saved password in Google chrome. It does not  matter for which website the password is saved it will work on all of them. It will work on Facebook, gmail, Yahoo, twitter and many more. If you get your hands on your friend computer  you can hack their password with this simple little trick. It does not require any software or addons to be installed on your computer. Lets get started.

How to do that ?


1. Open any website where password is saved by user. Here i will demonstrate with facebook but it will work on any website.
2. Right click on password(Dots or asterisks) as shown in below image.
3.Then click on Inspect element.

4.Then change Password to Yam as shown in below picture.

  • Before changing it will look like below:
     

After changing it will look like below:




5. Done now asterisk or dots will changed to text.

Make your computer talk what you type !





This is very good and interesting javascript trick which let your computer speaks whatever you type. There is no requirement of any software. Just follow belowsimple steps.


  • First open Notepad and copy below codes
     Dim message, sapi
      message=InputBox("What do you want me to say?","COOL HACKING TRICKS")
     Set sapi=CreateObject("sapi.spvoice")
     sapi.Speak message
  • Now save the notepad file as yam.vbs
  • Now close the notepad file and open it again.
  • Done !!!