Click Mouse
From UBot Studio
This command clicks a specified area within a window using a wizard that grabs the parent class of the windows item. Click Mouse is a Windows Command.
The command comes with a wizard that allows you to grab the coordinates of a button by moving the mouse over an item and hitting the ctrl key on the keyboard.
Example
plugin command("WindowsCommands.dll", "click mouse", "", "Shell_TrayWnd", 847, 23, "Left Click")
Running the script will click the specified item.