Skip to content

Instantly share code, notes, and snippets.

@Killercodes
Killercodes / Robot.cs
Created December 28, 2022 11:53
Windows Automation with Keyboard, Mouse & Process
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
using System.Text;
namespace Robot
{
public static class Gui