Initial commit

This commit is contained in:
2026-04-24 14:54:59 +06:00
commit 28776fa5b6
26 changed files with 817 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# Cheat Client
Advanced Minecraft 1.21.1 client mod built with Fabric.
## Features
- **Killaura** - Automatic attack with configurable range and crit-only mode
- **Triggerbot** - Auto-attack on crosshair target with crit-only mode
- **ESP** - See players through walls
- **Hitbox** - Expanded hitboxes for easier targeting
- **TargetHUD** - Display target information on screen
## Building
```bash
./gradlew build
```
The compiled mod will be in `build/libs/`.
## Installation
1. Install Fabric Loader for Minecraft 1.21.1
2. Install Fabric API
3. Place the mod jar in your `.minecraft/mods` folder
## CI/CD
This project uses Drone CI for automated builds. Every push to main triggers a build and artifact upload.