CryptLoad exists for more than a year now. It offers you a comfortable possibility to download from One-Click-Hosters like rapidshare.com and also from regular sites.
Here is an easy way to use cryptload if your modem is configured in bridge mode..... Method is simple..... Just use the following code to make a batch file and run it to reconnect and thus obtain a new IP..... This will take the rapidshare wait time out of the way..... Just add the list of rapidshare links to Cryptload and have a nice sleep..... 
Code:
@ECHO OFF
rasdial connection-name /DISCONNECT
ping -n 5 127.0.0.1 >nul
rasdial connection-name username password
Replace
- connection-name by the dialer name......
- username with the bsnl id.....
- password with your password........
then save the file as reconnect.bat and save it at some location.......
then from the cryptload settings page run this file to reconnect.....
[IMG][/IMG]
Cryptload should work with any modem in bridge mode using this method......
TESTED AND WORKING WITH UT300R2U + XP - SP 2..........
Code:
For those who don't know to create a batch file, here is how you do it.......
- Open notepad, type the code into notepad.
- Click File and click Save As; browse to where you want to save the file. For the file name, type "test.bat", choose "All files", otherwise it will save as a text file. Once all of this has been done click the Save button and exit notepad.