Move Mouse
From UBot Studio
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.
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")
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.