This repository contains a script to generate Steam Guard codes.
This script is compatible with Python 3 and requires the requests
package.
- Clone the repository or download the Python file to your local machine.
- Input the SteamGuard Files on the .maFiles folder, you can extract the .maFiles using SDA or an root device.
- Open the terminal and navigate to the directory containing the script
cd SteamAuthenticator-main
. - You need to install the necessary dependencies or requirements to run the script, command:
pip install requests
. - Run the script using Python by typing
python SteamGuard.py
in the terminal.
The script works as follows:
- It initially checks the server time from the Steam API.
- Then, it generates a guard code using the shared secret.
- The guard code, username, and Steam ID are printed on the console.
- After that, it waits for 1 second before displaying a progress bar.
- To stop the script, press
Ctrl+C
. - After the progress bar, the console is cleared and the script runs again.
Make sure to check if your directory is not empty and it has '.maFile' files, as the script requires them to run properly.
Contributions, issues, and feature requests are welcome!
This project is open-source and available under the MIT License.