Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

awesome it bypass gameguard but how to controlsend? #5

Open
kyloren23 opened this issue Sep 16, 2022 · 4 comments
Open

awesome it bypass gameguard but how to controlsend? #5

kyloren23 opened this issue Sep 16, 2022 · 4 comments

Comments

@kyloren23
Copy link

im so amazed that it bypassed my gameguard for macro
most of keystroke and clicks working 100% perfectly

but can i ask how to controlsend(send keystroke to background) like this?
ControlSend, ahk_parent, {F2}, ahk_exe choboApp.exe

i tried this but i cant make it work
IbSend("ControlSend, ahk_parent, {F2}, ahk_exe choboApp.exe")

please help me.. thank you for awesome library!

@Chaoses-Ib
Copy link
Owner

Chaoses-Ib commented Sep 16, 2022

What ControlSend does is posting key messages (i.e. WM_KEY) to the target window. A driver can do the same theoretically, but that doesn't make much sense because it will be as easy to detect as ControlSend. There are also other methods, for example, hooking DirectInput, but it's not as safe as using drivers. I suggest you to create a desktop or a virtual machine if you really need to send keystrokes in background.

BTW, could you tell me the game and the driver you are using? I'm going to make a test table of games.

@kyloren23
Copy link
Author

kyloren23 commented Jan 14, 2023

What ControlSend does is posting key messages (i.e. WM_KEY) to the target window. A driver can do the same theoretically, but that doesn't make much sense because it will be as easy to detect as ControlSend. There are also other methods, for example, hooking DirectInput, but it's not as safe as using drivers. I suggest you to create a desktop or a virtual machine if you really need to send keystrokes in background.

BTW, could you tell me the game and the driver you are using? I'm going to make a test table of games.

im using razer method 0, but im afraid i cannot tell you the game here because the dev might found it and i might patch it :( (but i can tell you the game via private message if you want)
unfortunately game is also blocked inside vmware
can you please help me the possible method to send keystroke in minimized background? i would gladly donate you via paypal thank you for your awesome work

@Chaoses-Ib
Copy link
Owner

You can contact me via Telegram https://t.me/Chaoses_Ib or Discord @Chaoses Ib#2060.

@Animan8000
Copy link

There are also other methods, for example, hooking DirectInput, but it's not as safe as using drivers.

Honestly that would be really useful. To interact with a program (or game) to send keystrokes to in the background, without interrupting anything nor coming from the actual user. Don't think anyone made that kind of library for AHK before.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants