damnbruh Bot

Job ID: 39847058

Budget: $30 – $250 USD

ai description: I play the snake game hosted at https://www.damnbruh.com/ (a Slither-style clone) and now want all of my favourite “pro” moves wrapped into one Tampermonkey userscript. I can give you full page source, variable names and short videos that show exactly how each manoeuvre looks in-game; what I need from you is the code that makes the browser do it for me.

Core behaviours
• Tail-follow: on a key press the script should lock onto the nearest snake head and trace its tail until I cancel.
• Circling: another hotkey must force my snake into a tight, continuous loop.
• “Dodge-in” attack: when I hit the dedicated key the snake lunges inside an opponent’s path to take the kill.
• Auto-evade: a virtual safety radius is always monitored; if any enemy head crosses that circle the script instantly moves my snake outward, clearing the danger zone.

Visual aids & UI
The script has to draw that safety circle around my snake and show a tiny overlay listing which mode is active plus the relevant key binds. Nothing flashy—just enough to confirm the feature toggles.

Acceptance criteria
– One self-contained .user.js file that installs in Tampermonkey on Chrome and Firefox without external libraries.
– Default keys (configurable) trigger: Follow (F), Circle (C), Dodge-in (Z) and Safety-toggle (V).
– All four behaviours run for at least a three-minute session with no crashes or memory leaks.
– The circle overlay appears/disappears on demand and its radius is editable at the top of the script.
– Code is clearly commented so I can tweak angles, distances and timings myself later.

If this sounds like your kind of challenge, let me know what additional game hooks or test accounts you need and we’ll get started.
my description: i need a script for Tampermonkey. this script is for a website https://www.damnbruh.com/ can provide all of the sites info exetra, i need a script that will follow other snakes on their tail make the snake go in a circle, doge other snakes (restrictive circle) and all so make a circle around my snake to show where if another player go's in the circle my snake will move out of the way. and a doge in function that will doge in on another player and kill them. i can provide vids to show what i meen. key binds to activate the functions