Sorry for requesting this. I am really new to AutoIt.
I have found a Script by Mega (Xenobiologist) for the circle but I have no clue how to make it do what I need. The script I was trying to edit to work as I needed is
HotKeySet ("{ESC}", "quitme")
; command line param: beep (0 = off, 1 = on)
Global $MakeNoise = 0
If $CmdLine[0] = 0 Then
$MakeNoise = 0
ElseIf $CmdLine[1] = 1 Then
$MakeNoise = 1
EndIf
Global Const $PI = 3.1415926535897932384626433832795
Global $Width = @DesktopWidt