Skip to content

Instantly share code, notes, and snippets.

@kistaaa
kistaaa / tree.au3
Created April 17, 2018 13:35
Fractal Tree AutoIT
#include <AutoItConstants.au3>
; THESE 3 VARS ARE ALL YOU NEED LOL
; starting branch length
$startLength = 350
; angle to twist the tree
$startAngle = 45
@kistaaa
kistaaa / goldenangle.au3
Created April 12, 2018 04:06
AutoIT Scripts for SFD
#include <AutoItConstants.au3>
$size = 0
; center horizontal of your screen
$centerX = @DesktopWidth / 2
; center vertical of your screen
$centerY = @DesktopHeight / 2