├── .gitattributes ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── AA_GUI.html ├── Ark_Automated V0.42.ahk ├── Changelog.txt ├── LICENSE ├── MacroStatus.png ├── Neutron.ahk ├── Old ├── V0.3 │ ├── AA_GUI.html │ ├── Ark_Automated V0.3.ahk │ ├── Neutron.ahk │ ├── bootstrap.bundle.js │ ├── bootstrap.min.css │ └── jquery.min.js ├── V0.4 │ ├── AA_GUI.html │ ├── ArkAutomated.ini │ ├── Ark_Automated V0.4.exe │ ├── Neutron.ahk │ ├── V0.3_settings_instructions.png │ ├── bootstrap.bundle.js │ ├── bootstrap.min.css │ ├── changelog_V0.3-V0.4.txt │ ├── jquery.min.js │ └── popper.min.js └── V0.41 │ ├── AA_GUI.html │ ├── Ark_Automated V0.41.ahk │ ├── Ark_Automated V0.41.exe │ ├── Neutron.ahk │ ├── bootstrap.bundle.js │ ├── bootstrap.min.css │ ├── jquery.min.js │ └── popper.min.js ├── Preview.gif ├── README.md ├── V0.3_settings_instructions.png ├── bootstrap.bundle.js ├── bootstrap.min.css ├── jquery.min.js ├── popper.min.js └── version.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /AA_GUI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/AA_GUI.html -------------------------------------------------------------------------------- /Ark_Automated V0.42.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Ark_Automated V0.42.ahk -------------------------------------------------------------------------------- /Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Changelog.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/LICENSE -------------------------------------------------------------------------------- /MacroStatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/MacroStatus.png -------------------------------------------------------------------------------- /Neutron.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Neutron.ahk -------------------------------------------------------------------------------- /Old/V0.3/AA_GUI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.3/AA_GUI.html -------------------------------------------------------------------------------- /Old/V0.3/Ark_Automated V0.3.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.3/Ark_Automated V0.3.ahk -------------------------------------------------------------------------------- /Old/V0.3/Neutron.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.3/Neutron.ahk -------------------------------------------------------------------------------- /Old/V0.3/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.3/bootstrap.bundle.js -------------------------------------------------------------------------------- /Old/V0.3/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.3/bootstrap.min.css -------------------------------------------------------------------------------- /Old/V0.3/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.3/jquery.min.js -------------------------------------------------------------------------------- /Old/V0.4/AA_GUI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/AA_GUI.html -------------------------------------------------------------------------------- /Old/V0.4/ArkAutomated.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/ArkAutomated.ini -------------------------------------------------------------------------------- /Old/V0.4/Ark_Automated V0.4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/Ark_Automated V0.4.exe -------------------------------------------------------------------------------- /Old/V0.4/Neutron.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/Neutron.ahk -------------------------------------------------------------------------------- /Old/V0.4/V0.3_settings_instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/V0.3_settings_instructions.png -------------------------------------------------------------------------------- /Old/V0.4/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/bootstrap.bundle.js -------------------------------------------------------------------------------- /Old/V0.4/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/bootstrap.min.css -------------------------------------------------------------------------------- /Old/V0.4/changelog_V0.3-V0.4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/changelog_V0.3-V0.4.txt -------------------------------------------------------------------------------- /Old/V0.4/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/jquery.min.js -------------------------------------------------------------------------------- /Old/V0.4/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.4/popper.min.js -------------------------------------------------------------------------------- /Old/V0.41/AA_GUI.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/AA_GUI.html -------------------------------------------------------------------------------- /Old/V0.41/Ark_Automated V0.41.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/Ark_Automated V0.41.ahk -------------------------------------------------------------------------------- /Old/V0.41/Ark_Automated V0.41.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/Ark_Automated V0.41.exe -------------------------------------------------------------------------------- /Old/V0.41/Neutron.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/Neutron.ahk -------------------------------------------------------------------------------- /Old/V0.41/bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/bootstrap.bundle.js -------------------------------------------------------------------------------- /Old/V0.41/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/bootstrap.min.css -------------------------------------------------------------------------------- /Old/V0.41/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/jquery.min.js -------------------------------------------------------------------------------- /Old/V0.41/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Old/V0.41/popper.min.js -------------------------------------------------------------------------------- /Preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/Preview.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/README.md -------------------------------------------------------------------------------- /V0.3_settings_instructions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/V0.3_settings_instructions.png -------------------------------------------------------------------------------- /bootstrap.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/bootstrap.bundle.js -------------------------------------------------------------------------------- /bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/bootstrap.min.css -------------------------------------------------------------------------------- /jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/jquery.min.js -------------------------------------------------------------------------------- /popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ark-automated/Ark-Automated/HEAD/popper.min.js -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | 0.42 --------------------------------------------------------------------------------