Usage Guide¶
This guide explains how to use the Visual Aim Assist Tool, including hotkeys, features, and best practices.
Table of Contents¶
Getting Started¶
- Launch the Application
- Run the executable (Windows pre-built or compiled binary)
-
The tool will start in the background
-
Load Configuration
-
The tool automatically loads
config.jsonfrom:- Same directory as executable (portable mode), OR
%APPDATA%/aimbot/config.json(Windows)~/.config/aimbot/config.json(Linux)
-
Start Your Game
- Launch your game (e.g., Phantom Forces via Roblox)
- Ensure the game window title matches the
windowsetting in config
Hotkeys Reference¶
The following global hotkeys are available while the application is running:
| Hotkey | Action | Description |
|---|---|---|
| F1 | Toggle Aim Assist | Enable/disable the main aim assist feature |
| F2 | Toggle Triggerbot | Enable/disable automatic firing when target is acquired |
| F3 | Toggle Steady Aim | Enable/disable steady aim mode (if configured) |
| F4 | Exit Application | Close the tool completely |
| Ctrl+C | Exit Application | Alternative way to close (in console) |
Hotkey Status Indicators¶
When the debug overlay is enabled (debug: true), you'll see visual indicators showing which features are currently active:
- 🟢 Aim Assist: ON/OFF status displayed
- 🔫 Triggerbot: ON/OFF status displayed
- 🎯 Steady Aim: ON/OFF status displayed
Features Overview¶
1. Aim Assist (Main Feature)¶
What it does: Automatically moves your mouse toward detected targets based on color recognition.
How to use: 1. Hold the configured trigger button (default: right mouse button) 2. The tool will detect colors within your FOV 3. Mouse will smoothly move toward the detected target 4. Release the trigger button to disable temporarily
Toggle: Press F1 to enable/disable globally
2. Triggerbot¶
What it does: Automatically fires (clicks) when a target is within the configured distance threshold.
How to use:
1. Enable triggerbot with F2
2. When your crosshair is close enough to a detected target, it auto-clicks
3. Fire rate is controlled by trigger_delay setting
Toggle: Press F2 to enable/disable
Note: Works independently of the main aim assist - you can use triggerbot alone or with aim assist.
3. Steady Aim¶
What it does: Reduces mouse movement sensitivity when a target is within range, providing finer control for precise shots.
How to use:
1. Enable steady aim with F3
2. When a target is within steady_dist, hold the configured key (if implemented)
3. Mouse movement becomes more subtle for precision aiming
Toggle: Press F3 to enable/disable
4. Debug Overlay¶
What it shows: Real-time visualization of what the tool is detecting and tracking.
Visual elements: - 🟦 FOV Circle: Shows your field of view boundary - 🟩 Detection Boxes: Rectangles around detected color contours - 🎯 Target Marker: Indicates the primary target being tracked - 📊 Status Text: Shows FPS, target count, and feature status
Toggle: Set debug: true/false in config file (requires restart)
Step-by-Step Usage¶
Basic Setup for Phantom Forces¶
-
Prepare Configuration
-
Launch the Tool
- Double-click the executable
-
A console window may appear showing initialization status
-
Start Phantom Forces
- Launch Roblox and enter Phantom Forces
-
Ensure the window is active and visible
-
Verify Detection
- Enable debug overlay (should be on by default)
- Look for the FOV circle and detection boxes
-
You should see magenta highlights being detected
-
Test Aim Assist
- Press and hold right mouse button (or configured trigger)
- Move your crosshair near an enemy with the ballistic tracker
-
The mouse should smoothly move toward the target
-
Adjust Settings (If Needed)
- If detection is poor, adjust
toleranceorcolors - If aim is too jumpy, lower
max_strengthor increasesmoothness -
If missing shots, adjust
offset_yfor better hit placement -
Enable Triggerbot (Optional)
- Press F2 to enable
- Test that it fires automatically when on target
- Adjust
trigger_delayto match your weapon's fire rate
Advanced Usage¶
Using with Different Weapons¶
Different weapons may require different settings:
Assault Rifles / SMGs:
Sniper Rifles:
Shotguns:
Multi-Color Detection¶
You can detect multiple colors simultaneously:
This is useful for: - Different enemy teams - Various highlight effects - Backup colors if primary isn't detected
Best Practices¶
⚡ Performance Optimization¶
- Set Appropriate FPS
target_fps: 120is good balance- Lower to 60 if experiencing lag
-
Set to 0 for maximum (uses more CPU)
-
Optimize FOV
- Smaller FOV = better performance
- Only make it as large as needed
-
Typical range: 150-300 pixels
-
Disable Debug When Not Needed
- Debug overlay uses extra resources
- Set
debug: falseonce you're configured
🎯 Accuracy Tips¶
- Calibrate Colors
- Use screenshot tools to find exact color values
- Test tolerance values incrementally
-
Start strict (low tolerance), then loosen if needed
-
Fine-Tune Aim
- Adjust
offset_yfor head vs body shots - Use
min_strengthto prevent micro-jitters -
Balance
smoothnessfor your playstyle -
Positioning
- Keep enemies within your FOV circle
- Don't rely solely on the tool - use good positioning
- Practice tracking manually as backup
⚠️ Important Reminders¶
- Terms of Service
- Using aim assist may violate game ToS
- Use at your own risk
-
Consider using only in single-player or permitted environments
-
Antivirus Exceptions
- Add the tool to your antivirus whitelist
-
See Security Information for details
-
Updates
- Game updates may change colors/UI
- Re-calibrate if detection stops working
- Check for tool updates periodically
Troubleshooting Quick Reference¶
| Issue | Possible Solution |
|---|---|
| Tool doesn't detect colors | Check window setting, verify colors, increase tolerance |
| Aim is too jumpy | Lower max_strength, increase smoothness |
| Aim is too slow | Increase max_strength, decrease smoothness |
| Triggerbot not firing | Check trigger_dist, ensure triggerbot is enabled (F2) |
| Tool feels laggy | Lower target_fps, reduce fov, disable debug |
| Wrong targets selected | Adjust min_area/max_area, fine-tune colors |
For more detailed troubleshooting, see the Troubleshooting Guide.
Next Steps¶
- Configuration Guide - Deep dive into all settings
- Troubleshooting Guide - Solve common issues
- Security Information - Understand antivirus false positives