Anti Spam | Verse Made Simple
Anti Spam | Verse Made Simple
Your Price
Suggested
Minimum Price:
Maximum Price:
Couldn't load pickup availability
Downloadable files along with this product
No files to download
Details
Detect and flag button-spam behavior on your island with a lightweight, drop-in device that monitors any number of buttons for rapid repeated presses.
What Problem It Solves
If you’ve ever needed to:
- Catch players mashing buttons to exploit cooldowns or timers
- Protect item dispensers and claim points from rapid re-triggering
This device gives you a clean, reusable way to monitor button interaction.
How It Works
The device subscribes to each configured button’s InteractedWithEvent and records a timestamp for every press using GetSimulationElapsedTime().
Each time a button is pressed, the device prunes timestamps older than the configured window, then checks how many presses landed inside that window. If the count reaches the configured threshold, a warning is logged.
Each button is tracked independently, so spam on one button does not affect the count on any other button.
The tracker keeps, per button:
- A rolling list of recent press timestamps
- The most recent press time
- The active press count within the current window
What You Get
-
anti_spam_devicecreative device - Multi-button monitoring from a single device
- Configurable max presses and time window
- Automatic pruning of expired press records
Why It’s Better
- One device covers many buttons at once
- Sliding-window detection. Catches bursts
- Tunable sensitivity
Setup (Quick)
- Place the AntiSpam device on your island
- Add the buttons you want to monitor to the
Buttonsarray - Set
MaxPressesto the number of presses that should trigger a warning - Set
Windowto the time window (in seconds) those presses are counted within - Run the map and watch the logs — a warning fires as soon as a button exceeds the threshold
The device starts monitoring automatically on OnBegin and runs for the full session with no further setup required.
Frequently Asked Questions
Does Anti Spam work in Fortnite Creative 1.0?
No, it needs UEFN. It is a Verse device, and Verse code can only be added to an island through UEFN.
What does it do when someone spams a button?
It writes a warning to the log with the press count. It does not block the button or punish the player, so you decide how to react.
How do I set it up?
Place the Anti Spam device, add the buttons you want watched to its Buttons list, then set Max Presses and Window in seconds. By default five presses inside two seconds triggers the warning.
Does it count each player separately?
No. Presses on the same button from every player are counted together, and each button is tracked on its own.
Is it free to use in my island?
Yes. It is free to download and you can use it in as many islands as you like.