- Jul 7, 2017
- 1,342
- 5,606
- 665
I haven't tried it, but reading the .py file I'm guessing:And how to use it? Is there an instruction?
- Download and install
You must be registered to see the links
- Open up terminal (cmd.exe for Windows users)
- Type
pip install flask requeststo install the needed libraries. - Download the uncracked version of this game + the .zip with the Python script.
- Extract the game
- Open 1290497_crack.zip, extract the "FluidGame" folder from the .zip into the game folder
(Make sure it asks you to replace files. If it doesn't that, you're probably not extracting to the right location) - Extract server.py anywhere
- Open up terminal again, then cd to the directory you extracted server.py to (For example
cd c:\totallynotmypornfolder) - Start server.py using python using the terminal window (I'm guessing
python server.pyorpython3 server.py) - While the server.py script is running, start up the game normally.
Unless the dev changes something in his game, this way of "cracking" the game should work for future versions of the game too.