Well I'm making a Script, however it works all fine. But I need Escape to logout here's the problem..
If you check the 3.22 Divi manual it says 27 Dec represents Escape but it doesn't work for me. So what does represents Escape cause I need it to logout. If there is anyother method please let me know, cause in the game you only can logout via Escape. Thanks :)Code://Logout
SendKeys(Chr(27));
Wait(700);
SendKeys(Chr(27));
Wait(50);
MoveMousesmooth(959, 522);
Wait(100);
ClickMouse(959, 522, True);
Wait(15000);
Until False;
end.

