OSLSecureSave OFFICIAL SALE

OSL Secure Save is a UGS-based save solution that completely blocks client-side data manipulation and cheating. Designed for developers who want robust security without the headache of writing backend servers, it ensures your game's economy and data remain safe out of the box.

Key Features:

  • Full Server-Side Validation: All user save requests are routed through a Cloud Code endpoint (osl_master_save) and strictly validated before being committed to the database.
  • Dynamic Rule-Based Filtering: Define your security rules in JSON via Remote Config. Control data validity in real-time without needing to push client updates.
  • Operation Control: Locks keys to specific operations (AddOnly, Replace, or Both).4-Step Data Integrity Check:
    Type Validation:
    Ensures incoming data matches the expected type.
    Range Limit: Enforces MinValue and MaxValue caps (e.g., Max Level).
    Delta Limit: Restricts the maximum allowed increment per request (MaxDelta) to prevent massive gold/EXP injection hacks.
  • Intuitive Client API: Handle complex server communication with simple asynchronous one-liners like await OSLSaveManager.Instance.AddInt("gold", 50);.
  • Reliable Fallback System: If the Remote Config service is unavailable, the system automatically falls back to hardcoded rules embedded within the Cloud Code script, ensuring zero downtime.

🔥 LAUNCH SALE: 30% OFF for the first 2 weeks! (Regular price: $24.99) 🔥


Documentation & Support For comprehensive setup guides, official documentation, and issue tracking, please visit our official GitHub repository: 

https://github.com/OngsooLabs/SecureSave/