ACBot Loader is an open-source program loader template developed by Chloride Technology, licensed under GNU General Public License v3.0. Built with .NET 8.0 and C#, it provides a modular foundation for creating customizable program loaders.
ACBot Loader is a template application designed for dynamic module loading and execution. Developers can extend this template to build tailored solutions such as:
- Plugin-based architectures
- Http proxy & TCPClient communication
- Dynamic library/script loaders
- Extensible runtime environments
Key Features:
- .NET 8.0 cross-platform support
- Clean abstraction for loader logic
- Easy-to-modify template structure
Repository: https://github.com/chloride-tech/ACBot-Loader
IMPORTANT: Derivative works must include:
- Original project attribution
- Repository link
- License notice
- Development:
- Visual Studio 2022 (with .NET Desktop Development workload)
- .NET 8.0 SDK
- Runtime:
- .NET 8.0 Runtime
- Windows 10+ / Linux (cross-platform compatible)
- Clone Repository
git clone https://github.com/chloride-tech/ACBot-Loader.git cd ACBot-Loader