Author Topic: Auto-Login Help  (Read 2165 times)

Well I tried to make a script so when I connect I log in. It works fine for the most part but when I join the game. The wrong password gui pops up.
Code: [Select]
package Login
{
function GameConnection::onConnection(%this)
{
                commandToServer('login',"Jimmg" ,"MyPassword");
Parent::onConnection(%this);
}
};
function Login()
{
activatePackage(Login);
}
« Last Edit: June 03, 2009, 03:26:17 PM by Jimmg »

Badspot

  • Administrator
The password is not sent in plain text.