openpgp4fpr:D3C32036439E06C20198F84D053EA6E00116533A
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from bs4 import BeautifulSoup | |
| import argparse | |
| from datetime import datetime | |
| class GradeResponse(): | |
| def __init__(self, calification: str, num_errors: int, errors: dict = None): | |
| self.calification: str = calification | |
| self.num_errors: int = num_errors |
A bash script wrapper to use CDecrypt on linux easily. ATTENTION: Don't use this with games you don't own. I don't make responsible for any ilegal use of this script.
-
This uses Wine, you need it.
-
To use this script, replace the
CdecryptFoldervariable with its correct value (the full path for the folder where you storeCDecrypt_v2.0b.exeand his friends, not the zip you downloaded). Download CDecrypt form here, hosted on a PrivateBin (a very cool project). -
chmod +x cdecrypt.shto make sure it is executable.