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 ...") |
|||
Line 8: | Line 8: | ||
<pre> | <pre> | ||
− | plugin command("WindowsCommands.dll", "type keys", "Untitled Bot* - UBot Studio | + | plugin command("WindowsCommands.dll", "type keys", "Untitled Bot* - UBot Studio Developer Edition", "HwndWrapper[UBot Studio.exe;;42a8ab89-1ba7-4ef3-b733-f746a51248e3]", 1253, 375, "My Text") |
</pre> | </pre> | ||
Revision as of 15:58, 29 September 2013
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 Developer Edition", "HwndWrapper[UBot Studio.exe;;42a8ab89-1ba7-4ef3-b733-f746a51248e3]", 1253, 375, "My Text")
The script, when run, will move to the specifies location and type "My Text".