📄 Userscript Description & Instructions
📝 Description
qeqehax is a feature-rich Tampermonkey userscript for Voxiom.io, providing an in-game overlay GUI with ESP, aimbot, triggerbot, visual customization, and various utility tools. Built on top of Three.js, it hooks into the game's WebGL rendering pipeline to render a transparent overlay canvas, intercept the game camera, and track all in-game entities in real time.
The script injects a draggable multi-panel GUI into the game page, organized into Aimbot, Advanced, Chams, Tools, and Config categories. All settings persist across sessions via localStorage.
🛠️ Features
🎯 Aimbot
- Aimbot — Off / Right-Click / Always activation modes
- TriggerBot — Auto-fires when crosshair overlaps an enemy hitbox
- No Recoil — Normal (zeroes recoil) or Silencer (throws an exception to suppress recoil)
- Multipoint — Attempts to find an unobstructed aim point around the target
- Prediction — Leads moving targets based on velocity interpolation
- Aim Power X/Y — Controls smoothing speed on each axis
- Aim Delay — Adds a configurable delay before the aimbot applies rotation
- Ignore Walls — Disables wall-check raycasting
- All Enemies — Treats all players as enemies regardless of team detection
- Fast Reload — Simulates a weapon scroll cycle on
R press
- Height Line / Sneak Height — Fine-tunes vertical aim offset for standing and crouching targets
- Quantized Aiming — Locks aim point to discrete positions
- Stand Up Delay — Delays height adjustment when a target stands up
👁️ Chams / ESP
- Show Players — Renders colored player meshes through walls (Enemies / All)
- Show Outline — Box edge outlines on players
- Show Box — 3D box overlay on players
- Show 2D Box — Flat 2D bounding box overlay
- Show Wireframe — Wireframe mesh over player models
- Show Lines — Tracer lines drawn from screen center to each player
- X-Ray — Wireframe or full X-Ray mode on world geometry
- Show Name Tags — Renders team player names as floating sprites
- Show Items / Show Blocks — ESP for dropped items and blocks
- Ore / Chest / Dungeon Block ESP — Highlights specific world blocks by category and type, with per-type color coding
- Distance Tracers — Color-grades tracer lines by distance
- Rainbow Mode — Animates tracer colors over the HSL spectrum
- Custom Crosshair — Renders a circle crosshair; a second ring visualizes aimbot FOV radius
- Map Zoom / Map Offset Z — Controls the minimap orthographic camera
- Enemy Distance — Maximum range for ESP/aimbot consideration
- Item Limit / Block Limit — Caps the number of rendered ESP objects for performance
⚙️ Advanced
- Gun Mode — Configures per-weapon fire timing delays (None / Normal / Sniper / EliteAR / Surge)
- Auto Gun Mode — Automatically selects Gun Mode based on the currently held weapon's icon
- HvH Helper — Automatically counters enemy jump/crouch patterns (Jump / Crouch / Both)
- Water Fix — Ignores single-surface raycast hits (water surfaces) in wall checks
- Spawn Ignore — Skips targets currently inside defined spawn zone bounding boxes
- Jump Offset — Lowers aim point slightly when the player is in the air
- Raycast Interval — Number of frames between full aimbot target re-evaluations
- Point Offset / Sniper Offset — Multipoint spread radius per gun type
🔧 Tools
- Sprint — Auto-holds Shift while moving forward
- Freecam — Detaches camera; supports spectator mode with
← / → target cycling
- Freelook — Decouples mouse look from camera movement
- Third Person — Offsets camera behind the player model
- Spinbot — Randomizes camera rotation when stationary
- Lock FOV — Forces a custom FOV value
- Hide Viewmodel — Scales the gun model to zero
- Auto Respawn — Automatically clicks the respawn button on death
- Anti-AFK — Periodically simulates W/S keypresses to prevent idle kick
- Auto Claim Ads — Clicks in-game ad reward buttons automatically
- Ad Blocker — Removes known ad container elements from the DOM
- Player Count — Displays a live draggable enemy/player counter, color-coded by count tier
- Hack List — Shows a live draggable overlay listing all currently active features
- Watermark — Toggles the version watermark display
🎨 Config
- Export / Import Config — Save and load settings as a
.json file
- Reset Config — Reverts all settings to defaults and clears
localStorage
- Friend List — Add/remove players by name; friends are highlighted separately and excluded from aimbot
- Color Pickers — Individually customize enemy, team, friend, item, block, and GUI colors
- Reset GUI — Snaps all draggable panels back to their default positions
📦 Installation
- Install Tampermonkey for your browser
- Open the Tampermonkey dashboard → Create a new script
- Paste the full script content and Save (
Ctrl+S)
- Navigate to voxiom.io — the script activates automatically
⚠️ Requires the @require for Three.js r150 to be present in the script header — this is already included.
⌨️ Keybinds
| Key |
Action |
Right Shift |
Toggle GUI visibility |
- / _ |
Cycle Aimbot mode |
= / + |
Cycle TriggerBot mode |
. / > |
Cycle X-Ray mode |
[ / ] |
Cycle Gun Mode forward/back |
; / ' |
Cycle HvH Helper forward/back |
↑ Arrow |
Toggle Sprint |
↓ Arrow |
Cycle Freecam mode |
\ |
Toggle Freelook |
Left Ctrl |
Toggle Third Person |
← / → Arrow |
Cycle spectator target (Freecam mode) |
V / B / N |
Zoom levels (low / mid / high) |
💾 Config Persistence
All settings are automatically saved to localStorage under the key qeqehax on every change. On next page load, the saved config is restored and applied before the GUI renders.
🔗 Dependencies
| Library |
Version |
Purpose |
| Three.js |
r150 |
Overlay rendering, raycasting, ESP geometry |