Cusem 1 Posted March 21, 2011 I have an auto login script that is having problems with the OpenVPN 2.1.3 user/pass GUI. I tried Send("text", 0/1) / SendKeepActive / SendAttachMode / ControlSend, but no text is being entered in the OpenVPN GUI. Anybbody any idea how I can fix this? Share this post Link to post Share on other sites
Bert 1,437 Posted March 21, 2011 When you run OpenVPN 2.1.3, I assume you are making a connection to a remote PC. Are you then looking at the remote's PC screen? The Vollatran project My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
Cusem 1 Posted March 22, 2011 No, I'm referring to a client application that runs on my local desktop. I had experienced similar problems with about 10% of other programs as well, however these were fixed by sending the keys 'raw' with the Send("phrase", 1) parameter, however with OpenVPN, I've tried everything but can't get it to do anything. The popup is detected just fine and looks perfectly ordinary, but every Send-command I throw at it doesn't do anything (Send, ControlSend, ControlSetText). Share this post Link to post Share on other sites