Wednesday, 25 January 2012

How to see password behind asterisks ?

Using a java script we can easily get the password behind asterisks on any web page.To get the password behind asterisks follow below steps : Go to the page containing password in asterisks. Now copy the following code javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase()...
Read More »

How to convert iphone to wifi router ?

NOTE : To turn your iphone to a wifi router or wifi hotspot first your iphone should be jailbroken. First go to cydia on your iphone and search for the application my wi and install it. Now go to mywi from your spring board and turn on wifi tethering. To set password turn on WEP Security and set your password. Now your cellular internet is sharable with your friends or any of your device having...
Read More »

Run Commands

Accessibility Options : access.cpl Add Hardware : hdwwiz.cpl Add / Remove Programs : appwiz.cpl Administrative Tools : control admintools Automatic Updates : wuaucpl.cpl Wizard file transfer Bluethooth : fsquirt Calculator : calc Certificate Manager : certmgr.msc Character : charmap Checking disk : chkdsk Manager of the album (clipboard) : clipbrd Command Prompt : cmd Service components (DCOM)...
Read More »

Notepad Tricks

1. World Trade Center Attack Trick As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence or something else but whatever it is, it does startle us.     Open Notepad.     Type “Q33N” (without quotes) in capital letters.     Increase the font size to 72.  ...
Read More »

How to make computer speak whatever you type ?

  To make your computer speaks whatever you write just follow the steps below.There is no requirement of any software it is just a simple trick. Open Notepad and copy the following code.      Dim message, sapi       message=InputBox("What do you want me to say?","COOL IPHONE AND HACKING TRICKS")      Set sapi=CreateObject("sapi.spvoice")  ...
Read More »

javascript tricks

CALCULATOR : Using this javascript you can use your web browser as an calculator. Just replace  the below value for what ever mathematical calculation you want.               javascript: alert(4+5+6+7+(3*10)); EDIT ANY WEBPAGE : Using this javascript you can edit any webpage. The changes are not permanent as soon as you will refresh...
Read More »