README.md
This Python script automates the process of solving math problems on the "sdamgia.ru" website. It logs in with provided credentials, fetches math problems from a specified test, leaks the correct answers, and fills out the test form with a certain number of correct answers and random incorrect answers to make the activity look natural.
-
Ensure you have Python installed on your system. If not, download and install it from Python's official website.
-
Clone this repository to your local machine using:
git clone https://github.com/zv3zdochka/Reshy_Ege_Cheater.git
-
Install the required dependencies. Run the following command in your terminal:
pip install -r requirements.txt
-
Download the appropriate WebDriver for your browser. This script is configured to use Chrome WebDriver by default. Ensure the WebDriver executable is in your system's PATH.
-
Open the
Cheat.py
file in a text editor. -
Set the values of
login
andpassword
variables to your login credentials for sdamgia.ru. -
Customize the
url
variable with the URL of the test you want to solve. -
Run the script using the following command:
python Cheater.py
-
The script will execute, logging in, fetching tasks, leaking answers, and filling out the test form.
-
After completion, the script will print the test status, including the time taken and the number of correct answers submitted.
This project is licensed under the GNU Affero General Public License Version 3.0. For more information, see the LICENSE file.
This script is for educational purposes only. Use it responsibly and ensure compliance with the terms of service of any website you interact with using this script. The author is not responsible for any misuse of this script.
Note: This script might raise ethical concerns regarding academic integrity. Ensure that you are authorized to use this script in any context you deploy it.