Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anarchyloader/anarchyloader

Simple loader for CS 1.6 using egui
https://github.com/anarchyloader/anarchyloader

cheats counter-strike cs16 goldsrc loader rust

Last synced: about 2 months ago
JSON representation

Simple loader for CS 1.6 using egui

Awesome Lists containing this project

README

        



AnarchyLoader


AnarchyLoader is a simple loader for CS 1.6 using the egui library, written entirely in Rust.

## Showcase



## Installation

To install AnarchyLoader, you can download [release](https://github.com/AnarchyLoader/AnarchyLoader/releases/latest), or build it by yourself!

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

### Build Instructions:

1. Clone the repository:

```sh
git clone https://github.com/AnarchyLoader/AnarchyLoader.git
cd AnarchyLoader
```

2. Setup nightly toolchain (for dll-syringe)

```sh
rustup toolchain install nightly
rustup default nightly
```

3. Build the project:

```sh
cargo build --release
```

## License

This project is licensed under the GPL 3.0 License. See the [LICENSE](https://github.com/AnarchyLoader/AnarchyLoader/blob/main/LICENSE) file for details.