Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Time-skew detection — Detects speedhacking via wall-clock vs engine-time comparisonDLL/Module injection scanning — Identifies unauthorized injected modules with warmup window protectionAnti-debug heuristics — Timing probes, pause-gap detection, OS debugger checksProcess scanning — Detects running cheat tools and suspicious processesTamper detection — Verifies script integrity and policy file signaturesCommand-line scanning — Blocks suspicious launch argumentsConfigurable policies — Editor dock for real-time configuration and policy managementBuilt with Godot GDScript — Lightweight, portable, extensible
BeatAC
A lightweight modding / injection helper tool for Beat Banger, built with Godot.
⚠️ This project is experimental. Expect bugs.
✨ Features
- Detects and scans loaded modules (DLLs)
- Identifies unauthorized / injected modules
- Useful for debugging or anti-cheat experiments
- Built with Godot Engine (GDScript)
📦 Requirements
- Godot Engine (compatible version)
- Windows OS (for DLL/module scanning)
- Basic knowledge of Godot
🚀 Getting Started
1. Clone the repository
git clone https://github.com/kimbunner/BeatAC.git
cd BeatAC
Time-skew detection — Detects speedhacking via wall-clock vs engine-time comparison
DLL/Module injection scanning — Identifies unauthorized injected modules with warmup window protection
Anti-debug heuristics — Timing probes, pause-gap detection, OS debugger checks
Process scanning — Detects running cheat tools and suspicious processes
Tamper detection — Verifies script integrity and policy file signatures
Command-line scanning — Blocks suspicious launch arguments
Configurable policies — Editor dock for real-time configuration and policy management
Built with Godot GDScript — Lightweight, portable, extensible
Reviews
Quick Information
Time-skew detection — Detects speedhacking via wall-clock vs engine-time comparisonDLL/Module injection scanning — Identifies unauthorized injected modules with warmup window protectionAnti-debug heuristics — Timing probes, pause-gap detection, OS debugger checksProcess scanning — Detects running cheat tools and suspicious processesTamper detection — Verifies script integrity and policy file signaturesCommand-line scanning — Blocks suspicious launch argumentsConfigurable policies — Editor dock for real-time configuration and policy managementBuilt with Godot GDScript — Lightweight, portable, extensible