Check out my frend's project!

Friday, January 31, 2014

Reliance broadband superfast auto login and keep alive script.

I managed to mod a script on github according to my needs.

https://github.com/pteek/reliance-auto-login-script

You will need beautifulsoup installed. Fireup a python shell and type "pip install beautifulsoup4"

1. Open CMD.
2. Run "cd c:\pyhton34\scripts"
 (replace python34 with your pyhton version or change the whole path if needed)
3. Run  "pip install beautifulsoup4"

Have a look at the read-me for full instructions.

Due credit to the original authors on who's work I improved.

This script is very fast. It's made for doge speed.

It will make your Reliance broadband truly always-on. It reconnects in less than a second and keeps trying until it logs on. Even when Reliance login servers are congested, you will never have to worry about logging in to Internet again.

To say full FUCKYOU to Reliance captive portal, follow these steps.

Put the reliance-login.py file at C:\

IF YOU PUT IT ANYWHERE ELSE, then you have to manually change the path in the script given below.

Create a vbs script in start up folder located at(just change the extension of a .txt to .vbs)

In W7: C:\Users\(user)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\
in XP: C:\Documents and Settings\(user)\Start Menu\Programs\Startup\
Name it test.vbs or anything really.
Put the following in the script:
Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run Chr(34) & "C:\relaince-login.py" & Chr(34), 0
Set WinScriptHost = Nothing

This will run the script in background, invisible, every time your computer starts.

Have fun!