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.
By ignah1
| Last updated | 2 hours ago |
| Total downloads | 1 |
| Total rating | 0 |
| Categories | Mods Tools |
| Dependency string | ignah1-TargetToggle-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.738README
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.-