Rainbow Six Siege doesn't recognize {Enter} key sent

Ask gaming related questions (AHK v1.1 and older)
KingON
Posts: 1
Joined: 12 Sep 2018, 16:12

Rainbow Six Siege doesn't recognize {Enter} key sent

12 Sep 2018, 16:19

Hello! I am making a script that selects an operator, but the game doesn't recognize the ahk keystrokes. I have tried several input methods and only SendEvent worked for the mouse click but it doesn't work for the enter key.

This is what I'm using.

Code: Select all

SendEvent {Enter}
Any help is appreciated, thanks!
User avatar
NovaRanger
Posts: 68
Joined: 23 Oct 2014, 02:05

Re: Rainbow Six Siege doesn't recognize {Enter} key sent

13 Sep 2018, 09:26

Hi,

I assume rainbow six siege is a game?
A couple of points to check,

1. If you are running multiple scripts simultaneously, there is a possibility of the {Enter} you are trying to send to Rainbow to be captured. I had this issue with one of my ghost scripts which always runs in the background in my laptop.
2. Try adding #Ifwinactive, <Rainbow Something> above the code and see that helps..
3. If the Rainbow and this script run on different accounts, the send key might not work; for example, if the game is running in admin previleges and if the script is in normal previlege.
4. Games usually run in different windows than what they appear to have in title, (example steam games use the steam engine or something else as the main title)..

Please check with the above points, if you still can't run that script, please share the whole script with us and we'll check if the coding is done correct.
;)

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Shoobis and 107 guests