Move Mouse

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "This command moves the mouse to a specified location on your screen. Mouse Move is a Windows Command. The command comes with a window that allows you to...")
 
(Example)
 
(2 intermediate revisions by one user not shown)
Line 3: Line 3:
 
Mouse Move is a [[Windows Commands|Windows Command]].
 
Mouse Move is a [[Windows Commands|Windows Command]].
  
The command comes with a window that allows you to move the mouse over the desired location and select the area by hitting the CTRL button.
+
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 ==
 
== Example ==
  
 
<pre>
 
<pre>
plugin command("WindowsCommands.dll", "click mouse", "Untitled Bot* - UBot Studio Admin Edition", "HwndWrapper[UBot Studio.exe;;35952192-a59c-4549-9a8f-f54d7320313b]", 611, 367, "Left Click")
+
plugin command("WindowsCommands.dll", "move mouse", "Untitled Bot* - UBot Studio Developer Edition", "HwndWrapper[UBot Studio.exe;;42a8ab89-1ba7-4ef3-b733-f746a51248e3]", 1275, 380)
plugin command("WindowsCommands.dll", "move mouse", "Untitled Bot* - UBot Studio Admin Edition", "HwndWrapper[UBot Studio.exe;;35952192-a59c-4549-9a8f-f54d7320313b]", 611, 367)
+
plugin command("WindowsCommands.dll", "click mouse", "Untitled Bot* - UBot Studio Developer Edition", "HwndWrapper[UBot Studio.exe;;42a8ab89-1ba7-4ef3-b733-f746a51248e3]", 1246, 386, "Left Click")
 
</pre>
 
</pre>
 +
 +
[[File:wmove.jpg]]
  
 
The example above will move the mouse to the desired location and click the item in the specified location. Notice that the [[Click Mouse|click mouse]] and move mouse command are both working in the same location.
 
The example above will move the mouse to the desired location and click the item in the specified location. Notice that the [[Click Mouse|click mouse]] and move mouse command are both working in the same location.

Latest revision as of 15:46, 29 September 2013

This command moves the mouse to a specified location on your screen.

Mouse Move 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.

[edit] Example

plugin command("WindowsCommands.dll", "move mouse", "Untitled Bot* - UBot Studio Developer Edition", "HwndWrapper[UBot Studio.exe;;42a8ab89-1ba7-4ef3-b733-f746a51248e3]", 1275, 380)
plugin command("WindowsCommands.dll", "click mouse", "Untitled Bot* - UBot Studio Developer Edition", "HwndWrapper[UBot Studio.exe;;42a8ab89-1ba7-4ef3-b733-f746a51248e3]", 1246, 386, "Left Click")

Wmove.jpg

The example above will move the mouse to the desired location and click the item in the specified location. Notice that the click mouse and move mouse command are both working in the same location.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox