
You are viewing a potentially older version of this package. View Latest Version
TargetToggle
Adds a configurable hotkey to switch between Closest Enemy and Smart Aim in real time, with a visible indicator on the HUD at the bottom right.TargetToggleMod — Megabonk
BepInEx mod (IL2CPP) that adds a configurable hotkey to switch between
Closest Enemy and Smart Aim in real time, with a visible indicator on the HUD
at the bottom right.
📦 Requirements
| Requirement | Version |
|---|---|
| BepInEx IL2CPP Pack | 6.0.738+ |
| .NET SDK (for compiling) | 6.0+ |
| Megabonk | latest version |
🚀 Installation
- Install BepInEx IL2CPP in your Megabonk folder if you don’t have it yet.
⚙️ Hotkey Configuration
Edit the generated file at:BepInEx/config/com.tuusuario.targettoggle.cfg
[Hotkeys]
## Key to toggle targeting mode
# Valid values: any Unity KeyCode (T, F, Tab, PageUp, Mouse3, etc.)
ToggleTargetingMode = T
---
Change T to whatever key you prefer.
You can see all possible values at: https://docs.unity3d.com/ScriptReference/KeyCode.html
Aburridow.-