bella limiter is a WPF overlay tool with module toggles + hotkeys, built for experimenting with network-y behavior and keeping control close to the keyboard. it’s more “lab bench” than “polished product”, and that’s kinda the point (:3
/\_/\ bella limiter ( o.o ) modules + overlay + chaos control > ^ < press buttons, watch reality bend a tiny bit /\_/\ /\_/\ /\_/\ ( -.- ) ( o.o ) ( >.< ) > ^ < > ^ < > ^ <
settings are stored in a json config. you can tune overlay offsets, module toggles, and keybinds without touching code.
{
"CurrentModule": "PVE",
"Settings": {
"Overlay_StartOnLaunch": true,
"Overlay_LeftOffset": 110,
"Overlay_BottomOffset": 100,
"Overlay_DisableOnInactivity": true
},
"Modules": {
"PVE": {
"Enabled": true,
"Keybind": [162, 50],
"Settings": {
"Buffer": true,
"AutoResync": true
}
}
}
}
if you’re adding a direct download later, link it here. (github releases is easiest.)