
Developed by Amuzo Games, Rival Pirates was a Netflix game, now removed from Netflix in Dec 2025. Client-complete. Strip the Netflix SDK entitlement gate and it runs offline. A working offline build or asset bundle is published.
Unity IL2CPP on the oldest gen-0 com.netflix.android.api SDK via the com.netflix.unity bridge, so the Netflix login gate is tool-clearable. Matches run against client-side bots, and Photon has a native offline mode - so it plays fully offline with just the auth patch. The one wall beyond auth was save persistence: progress lives ONLY in the Netflix cloud-save slot 'MAIN', and the tool's slot-store read returned an empty-OK on a miss, which made the game assume an already-present empty slot and never write. Fixed by returning ERROR_UNKNOWN_SLOT_ID on a read miss (matching the tool's GameMaker path) so the game creates and writes the slot at its first save point.
| Recoverability | SDK-patchable |
| Status | Recovered |
| Android (APK) | Download from Internet Archive (v25.1.20 (25)) sha256 b7994aed99b746e1b2ed50c203c85bc418c5d4a35f5d26edb6a7129f4bd2affa |
| iOS (IPA) | Not yet recovered. |
| Engine | Unity IL2CPP (metadata v27) · Photon PUN · arm64-v8a + armeabi-v7a |
| Package | com.netflix.NGP.PiratesSeveredSeas |
| Released | Unknown |
| Removed | Dec 2025 |
| Netflix exclusive | Yes |
| Contributors | community |
| Updated | Jul 5, 2026 |
Something wrong or missing? Suggest an edit.