will try asap, can't tested in real game right now, there's something I need to do.
But thanks.
EDIT : Confirmed, it's working fine, nice.
Code: Select all
win = findWindow("Untitled - Notepad","EDIT");Code: Select all
win = findWindow("Untitled - Notepad");
attach( win );
yrest(4000)
keyboardPress(key.VK_A);
detach()