├── .gitattributes ├── Autopilot Management - v1.3.2.exe ├── LICENSE ├── Old version ├── 1.1.2 │ └── Autopilot_Management_1.1.2.ps1 ├── 1.2.0 │ └── Autopilot_Management_1.2.0.ps1 ├── 1.3.0 │ └── Autopilot_Management_1.3.0.ps1 └── 1.3.1 │ └── Autopilot_Management_1.3.1.ps1 ├── README.md ├── Source code └── Autopilot_Management_1.3.2.ps1 └── media ├── image1.png ├── image10.png ├── image2.png ├── image3.png ├── image4.png ├── image5.png ├── image6.png ├── image7.png ├── image8.png └── image9.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/.gitattributes -------------------------------------------------------------------------------- /Autopilot Management - v1.3.2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/Autopilot Management - v1.3.2.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/LICENSE -------------------------------------------------------------------------------- /Old version/1.1.2/Autopilot_Management_1.1.2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/Old version/1.1.2/Autopilot_Management_1.1.2.ps1 -------------------------------------------------------------------------------- /Old version/1.2.0/Autopilot_Management_1.2.0.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/Old version/1.2.0/Autopilot_Management_1.2.0.ps1 -------------------------------------------------------------------------------- /Old version/1.3.0/Autopilot_Management_1.3.0.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/Old version/1.3.0/Autopilot_Management_1.3.0.ps1 -------------------------------------------------------------------------------- /Old version/1.3.1/Autopilot_Management_1.3.1.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/Old version/1.3.1/Autopilot_Management_1.3.1.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/README.md -------------------------------------------------------------------------------- /Source code/Autopilot_Management_1.3.2.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/Source code/Autopilot_Management_1.3.2.ps1 -------------------------------------------------------------------------------- /media/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image1.png -------------------------------------------------------------------------------- /media/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image10.png -------------------------------------------------------------------------------- /media/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image2.png -------------------------------------------------------------------------------- /media/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image3.png -------------------------------------------------------------------------------- /media/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image4.png -------------------------------------------------------------------------------- /media/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image5.png -------------------------------------------------------------------------------- /media/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image6.png -------------------------------------------------------------------------------- /media/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image7.png -------------------------------------------------------------------------------- /media/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image8.png -------------------------------------------------------------------------------- /media/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaekty/Autopilot-Management/HEAD/media/image9.png --------------------------------------------------------------------------------