https://github.com/wrinklykong/mcf-crack
Crack MSF Agent X paywalls
https://github.com/wrinklykong/mcf-crack
game-hacks j2me jvm preservation
Last synced: 4 months ago
JSON representation
Crack MSF Agent X paywalls
- Host: GitHub
- URL: https://github.com/wrinklykong/mcf-crack
- Owner: wrinklykong
- Archived: true
- Created: 2024-01-15T20:21:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T00:43:11.000Z (over 1 year ago)
- Last Synced: 2024-09-30T13:04:20.616Z (8 months ago)
- Topics: game-hacks, j2me, jvm, preservation
- Language: Shell
- Homepage:
- Size: 392 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# End-of-life Message
After much digging and testing, I have found out that the full version is not embedded in the game, but rather just the first level. I uploaded the farmed images I found to this repo and am archiving it. I will continue to dig to find the full version, but I do not have high hopes!# Introduction
Mystery Case Files: Agent X is a Hidden Object game released on April 14th, 2008 for mobile phones, primarily Glu devices. This project aims to remove all paywall restritions on the game for the purpose of game preservation. This project was created from my personal quest to recover the Mystery Case Files series games.# Preface
There is no active link for purchasing the full version of this game. The shops hosting this game have been dead for years, and there is **NO** way to directly support the creators. **I DO NOT intend on infringing the laws, regulations, and copyright of the respective copyright owners. This project is for education use and contributes to the growing effort of preserving lost mobile games.**# Instructions
### Requirements
```
jar >= 11.0.20.1
```
### Usage
```
./script.sh
```
The script will output a modified `.jar` file in the current directory with all restrictions removed.# Advanced Details
### How it works
Inside `Agent-X.jar` lives a specific file which contains all the logic for checking if the game has been purchased. To remove all restrictions, we simply replace that file in the `jar`. To do so we must first extract the `jar` contents, replace the specific file, and recompress the file so it is playable.