It is not about copy protection. It's anti cheat thing like PunkBuster or alike - wathever they used in this game.
Script:
Code:
#InstallKeybdHook
SendMode Input
RAlt & ]::
SetKeyDelay, 0, 10, Play
SetTitleMatchMode, 2
{
WinGet, active_id, ID, A
WinGet, id, list, Adobe,, Program Manager
Loop, %id%
{
this_id := id%A_Index%
ControlSend, AVL_AVView15, {Down}, ahk_id %this_id%
}
}
return
If you want to do AHK-anything while in MTW II (Kingdoms, I play TATW) then the only way(probably) is to use SendMode Input and key combination with ALT.
[SOLVED]