This commit is contained in:
JustArchi
2016-12-25 05:52:17 +01:00
parent 55067c669e
commit d36eaebbfe
9 changed files with 74 additions and 44 deletions

View File

@@ -1,29 +1,30 @@
{
"Enabled": false,
"Paused": false,
"SteamLogin": null,
"SteamPassword": null,
"PasswordFormat": 0,
"SteamParentalPIN": "0",
"SteamApiKey": null,
"SteamMasterID": 0,
"SteamMasterClanID": 0,
"CardDropsRestricted": true,
"DismissInventoryNotifications": true,
"FarmingOrder": 0,
"FarmOffline": false,
"HandleOfflineMessages": false,
"AcceptGifts": false,
"IsBotAccount": false,
"ForwardKeysToOtherBots": false,
"DistributeKeys": false,
"ShutdownOnFarmingFinished": false,
"SendOnFarmingFinished": false,
"SteamTradeToken": null,
"SendTradePeriod": 0,
"TradingPreferences": 1,
"AcceptConfirmationsPeriod": 0,
"CustomGamePlayedWhileFarming": null,
"CustomGamePlayedWhileIdle": null,
"GamesPlayedWhileIdle": []
}
"AcceptConfirmationsPeriod" : 0,
"AcceptGifts" : false,
"CardDropsRestricted" : true,
"CustomGamePlayedWhileFarming" : null,
"CustomGamePlayedWhileIdle" : null,
"DismissInventoryNotifications" : true,
"DistributeKeys" : false,
"Enabled" : false,
"FarmOffline" : false,
"FarmingOrder" : 0,
"ForwardKeysToOtherBots" : false,
"GamesPlayedWhileIdle" : [],
"HandleOfflineMessages" : false,
"IsBotAccount" : false,
"LootableTypes" : [ 1, 5, 7 ],
"PasswordFormat" : 0,
"Paused" : false,
"SendOnFarmingFinished" : false,
"SendTradePeriod" : 0,
"ShutdownOnFarmingFinished" : false,
"SteamApiKey" : null,
"SteamLogin" : null,
"SteamMasterClanID" : 0,
"SteamMasterID" : 0,
"SteamParentalPIN" : "0",
"SteamPassword" : null,
"SteamTradeToken" : null,
"TradingPreferences" : 1
}