I need a plugin that allows my program to do clicks on the screen (left, right mouse buttons) could write text in a given line, and so on.

  • 2
    The plugin is called WinApi, use on health - Vladimir Klykov
  • In fact, only through pinvoke, look in Google. It is more optimal to write api in C/C++ and then call it from C# code - NewView

0