Guest User

stuffforvideobluyatkurwaasdasda

a guest
Nov 27th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.56 KB | None | 0 0
  1. using System;
  2. using System.Windows.Forms;
  3. using AutoItX3Lib;
  4.  
  5. namespace jbnsrgjkbnsdfg
  6. {
  7.     public partial class Form1 : Form
  8.     {
  9.         AutoItX3 au3 = new AutoItX3();
  10.         public Form1()
  11.         {
  12.             InitializeComponent();
  13.         }
  14.  
  15.         private void button1_Click(object sender, EventArgs e)
  16.         {
  17.             au3.WinSetTitle("Form1", "", "Swedish twat form");
  18.             au3.WinMove("Swedish twat form", "", 0, 0);
  19.             au3.WinActivate("Untitled - Notepad");
  20.             au3.Send("Hello, I am a bot");
  21.         }
  22.     }
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment