Type keys
From UBot Studio
(Difference between revisions)
(Created page with "This command types keys into a specified location in the active window. Type Keys is a Windows Command. The command comes with a wizard that allows you ...") |
Revision as of 19:15, 1 December 2012
This command types keys into a specified location in the active window.
Type Keys is a Windows Command.
The command comes with a wizard that allows you to move the mouse over the desired location and select the area by hitting the CTRL button.
Example
plugin command("WindowsCommands.dll", "type keys", "Untitled Bot* - UBot Studio Admin Edition", "HwndWrapper[UBot Studio.exe;;35952192-a59c-4549-9a8f-f54d7320313b]", 731, 313, "My Text")
The script, when run, will move to the specifies location and type "My Text".