Program to automatically add Mobile Guard Authenticator to Steam accounts.
If you want a program to create steam accounts check the project SteamAccountCreateHelper.
.NET Core 5.0 or higher required.
- Run the program for the first time to create the configuration files.
- Configure the "Config.json" file.
- AccountsFormatInput => input format of accounts that will be processed. Can use "SteamAccountCreateHelper" or "login:pass:email:emailpass".
- PhoneServiceToUse => Phone Service that will be used to obtain rental numbers.
- PhoneServiceApiKey => API Key for the chosen Phone Service.
- AccountsPerNumber => number(int) of accounts to be linked in each number.
- Country => check PhoneServiceToUse to find out how to get the country code.
- "SteamAccountCreateHelper" - for accounts made using the program SteamAccountCreateHelper, you need to put the accounts' .txt files in the folder Database/Accounts_ToAdded_Guard.
- "login:pass:email:emailpass" - you need to put the accounts in
Accounts_ToAdded_Guard.txt
inside the Database/ folder.
- "sms-activate.ru" - I checked the desired Country Code here.
- "cheapsms.ru" - Config.Country doesn't matter.
This project is provided on AS-IS basis, without any guarantee at all. Author is not responsible for any harm, direct or indirect, that may be caused by using this project. You use this project at your own risk.