This is a rewritten version of the old ASH AIO which was made in Python. This is made using C# and the TCPGeckoSharp library.
View the installation guide
View the Hack information guide
- Hexexpeck for GUI design/coding the actual AIO
- OatmealDome for helping Hexexpeck with issues he encountered
- turtle for making the program icon
- Splat_Red for finding codes
- Everyone in the ASH Team!
View the LICENSE file in this repo, or you can view it in AshAIO.
Pretty simple actually, just:
- Fork this repository to your account
- Make changes to your fork (preferably inside a new branch on your fork)
- Once you've made changes, submit a pull request
- Explain what you've added in your pull request
- Someone from ASH Team will review and possibly merge your pull request into the main repository or your pull request gets denied.
- Get Visual Studio 2010 or SharpDevelop
- Get Git (or GitKraken)
- Load up Git and type in
git clone https://github.com/ASHTeam/ash-aio-2.git AshAIO
- Then load Visual Studio and open the solution
- Go to the Build tab
- Click Build NewAshAIO
- Locate your build in either one of the following folders:
./bin/Release
,./bin/Debug
,./obj/Release
, or./obj/Debug
.