Jump to content

IPVANISH window has extreme issues with Mouse Move


Recommended Posts

Hi guys,

 

I tried to control the IPVANISH software window and I have extreme freaky issues!

 

I can not click on the IPVANISH window no matter how I try to achieve it:

 

Basicly:

 

The window does not get focused although I try to click it. I double checked.

Instead it makes an endless cycle of the script! YES, you read that right, the script tries to replay itself until I close it or refocus manually on the window.

 

The programm IPVANISH has buttons which can not be clicked, no matter if I switch manually and start the  MOUSECLICK script.

 

I am unfortunatelly dissapointed that AUTOIT in this case failed hard :( Any ideas?

 

PS: Sendkeys are also not transmitted to the IPVANISH window.

 

I even used WinActivate, sometimes it does focus the window but still no mouse CLICK, ENTER , sendkeys are recognized by the IPVANISH software :(

#include <AutoItConstants.au3>
#include <Misc.au3>
#include <Constants.au3>
#include <ClipBoard.au3>
#include <GDIPlus.au3>
sleep(111)
MouseMove(1169, 20, 8)
sleep(111)
MouseClick($MOUSE_CLICK_Left)
sleep(111)
Send("{TAB}")
sleep(111)
Send("{Enter}")
Exit

 

Edited by Sala
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...