Jump to content

Recommended Posts

Posted (edited)

I`ve searched the forums for quite some time, and the snippet below shows everything I have tryed so far.

I have managed to send every string I need to this game window using mostly ControlSend(). The last and only problem I have is how to send a "TAB" keystroke to this game window, because whatever I try, doesn`t work.

;$tab = "{ASC 09}"
;ControlSend ($hWnd,"","Edit1", ($tab))
;ControlSend("[CLASS:CLIENT]", "", "Edit1", "{TAB}")
;DllCall("User32.dll", "int", "PostMessage", "hwnd", $hwnd, "int", 0x9, "int", 0, "long", "")
;_SendMessage($hWnd, 0x09)
;ControlSend ($hWnd,"","Edit1","{tab}")

Anyone has any ideas what can I try next?

Edited by bleed
Posted

Thanks for responding John. The game used to have GG but not anymore. However, I can send every single keystroke/string without any problems, but "TAB" is a no go.

FYI the game name is a "Silkroad-online".

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...