Hello all,
I have recently found out that AHK SendPlay function could work for lot of online games protected by Gameguard/nprotect (priston tale, ...). But I noticed some strange phenomenon. Actually SendPlay would successfully send a click and bypass gameguard. On the other hand, SendPlay keystrokes is more random. Most of keystroke won't go through but I noticed some interesting thing:
If you sendplay let's says {I } keystroke (=open inventory shortkey) then it won't work. But if you sendplay {Enter} then the game open the chat window. Now sendplay some strings again ("blablabla") you will see the blablabla autotyping in the chat window! SendPlay {Enter} again and you'll see your char saying "blablabla" in game.
Now this behaviour is pretty weird. How can the game protection intercept keystrokes, and allow keystroke typed in chat-mode to pass through
Any comment/hint would be greatly appreciated, thank you.