What this script does
TTK Testing is a Roblox shooter sandbox for trying out weapons. The overhub.dev script gives you a silent aimbot that hooks GunController directly (no metamethod hooks), full ESP, a triggerbot, and a stack of weapon mods — laid out across ESP, Aimbot, Weapon, and Misc tabs. It's a single Lua file and it's completely free — no key.
Paste the one line and run. The loader detects the game from game.PlaceId and pulls the right script — no menus, no file picking.
How to use
- Paste the snippet into your executor:
loadstring(game:HttpGet("https://overhub.dev/loader.lua"))() - Execute. You'll see a small "Loaded TTK Testing ✓" status panel confirm the script attached.
Aimbot
Hooks GunController for silent aim — no camera writes to detect. Tune it with a FOV limit, smooth aim (speed in deg/s, dead zone), lead time for moving targets, and a humanize amount so it doesn't look robotic. Auto-Shoot fires for you when locked on, and a switch delay controls how fast it moves between targets. Visible Only (default on) ignores enemies behind walls; flip Wall Bangs on to target through them anyway.
ESP
Boxes, names, distance, tracers, head dots, and chams (SelectionBox) over every player, with color pickers and a max-distance slider (100–2000). Toggle each piece independently from the World groupbox.
Triggerbot
Fires the moment your crosshair passes over a target, with a configurable fire delay so it can look natural or snap instantly for hipfire play.
Weapon mods
No Recoil and No Spread flatten your accuracy; Rapid Fire, Full Auto, and Infinite Ammo live in the Fire groupbox. Mix them with the aimbot for effectively guaranteed hits.
Notes
- No key needed — just paste the one line and run.
- Anti-Votekick (Misc tab) auto-votes No the instant a kick against you is broadcast, with a notification — handy on populated servers.
- 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 = "ttktesting"before loadstring to force the right script.
How to use
- Buy a key. Purchase access on the Premium page. After Stripe checkout, the success page shows your order number; run
/activatein Discord with that order number to claim your key. - Paste the snippet. Open a supported Roblox executor and paste:
loadstring(game:HttpGet("https://overhub.dev/loader.lua"))() - Execute. The loader detects
TTK Testingfromgame.PlaceId, validates your key against the overhub.dev API, then runs it. You’ll see a small “Loaded TTK Testing ✓” status panel confirm the script attached.
Premium key system
This script requires a paid premium key. Buy one on the Premium page, then use the returned order number with /activate in Discord to claim your key. The loader prompts for the key in-game and remembers it on your device; keys are HWID-locked, so ask a mod to run /resethwid <key> if you move machines.
The full script is never embedded in the loader. The API seals the payload with a key derived from your key, so only your key can open it.