Bloxd Legacy v1.0 | BETA
A clean, lightweight, fully customizable client overlay for Bloxd.io. Built for competitive PvP, content creators, and players who want a polished HUD without bloat.
What is Bloxd Legacy?
Bloxd Legacy is a visual and UX enhancement client for Bloxd.io — a free browser-based voxel sandbox game with 18+ game modes.
Unlike hack clients, Bloxd Legacy is purely client-side:
- No cheats (no killaura, fly, speed, ESP, packet manipulation)
- No memory editing — pure DOM/CSS overlay
- Performance first — runs on low-end Chromebooks and 240Hz monitors
Features
Combat
- Player Hitboxes — Visual overlay + DOM highlighting
- Toggle Sprint — Auto-hold Shift on W press (7 BPS)
- No Hurt Cam — Dampens red damage flash
- Small Items — Shrinks hotbar slots
- Item Scale — 0.5x to 1.0x adjustable
Visuals
- Keystrokes — W/A/S/D real-time display
- CPS Counter — Clicks per second
- FPS Counter — Live FPS display
- Motion Blur — Simulated camera blur
- Crosshair — 5 styles (Default, Circle, Dot, Small Cross, None)
- Smooth Zoom — Hold Z to zoom
- GUI Opacity — Global HUD transparency
- Edit UI Layout — Drag, resize, recolor, reposition every element
UI Editor (v1.0)
- Drag & drop any HUD element anywhere
- Scale per element (0.5x – 2.0x)
- Opacity per element (10% – 100%)
- Color picker for accent colors
- Reset individual elements
- All layouts save to localStorage
Shaders
- 3 Presets — Performance / Balanced / Cinematic
- Brightness / Contrast / Saturation — Full CSS filter control
- Bloom — Glow intensity
- Vignette — Edge darkening
- Fog — Atmospheric depth
- Film Grain — Cinematic noise
- FPS Boost — Safe CSS resolution scaling (no WebGL context loss)
- Resolution Scale — 0.5x to 1.0x for low-end PCs
Cosmetics
- Cape Gallery — 8 built-in colors
- Custom Cape URL — Upload your own PNG
Settings
- UI Scale — Menu resize (0.8x – 1.5x)
- Export Config — JSON backup
- Reset Defaults — One-click factory reset
How to Use
- Install Tampermonkey (Chrome, Firefox, Edge)
- Click "Install this script" on this page
- Go to bloxd.io and join any game
- Press Right Shift to open the menu
- Toggle features, adjust sliders, pick tabs
- In the Visuals tab, click "Open Editor" to customize HUD layout
- Press Escape or click Done to exit the editor
FPS Boost — How It Works
The Performance preset + FPS Boost uses safe CSS transform scaling:
- Canvas renders at reduced CSS size
transform: scale() stretches back to viewport
- Does NOT touch
canvas.width/height — no WebGL context loss
- Works on 60Hz, 144Hz, and 240Hz displays
- Ideal for Chromebooks and school laptops
Compatibility
| Platform |
Status |
| Chrome (desktop) |
Full support |
| Firefox (desktop) |
Full support |
| Edge (desktop) |
Full support |
| Chromebook |
Full support |
| Mobile browsers |
Partial (no Tampermonkey) |
Technical Details
- Engine: Pure JavaScript + CSS, zero dependencies
- Size: ~82KB
- Memory: Tracked listeners, intervals, observers, RAFs
- Performance: Passive event listeners,
will-change GPU hints
- Config: localStorage with deep merge
Is It Detectable?
No client-side mod is 100% undetectable. Bloxd Legacy does NOT:
- Modify game memory
- Manipulate packets
- Inject WebGL shaders
All features are visual overlays or input simulation. Risk is very low for casual play. Use discretion in ranked PvP.
Credits
Built for the Bloxd.io community.
Inspired by Minecraft client HUDs (Lunar, Badlion, Feather).
License
MIT — Free to use, modify, and distribute. Attribution appreciated.