Type keys

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(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 Admin Edition", "HwndWrapper[UBot Studio.exe;;35952192-a59c-4549-9a8f-f54d7320313b]", 731, 313, "My Text")
+
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".


File:Typekeys.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox