What this script does
[FPS] Flick is a fast-paced Roblox shooter. The overhub.dev script gives you the aim-assist and ESP you'd expect from a high-end paid hub, but it's a single Lua file and the key is free.
Paste the snippet, set your key, run. The loader detects the game from game.PlaceId and pulls the right script — no menus, no file picking.
How to use
- Get a free key from the Discord server:
/getkeyin any channel. The bot DMs you a 24-hour key. Grab a new one any time after it expires. - Paste the snippet into your executor:
script_key = "OVERHUB-XXXX-XXXX-XXXX" loadstring(game:HttpGet("https://overhub.dev/loader.lua"))() - Execute. You'll see a small "Loaded [FPS] Flick ✓" status panel confirm the script attached. The key is HWID-locked, so it works only on the first device that uses it.
Aimbot
Smooth aim pulls your crosshair toward the closest enemy at a configurable rate. Lock is the snap-to-head version. The FOV circle in the corner of your screen shows what the aimbot will track; if a player is outside the circle, they're ignored.
- Smooth — number 1-20, lower is snappier. Default 8.
- Lock — bypasses smoothness for instant flick kills. Riskier in anti-cheat-aware servers.
- Visible check — when on, the aimbot ignores enemies behind walls. Highly recommended for ranked / tournament-style servers.
Triggerbot
Fires the moment your crosshair passes over a target. Use a small aim smoothing in combination with the triggerbot to look natural; the triggerbot alone is fine for hipfire SMG-style gameplay.
ESP
Box, name, distance, and health bar over every enemy. Toggleable by category in the in-game menu (RightShift by default). The ESP has zero performance cost in normal play — the renderer is on a separate thread.
FOV circle
The translucent circle on screen shows the aimbot's field of view. The default radius is 180px; resize it live with the [ and ] keys. Anything inside the circle is a valid target.
Notes
- The key is HWID-locked. To move the key to a new machine, ask a mod in Discord to run
/resethwid <key>for you. - Some servers have Roblox's Byfron / Hyperion anti-cheat; the script is not Byfron-bypassing. Use at your own risk on those servers.
- The script reads
game.PlaceIdon load. If you're testing in a private server, setscript_name = "flick"before loadstring to force the right script.
How to use
- Get a key. In the overhub.dev Discord run
/getkeyin any channel. The bot DMs you a fresh 24-hour key. - Paste the snippet. Open a supported Roblox executor and paste:
script_key = "YOUR-KEY-HERE" loadstring(game:HttpGet("https://truen.dev/loader.lua"))() - Execute. The loader detects
[FPS] Flickfromgame.PlaceId, validates your key against the overhub.dev API, then runs the script. You’ll see a small “Loaded [FPS] Flick ✓” status panel confirm the script attached.
Key system
Every key is free, lasts 24 hours, and is HWID-locked to the first device that uses it. You can re-grab a new key as many times as you want after one expires. To move a key to a new machine, ask a mod in Discord to run /resethwid <key> for you.
The full script is never embedded in the loader. The API seals the payload with a key derived from your script_key so only your own key can open it.