Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Version 1.2.1 Changelog (May 6, 2025): Lethal Hit Point Indicator: Red circle overlay added to mark head positions where a shot is lethal (i.e. damage ≥ enemy health and no teammate in bullet path). Team Check for Bullet Trace: Implemented trace_bullet_team_check() to prevent shots if a teammate would be hit first. Distance and angle checks ensure accurate team obstruction detection. Optimized Bone Position Tracing: Bone ID 6 (head) adjusted slightly upward (+4 Z) for improved precision in lethal hit calculation. Modular Hitbox Scanning: Iterates over key bone IDs (6, 4, 0) to identify visible or lethal targets, with per-bone visual markers. Lethality Detection Flag: Global flag var_0_13 now tracks whether any lethal shot opportunity is detected in a frame.
Version 1.2.0 Changelog: 1. FPS and Ping Display: The FPS counter updates every second. Ping is fetched from the local player's controller and displayed in real-time. Text displaying both FPS and Ping is positioned near the bottom center of the screen.
Version 1.1.0 - Hitbox Logic Enhancement & Optimization Refined Hitbox Visualization: Implemented color differentiation for hitboxes: Green for hittable targets (valid). Dark Blue for non-hittable targets. Enhanced Bullet Trace Logic: Optimized bullet trace calculations for more efficient performance and faster checks, especially when verifying valid shots. Integrated better validation checks to ensure that only relevant enemies are traced. Code Cleanup: Removed redundant or commented-out code that was not contributing to the functionality of the script, improving readability. Improved Hitbox Rendering: Adjusted the hitbox rendering mechanism to display a clearer, more intuitive hitbox visualization, aiding aimbot functionality. Enhanced Comments: Streamlined the comments to make the script more professional and understandable, removing excess commentary and ensuring clarity of purpose.