Tank Truck Reverse
A tiny, single-purpose World of Warcraft addon: it plays a truck-reversing beep when a tank backpedals in combat. That's it — no options window, no frills.
How it works
- It hooks the game's own movement functions (
MoveBackwardStart/MoveBackwardStop) viahooksecurefunc, so it knows exactly when the backward-movement key is pressed — no guesswork, no position math. - The beep only plays when all of these are true: addon enabled, you're backpedaling, you're in combat, and you're in a tank specialization. It repeats every ~0.7 s while you hold backward.
- Because it observes the movement function (not the keyboard or your position), it works in combat and inside dungeons/raids — and strafing or running forward never trigger it.

