From c926e20b2ded33e05dd63ca39d0c1b90fc01acc9 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:21:59 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0e5e28..235aefa 100644 --- a/README.md +++ b/README.md @@ -1586,8 +1586,8 @@ Start-Sleep -Seconds 1 } while ($true) ### [Clicker] - -```$cSource = @' +``` +$cSource = @' using System; using System.Drawing; using System.Runtime.InteropServices; @@ -1645,8 +1645,8 @@ public static void LeftClickAtPoint(int x, int y) SendInput(3, input, Marshal.SizeOf(input[0])); } } -'@``` - +'@ +``` `Add-Type -TypeDefinition $cSource -ReferencedAssemblies System.Windows.Forms,System.Drawing` \ `[Clicker]::LeftClickAtPoint(1900,1070)`