Custom Search
Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Sunday, September 27, 2009

See Password v2.05




When a password appears on screen as a series of asterisks or dots, you simply view it through SeePassword's magnifying glass to reveal the actual password text. SeePassword has no problems with passwords stored by Internet Explorer -- all the sites will yield their secrets. SeePassword provides users with an easily applied retrieval tool for forgotten passwords.

Use it in different way. if someone saved there password in your computer or any public computer then use this portable program to see there password especially your girlfriend.......

Operational on any Winblows platform

Included in release:
Setup package
WORKING Serial

use the folowing link

http://rapidshare.com/files/105512285/-See_Password_2.05-.rar

copy past and downlode file just 3.5 mb size
extract zip file and installed its ready to use

Sunday, May 4, 2008

Atlast Rapidshare Hacked Perfectly

So the rapidshare is hacked now you can do parallel downloads and crack its time limit no software at all required no rapidshare link to increase my points. Just follow some simple steps.

Code:

STEP 1 : Go to google.com and type in the search bar "proxy list"
STEP 2 : The 1st link appears as "Proxy Lists. Sorted by type. List #1"
STEP 3 : Open the link and it contains some IP addresses of different countries in the form "200.68.73.193:443" 200.68.73.193 is the IP Address and 443 is the port number.
STEP 4 : Copy the IP Address and remember the port number.
STEP 5 : Open "Tool" in the Menu Bar of your internet explorer then open "Internet Options" Then open "Connections" pallet under that click on LAN Settings. Now a LAN settings window is opened. Tick on "Automatically Detect Settings" and "Use a proxy server for your LAN".(After finishing the downloads please untick these so that you gain your original IP addresses).
STEP 6 : Under address paste the IP address copied in STEP 4 and in the port enter the port as from STEP 4.


Rapidshare detects you by your IP address. In these steps we have changed your IP address so that rapidshare cant detect you and you can parallel downloads. So if you want to download other link you have to change your IP address again and for another link change again. Example if you want to download 7 links then you have to show 7 different IP addresses. Your internet gets slow when you change your IP address so make sure to untick the options in STEP 5 after downloads so as to regain your original speed.

Tuesday, February 12, 2008

Quick Shutdown, Restart & Hibernation Shortcuts

Now enjoy quicker shutdown, hibernation and restart of you windows with this tweak.

*SHUTDOWN*
1) First Right click on your desktop
2) Now Click New Shortcut to open the Create Shortcut Wizard
3) Type:-
shutdown -s -t 00
4) Click Next and type a descriptive name of your choosing for the shortcut
5) And then Click Finish

*HIBERNATION*
1) Right-click on a blank area of the desktop
2) Select New Shortcut
3) In the type the location text box enter:
rundll32.exe PowrProf.dll, SetSuspendState
4) Click Next
5) Name it (Hibernation, for example)
6) Click Finish

*RESTART*
1) Right-click on a blank area of the desktop
2) Select New Shortcut
3) In the first box of the Create Shortcut Wizard, type :
Shutdown -r -t 00
4) Click Next.
5) Name the shortcut Restart & click Finish.

Note:- You can also select appropriate icon for them.

HowToRestore your lost broadband password ..

The problem of one of my friend: He had an Airtel connection and Huawei MT880 Adsl router. His ISP username and password is saved on the router and it gets connected when he turn on the router. Now he forgot his password and wanted to change it. And couldn’t because it was saved in the router. Using those asterisk removing utilities didn’t work too. So he was stuck there. Now if you have the same story, you could try this too :

You will need your router password to reset your ISP password. This is different from your ISP acount’s password. On most routers, the default username / password combination is admin/admin or admin/1234 . If you have changed your router password and forgot it too, then I cant help you. You can though reset router password with Reset slot in your router.
I’ll be using HyperTerminal for Telnet as it has got some nice functions. You can use other telnet utils too… So lets start:

Run HyperTerminal by Start > Programs > Accesories> Communications > HyperTerminal.
Enter any name for the Connection. Click on OK.
In the Connect Using combo box, select TCP/IP (WinSock) and enter 192.168.1.1 as Host address. (192.168.1.1 is usually your router’s address ). If you have customized your router’s ip address then enter the customized address. The Port Number 23 is fine, no need to change it. Click on Connect.
You will get a login prompt. Enter your router username and password here. If all goes allright you will get a prompt saying “Login Successful”.
Now on the console, type this:
console enable {Press Enter}
You’ll get a prompt like this:
Quantum>
Now on the prompt, type this:
Quantum> fm {Press Enter}
The prompt will change to Quantum fm>.
Now in HyperTerminal, click on Transfer > Capture Text. Enter a location to save the settings file. For example My Documents\mysettings.txt .
Click on Start. You will be back to the router prompt.
Now type this:
Quantum fm> cat im.conf {Press Enter}
This is quite a big file and it will take a while to list. Just wait until the listing is complete and you get back to the prompt.
Click on Transfer > Capture Text > Stop.
Now the tough part is over.
Type these commands on the console to quit telnet:
Quantum fm>home {Press Enter}
Quantum>exit {Press Enter}
>user logout {Press Enter}
Now you can quit HyperTerminal .
Now open the file we saved in Notepad and press Ctrl F.
Enter weLogin in the string to find.
And here you can see your ISP login details in clear text. …

I have tested this on Huawei MT880 and MT 882 routers. I cannot guarantee that they work on other routers too. But Atmos commands are usually same on all devices so they should work on other routers too.. And finally, you shouldn’t try it if you aren’t comfortable with command line usage. Don’t hold me accountable if you screwup doing things you shouldn’t be doing. Hope this helped

Sunday, January 13, 2008

Add INSERT Option in CD Drive Context Menu


you'll get "Insert" option in your CD/DVD drive context menu. So there will be no need to push drive tray, just click on "Insert" option and it'll automatically insert the tray. So here is the step-by-step procedure:

1.) Download "cdeject.zip" file from here, extract it and copy the DLL file to "%windir%\System32" folder.

2.) Copy following code in notepad:


Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}] @="CDEject Context Menu Shell Extension" [HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}\InprocServer32] @="C:\\WINDOWS\\system32\\cdeject.dll" "ThreadingModel"="Apartment" [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}] @="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"


3.) Save the file with name "Mukesh.reg" (including quotes).

4.) Now run the file, it'll ask for confirmation, accept it. 5.) Now you'll get the "Insert" option in the CD/DVD Drive context menu.