Help with python automation

12/08/2016 18:05 coniglietta#1
Has anyone had any luck creating mouse clicks with python in this game? I have tried the win32 and ctypes and am still unable to get the game to recognize any mouse clicks. I am running as admin and getting no joy, even compiling to exe and running as admin. I can get key strokes in.

Any input would be greatly appreciated.
12/08/2016 23:59 digital@ngel#2
1. I think it's the wrong section, try coders den
2. Post a snippet, hard to tell what you are doing
3. Why Python? :rolleyes:
12/09/2016 00:06 coniglietta#3
I will try there.
I have a feeling it is XIGNCODE blocking me, basically any left click fails to register.
I write a lot of python at work.

Thanks for responding, I will try the coders den.
12/11/2016 13:10 killzone#4
Quote:
Originally Posted by coniglietta View Post
I will try there.
I have a feeling it is XIGNCODE blocking me, basically any left click fails to register.
I write a lot of python at work.

Thanks for responding, I will try the coders den.
[Only registered and activated users can see links. Click Here To Register...]
12/11/2016 17:53 coniglietta#5
Quote:
Originally Posted by killzone View Post
[Only registered and activated users can see links. Click Here To Register...]
Funny enough I can use autoit with no problem but cannot use python.

I do run as admin..