30 lines
724 B
Markdown
30 lines
724 B
Markdown
# 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.
|