Quote:
Originally Posted by peterme15
Thanks, but that's not it. The issue isn't with Imagesearch, it appears to be a compatibility problem between Autoit and either the Mabinogi client or Hackshield. As I mentioned, the scripts won't even work for simple mousemoves after commenting out the imagesearch functions. This makes no sense to me though if others are using Autoit without this problem.
Any other ideas?
I'm going to try to circumvent hackshield by running the client through VMWare once I find a working VM OS.
|
Ok so Autoit is working just fine for me when I run the game in a virtual machine (though the VM causes some other issues due to poor graphics emulation).
I still don't understand why Autoit scripts aren't affecting my game when I run it on the host. The scripts continue to run, and can do things like send messages or tooltips. They cannot however manipulate the mouse (moves or clicks) while the game is focused. Is anyone else experiencing the same problem or got any ideas why I am? It's as if Mabinogi (or Hackshield) turns off Autoit's ability to handle the mouse while the game is focused.
EDIT: To clarify, it works when the game is run in a VM, but the script is run on the host.
EDIT2: Problem's been fixed. Simply had to compile the script and rune the .exe as an administrator.