Safety

Protection levels

Clear product statuses so you know when to run — plus the operational layers we use so the site and licenses stay online.

Product status levels

  • Undetected

    Current build is considered safe to run for this product/game.

    What you should do: You may download and use the loader as usual.

  • On Update

    A game or anti-cheat patch is being reviewed. Downloads may pause.

    What you should do: Do not launch until status returns to Undetected.

  • Risk

    Elevated risk reported. Use is discouraged until we finish checks.

    What you should do: Stop using the product and wait for an official update.

  • Detected

    Product is flagged as unsafe for the current game version.

    What you should do: Do not run. Wait for a rebuilt release and changelog note.

Live table: Status page

Site & service hardening

Checklist so the marketing site and license API are harder to knock offline or abuse.

  • HTTPS everywhere

    TLS on the marketing site and API. No mixed content.

  • CDN + DDoS edge

    Serve static assets via CDN (Cloudflare / similar) with bot/DDoS protections enabled.

  • Secrets out of git

    DSN, payment keys, and auth tokens only via environment variables — never committed.

  • Rate limits

    Throttle login, activate-key, and checkout endpoints to slow credential stuffing.

  • Legal pages live

    Privacy, Terms, Refund, and cookie consent published and linked in the footer.

  • Honest status page

    When a product is On Update / Detected, block downloads in the dashboard with clear copy.

  • Backups & restore

    Regular DB backups and a tested restore path so an incident does not wipe licenses.

  • Error monitoring

    Sentry (or equivalent) in production to catch outages before users flood support.