Zu dem If Block bei Zeile ~185
Code:
if(SayChatMsgAfterGame)
{
Code:
ChatJoinedTime = GetTickCount();
am ender der location (also noch vor break bei Zeile ~305) setzen wir nach
Code:
if(Game != "") SameGame = Game;
Code:
if( GetTickCount() - ChatJoinedTime > 60000)
{
SetStatusText("ÿc8Anti Idle Actions ...");
ControlData.click(ControlData.controls.lobby.button.join);
Delay (2000);
ControlData.click(ControlData.controls.lobby.join.button.cancel);
Delay (200);
ChatJoinedTime = GetTickCount();
}
Gruß






