Autoit sending keystroke to inactive screen

02/17/2020 08:55 Meowmere#1
Hi guys I just googled to much but I can't find good source for it

$hwnd = WinGetHandle("NosTale")
While 1
_postmessage_send($hwnd, "{SPACE}")
Sleep(100)

WEnd

I want to use my partner skills on inactive screen its works with really good with normal keys but I can't send Shift Q or Shift W command with that thanks for your help and sorry for my bad english :D
02/17/2020 14:23 unknownforces#2
Incoming "STOP LEECHING NOOB GO FIGURE IT OUT YOURSELF"
You came to the wrong forum if you need help bro :lul:
02/17/2020 15:35 InnoTx#3
Quote:
Originally Posted by unknownforces View Post
Incoming "STOP LEECHING NOOB GO FIGURE IT OUT YOURSELF"
You came to the wrong forum if you need help bro :lul:


to be honest, a lot is being helped on this forum. but if you arrive with "do the work for me" they will not help 100%
:topnep:
02/17/2020 19:12 WalrossGreat#4
First send _PostMessage_SendDown with SHIFT key, then send Q/W using _PostMessage_Send, then pull the SHIFT key up using _PostMessage_SendUp
02/17/2020 22:18 alvaropike#5
U can change the keys in the game and you dont need use shift
[Only registered and activated users can see links. Click Here To Register...]