Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anarchyloader/anarchyloader
- Owner: AnarchyLoader
- License: gpl-3.0
- Created: 2024-10-27T11:38:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T14:57:50.000Z (about 2 months ago)
- Last Synced: 2024-10-28T15:18:39.297Z (about 2 months ago)
- Topics: cheats, counter-strike, cs16, goldsrc, loader, rust
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.