Aimbot, triggerbot, chams, no-recoil and more for voxiom.io
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.
R press← / → target cycling.json filelocalStorageCtrl+S)⚠️ Requires the
@requirefor Three.js r150 to be present in the script header — this is already included.
| 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) |
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.
| Library | Version | Purpose |
|---|---|---|
| Three.js | r150 | Overlay rendering, raycasting, ESP geometry |