A Slither.io game mod that enhances your gameplay with modern features including a glassmorphic UI, auto-eat functionality, collision avoidance, and mouse scroll zoom.
- 🎨 Modern Glassmorphic UI - Clean, modern interface design
- 🍽️ Auto-Eat - Automatically navigate towards food
- 🛡️ Collision Avoidance - Smart threat detection and avoidance system
- 🔍 Mouse Scroll Zoom - Zoom in/out using your mouse scroll wheel
- 📡 Threat Radar - Real-time polar heatmap showing nearby threats
- 🎯 Customizable Cursor - Adjust cursor size and opacity
- 🎛️ Adjustable Settings - Fine-tune radar distance, avoidance sensitivity, and more
- 💾 Persistent Settings - Your preferences are saved between sessions
- 🖼️ Custom Background - Remove default background or set custom colors
You need Tampermonkey installed in your browser. Tampermonkey is a popular browser extension that acts as a userscript manager, allowing you to install and run custom scripts to enhance websites.
| Browser | Installation Link |
|---|---|
| Chrome | Chrome Web Store |
| Firefox | Firefox Add-ons |
| Edge | Microsoft Edge Add-ons |
| Safari | Mac App Store |
| Opera | Opera Add-ons |
- Install Tampermonkey in your browser (see links above)
- Click the Tampermonkey icon in your browser toolbar
- Select "Create a new script..."
- Delete the template code that appears
- Copy the entire contents of
mod.jsand paste it into the editor - Press Ctrl+S (or Cmd+S on Mac) to save
- Navigate to slither.io and enjoy!
| Key | Action |
|---|---|
Tab |
Open/Close Settings Panel |
Esc |
Quick Respawn |
Q |
Quit to Menu |
Z |
Restore Default Zoom |
E |
Toggle Auto-Eat |
C |
Toggle Auto-Avoid |
Access the settings panel by pressing Tab or clicking the Settings button on the main menu.
- Default BG - Toggle the default game background
- Cursor Size - Adjust the crosshair cursor size (8-64px)
- Cursor Opacity - Adjust cursor transparency (0.1-1.0)
- Radar Distance - Detection range for the threat radar (outer circle)
- Avoid Distance - Collision avoidance trigger range (inner circle)
- Sectors - Angular resolution of the radar (8-64)
- Rings - Radial resolution of the radar (3-12)
- Heat Decay - How quickly threat indicators fade
- Food Range - Search radius multiplier for auto-eat
- Collision - Show collision detection overlay
- Feeding - Show food paths and targets
- Radar - Show the threat heatmap radar
- Auto-Avoid - Enable automatic collision avoidance
- Auto-Eat - Enable automatic food seeking
The mod uses a polar coordinate heatmap system to detect and visualize nearby threats. Snake heads are weighted heavily as primary threats, while body segments contribute less heat. The radar uses configurable sectors (angular divisions) and rings (radial divisions) for precise threat localization.
When enabled, the mod analyzes the threat heatmap and calculates safe steering vectors to avoid collisions. The system predicts enemy snake movements and adjusts your trajectory accordingly.
The auto-eat feature uses a TSP (Traveling Salesman Problem) approach to efficiently route through nearby food, prioritizing high-value targets while respecting threat zones.
minigem.uk
This project is provided as-is for educational and entertainment purposes.
Enjoy dominating the leaderboard! 🐍