Login Tool
Find here a simple AutoIt script and it's compiled version (see attachment) that can be used to connect to free servers.
(simply wraps up UOAI.LaunchClient, Client.PatchEncryption and Client.Login)
I wrote it because razor is currently not supporting v7 clients, so until the point it does i'm using this AutoIt script to launch, patch and login.
If clients are already running, this tool will use the first running client it can find; otherwise it will launch a client.
It will always patch encryption, this should never fail.
If you choose the "login" option, it will attempt to login to the specified server/port with specified credentials.
(more info on AutoIt see http://www.autoitscript.com/)
Artaxerxes,
(simply wraps up UOAI.LaunchClient, Client.PatchEncryption and Client.Login)
I wrote it because razor is currently not supporting v7 clients, so until the point it does i'm using this AutoIt script to launch, patch and login.
- Make sure the UOAI COM library is installed, use the correct version depending on your client version! (see the downloads section)
- Make sure you run this with administrator rights!
If clients are already running, this tool will use the first running client it can find; otherwise it will launch a client.
It will always patch encryption, this should never fail.
If you choose the "login" option, it will attempt to login to the specified server/port with specified credentials.
(more info on AutoIt see http://www.autoitscript.com/)
Artaxerxes,