Tags
Creators
Details
All versions
2.0.1
Release
Fiw AntiCheat 2.0.12 months ago 198
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
All notable changes to Fiw AntiCheat are listed here.
[2.0.1] - Expanded cheat signature database
Changed
- Expanded bundled signatures for common hacked clients and aliases, including Wurst, Meteor/addons, LiquidBounce, BleachHack, MatHax, ThunderHack, Aoba, ForgeHax, Sigma, Jigsaw, Huzuni, Wolfram, Flux, Vape, SalHack, KAMI/Lambda, Future/RusherHack-style clients, and mod-detection bypass tools.
- Expanded x-ray detection aliases for Advanced XRay, XRay Ultimate, seed cracker/mapper tools, cave finder names, and common x-ray jar naming variants.
- Expanded fullbright/gamma detection aliases for Gamma Utils, true/dynamic fullbright, resource gamma utilities, boosted brightness, and night-vision utility naming variants.
- Expanded freecam detection aliases for Freecam, Easy Freecam, FreeCamMC, Aether Freecam, FPV Freecam, Free Camera, FToFreecam, and Fair Freecam.
- Expanded autoclicker, schematic printer, and damage-indicator aliases.
Fixed
- Added
flyhack/fly-hackto cheat-client signatures after the NeoForge 1.21.11 smoke test showed the client mod list was received but that alias was not yet blocked.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:BUXFUwPg:VrtfXR1D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BUXFUwPg:VrtfXR1D"
}

