Click Beyond Frames removes the 480 TPS cap from RobTop's official "Click Between Steps" feature, allowing for unlimited input precision.
- Unlimited Polling Rate – Set custom TPS up to 2000 Hz.
- Smooth Input – Processes clicks independently from the frame rate.
- Lightweight – Minimal CPU overhead (~1ms sleep cycle).
- API Integration – Other mods can query your CBF state.
- Vanilla+ – Built on RobTop's official implementation.
- This mod exceeds the official 480 TPS limit set by RobTop.
- Records set above 480 Hz may not be accepted on all demon lists (Platformer list explicitly bans CBF).
- Use at your own discretion.
A one-time warning popup will appear the first time you load a level.
| Requirement | Version |
|---|---|
| Geometry Dash | 2.208 |
| Geode Loader | v1.8.0 |
| Platform | Android (ARM 32bit & 64bit) |
git clone https://github.com/frostre1997/Click-Beyond-Frames.git
cd Click-Beyond-Framesgeode install frostre1997.Click-Beyond-Frames-API
-
git submodule add https://github.com/frostre1997/Click-Beyond-Frames-API.git
-
git submodule update --init --recursive
// android64-bit
geode build --target android --abi arm64-v8a
// android32-bit
geode build --target android --abi arm64-v7a// android64-bit
adb install -r build/android/arm64-v8a/ClickBeyondFrames.geode
// android32-bit
adb install -r build/android/arm64-v7a/ClickBeyondFrames.geode
// Or drag the .geode file into your GD folder on the tablet
This Mod provides a public API for other mods to interact:
#include <ClickBeyondFrames/API.hpp>
if (cbfbeyond::dev::isInstalled()) {
// Mod is present
}#include <ClickBeyondFrames/Checker.hpp>
auto state = clickbeyondframes::checker::getState();
if (state.isExceedingVanilla) {
// User is above 480 TPS
}The checker API exposes:
- Current polling rate
- Whether it exceeds 480 TPS
- Thread health status
- Bot override state
- Cryptographic signature for verification
MIT – Use freely.
- RobTop – Official CBF implementation.
- Geode SDK Team – Modding framework.
- Pointercrate – CBF legitimacy clarification.
If you want to contribute or help this repository:
- Github Issues
- Fork the repository
- Discord Server (coming soon)
Push your skill beyond the frames 🤍