https://github.com/fluffysnaff/fmod
A Meteor Client addon inspired by LiveOverflow's modding series. InstaMine, InfReach, and FrameDupe, plus advanced movement exploits like clipping and teleporting.
https://github.com/fluffysnaff/fmod
fabric liveoverflow liveoverflowmod liveoverflowserver meteor meteoraddon meteorclient minecraft
Last synced: 3 months ago
JSON representation
A Meteor Client addon inspired by LiveOverflow's modding series. InstaMine, InfReach, and FrameDupe, plus advanced movement exploits like clipping and teleporting.
- Host: GitHub
- URL: https://github.com/fluffysnaff/fmod
- Owner: fluffysnaff
- License: cc0-1.0
- Created: 2025-08-15T16:57:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T19:43:11.000Z (3 months ago)
- Last Synced: 2025-08-16T21:07:15.388Z (3 months ago)
- Topics: fabric, liveoverflow, liveoverflowmod, liveoverflowserver, meteor, meteoraddon, meteorclient, minecraft
- Language: Java
- Homepage:
- Size: 1.34 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FMod
**FMod** is an addon for the [Meteor Client](https://meteorclient.com/), a modern Minecraft utility mod. FMod enhances your gameplay with a suite of powerful movement utilities, combat assistance, and other useful features, with some specifically tailored for servers like the LiveOverflow server.
---
## 🌟 Features
FMod introduces a variety of modules, commands, and HUD elements designed to give you an edge:
### ✨ Modules
* **`InstaMine`**: Attempts to break blocks extremely quickly if they are already breakable in a very short amount of time (e.g., with Haste or efficient tools).
* **`LiveWalk`**: Helps bypass certain anti-cheat measures (like those on the LiveOverflow server) by rounding your movement packet coordinates. Includes support for vehicles.
* **`TpMine`**: Silently teleports you to a targeted block, breaks it, and then teleports you back to your original position.
* **`InfReach`**: Targets the closest entity within your aim and a configurable range. It then teleports you to the target, attacks it, and returns you to your starting position. Includes on-screen target highlighting.
* **`FrozenWalk`**: Allows you to move within protected regions or bypass certain movement restrictions without being teleported back by the server. Includes an anti-fly-kick feature.
* **`NoTextureRotations`**: Disables the random rotation of certain block textures (e.g., grass, sand, bedrock), providing a more consistent and potentially cleaner visual experience. *Requires a world rejoin or graphics reload to take full effect.*
* **`FrameDupe`**: A utility that automatically interacts with nearby item frames to duplicate items. It works by quickly placing and breaking items in frames, which can trigger duplication glitches on certain servers.
### ⌨️ Commands
Commands are prefixed with a `.` (dot), Meteor Client's default command prefix.
* **`.teleport` (aliases: `.tp`)**
* Usage: `.tp [ticks]`
* Teleports you short distances. The optional `ticks` argument specifies the number of movement packets sent, which can influence how the teleport is processed by the server.
* **`.autoclip` (aliases: `.ac`, `.aclip`)**
* Usage: `.autoclip `
* Clips you through the ground either up (`1`) or down (`-1`) to the nearest air block.
* **`.shclip` (aliases: `.hc`, `.shc`)**
* Usage: `.shclip `
* Clips you horizontally through walls in the direction you are looking.
* **`.dclip` (aliases: `.dc`)**
* Usage: `.dclip `
* Clips you in your direct view direction (can be horizontal, vertical, or diagonal).
* **`.clubmate` (aliases: `.cm`, `.clubm`, `.cmate`)**
* Usage: `.clubmate clubmate`
* A specialized command designed for the LiveOverflow server to interact with a specific chest and obtain a "Club-Mate."
### 🖥️ HUD
* **`InfReach Target`**: Displays the name of the current entity being targeted by the `InfReach` module on your Heads-Up Display.
---
## 🚀 How to Use
1. **Install Meteor Client**: If you haven't already, download and install [Meteor Client](https://meteorclient.com/download) for your Minecraft version (e.g., 1.21.5). Make sure you also have the Fabric Loader and Fabric API.
2. **Download FMod**:
* It's only possible now to build it yourself from the source code(see below).
3. **Install FMod**: Place the downloaded `fmod-[version].jar` file into your `.minecraft/mods/` folder. This folder should also contain your Meteor Client jar and Fabric API jar.
4. **Launch Minecraft**: Start Minecraft using the Fabric loader profile from your Minecraft launcher. FMod will load automatically as an addon to Meteor Client.
---
## 🛠️ Building from Source (Optional)
If you wish to build FMod from its source code:
1. **Clone the Repository**:
```bash
git clone https://github.com/fluffysnaff/fmod.git
cd fmod
```
2. **Build the Project**:
Use Gradle Wrapper to build the project.
* On Windows:
```bash
gradlew build
```
* On macOS/Linux:
```bash
./gradlew build
```
3. **Locate the Jar**: The compiled `.jar` file (e.g., `fmod-0.1.1.jar`) will be located in the `build/libs/` directory. You can then use this jar as described in the "How to Use" section.
---
## 🙏 Credits
This project wouldn't be possible without the work and inspiration from others:
* **[Meteor Client Development Team](https://github.com/MeteorDevelopment/meteor-client/)**
* **[rfresh2/NoTextureRotations](https://github.com/rfresh2/NoTextureRotations/)**
* **[JorianWoltjer/LiveOverflowMod](https://github.com/JorianWoltjer/LiveOverflowMod)**
---
## Star History
[](https://www.star-history.com/#fluffysnaff/fmod&Date)