Security HUD
System Watchdog
×
Threads Scanned ⟳
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

πŸ“‹ DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

πŸ›‘οΈ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Off Topic FiveHook - Secure & Completely Free Webhook Protection System

imn0th1ng

Bronze Elite
Joined
Nov 19, 2021
Messages
7
Reaction score
15
Points
146
Location
ahiret
FiveHook
Stop Hardcoding Your Discord Webhook Token in Scripts
πŸ”—
───────────────────────────────────────
The problem
If you're using Discord webhooks in your FiveM scripts, there's a good chance you've got the URL sitting right there in your code. Anyone who gets their hands on that script β€” whether through decompiling, leaking, or just being a developer on your server β€” has full access to your webhook token.
With that token, they can spam your channel, post whatever they want, or delete the webhook entirely. Most people don't think about this until something actually goes wrong.
───────────────────────────────────────
What FiveHook does
FiveHook sits between your FiveM server and Discord. Instead of putting your real Discord webhook URL into your script, you paste in a proxy URL that FiveHook generates for you. Your actual token never leaves the server β€” it's stored securely and only used when forwarding your messages to Discord.
From your script's perspective, nothing changes. It sends a request, the message shows up in Discord. That's it.
───────────────────────────────────────
Protections
Each webhook comes with a set of toggleable protections:
  • User-Agent Protection β€” Only accepts requests that come from FiveM's native HTTP client. Anything sent from a browser, Postman, or a bot gets rejected. Even if someone steals your proxy URL, they can't use it outside of FiveM.
  • Rate Limiting β€” You set how many requests are allowed within a given time window. If a script goes haywire and starts hammering the endpoint, it gets cut off automatically.
  • Duplicate Detection β€” Filters out repeated identical messages within a sliding window. Keeps your Discord channel clean and prevents spam loops.
  • IP Allowlist β€” Optionally lock your webhook down to specific IP addresses. Only requests from your server's IP will be processed β€” everything else is dropped.
───────────────────────────────────────
Dashboard
There's a dashboard where you can manage your webhooks, view request stats, and browse logs for every request that came through β€” allowed, blocked, rate limited, whatever. Useful for debugging scripts and keeping an eye on traffic.
───────────────────────────────────────
Getting started
  1. Go to
  2. Log in with Discord
  3. Create a webhook and paste your Discord webhook URL
  4. Copy the proxy URL into your script
  5. Done
───────────────────────────────────────
Pricing
Free. No card required, no subscription, no catch.
───────────────────────────────────────
───────────────────────────────────────
Privacy
If you wonder and suspicious about "How this website free, they're logging your data!" you can see our .
───────────────────────────────────────
πŸ”—
 
Top