RocketBot 2.0 :)

Author Brian <brian1461748123@gmail.com>
Author date 2016-08-13 16:12:00
Author local date 2016-08-13 09:12:00 -0700
Committer Brian <brian1461748123@gmail.com>
Committer date 2016-08-13 16:12:00
Committer local date 2016-08-13 09:12:00 -0700
Commit e73296c6a661d1c05783ee478f13a28b65923b00
Tree 0bd4c8567e8788ffa995de66fe99c487d96de2fe
Parent 310a93d990d756ad0953feed435903467482b34d
RocketBot 2.0 :)

RocketBot 2.0, merge with Necrobot
Affected files:
.gitignore
FeroxRev/.gitignore
FeroxRev/LICENSE
FeroxRev/PokemonGo.RocketAPI/Client.cs
FeroxRev/PokemonGo.RocketAPI/Enums/AuthType.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/AccessTokenExpiredException.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/AccountNotVerifiedException.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/GoogleException.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/GoogleOfflineException.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/InvalidResponseException.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/LoginFailedException.cs
FeroxRev/PokemonGo.RocketAPI/Exceptions/PTCOfflineException.cs
FeroxRev/PokemonGo.RocketAPI/Extensions/DateTimeExtensions.cs
FeroxRev/PokemonGo.RocketAPI/Extensions/HttpClientExtensions.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/HttpClientHelper.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/JsonHelper.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/RandomHelper.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/RequestBuilder.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/RetryHandler.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/S2Helper.cs
FeroxRev/PokemonGo.RocketAPI/Helpers/Utils.cs
FeroxRev/PokemonGo.RocketAPI/HttpClient/PokemonClient.cs
FeroxRev/PokemonGo.RocketAPI/ISettings.cs
FeroxRev/PokemonGo.RocketAPI/Login/GoogleLogin.cs
FeroxRev/PokemonGo.RocketAPI/Login/ILoginType.cs
FeroxRev/PokemonGo.RocketAPI/Login/PtcLogin.cs
FeroxRev/PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj
FeroxRev/PokemonGo.RocketAPI/Properties/AssemblyInfo.cs
FeroxRev/PokemonGo.RocketAPI/Resources.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/BaseRpc.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Download.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Encounter.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Fort.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Inventory.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Login.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Map.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Misc.cs
FeroxRev/PokemonGo.RocketAPI/Rpc/Player.cs
FeroxRev/PokemonGo.RocketAPI/app.config
FeroxRev/PokemonGo.RocketAPI/packages.config
FeroxRev/README.md
POGOProtos/.gitattributes
POGOProtos/.gitignore
POGOProtos/POGOProtos/Data/AssetDigestEntry.cs
POGOProtos/POGOProtos/Data/Battle/BattleAction.cs
POGOProtos/POGOProtos/Data/Battle/BattleActionType.cs
POGOProtos/POGOProtos/Data/Battle/BattleLog.cs
POGOProtos/POGOProtos/Data/Battle/BattleParticipant.cs
POGOProtos/POGOProtos/Data/Battle/BattlePokemonInfo.cs
POGOProtos/POGOProtos/Data/Battle/BattleResults.cs
POGOProtos/POGOProtos/Data/Battle/BattleState.cs
POGOProtos/POGOProtos/Data/Battle/BattleType.cs
POGOProtos/POGOProtos/Data/Battle/POGOProtosDataBattle.cs
POGOProtos/POGOProtos/Data/Capture/CaptureAward.cs
POGOProtos/POGOProtos/Data/Capture/CaptureProbability.cs
POGOProtos/POGOProtos/Data/Capture/POGOProtosDataCapture.cs
POGOProtos/POGOProtos/Data/DownloadUrlEntry.cs
POGOProtos/POGOProtos/Data/Gym/GymMembership.cs
POGOProtos/POGOProtos/Data/Gym/GymState.cs
POGOProtos/POGOProtos/Data/Gym/POGOProtosDataGym.cs
POGOProtos/POGOProtos/Data/Logs/ActionLogEntry.cs
POGOProtos/POGOProtos/Data/Logs/CatchPokemonLogEntry.cs
POGOProtos/POGOProtos/Data/Logs/FortSearchLogEntry.cs
POGOProtos/POGOProtos/Data/Logs/POGOProtosDataLogs.cs
POGOProtos/POGOProtos/Data/POGOProtosData.cs
POGOProtos/POGOProtos/Data/Player/ContactSettings.cs
POGOProtos/POGOProtos/Data/Player/Currency.cs
POGOProtos/POGOProtos/Data/Player/DailyBonus.cs
POGOProtos/POGOProtos/Data/Player/EquippedBadge.cs
POGOProtos/POGOProtos/Data/Player/POGOProtosDataPlayer.cs
POGOProtos/POGOProtos/Data/Player/PlayerAvatar.cs
POGOProtos/POGOProtos/Data/Player/PlayerCamera.cs
POGOProtos/POGOProtos/Data/Player/PlayerCurrency.cs
POGOProtos/POGOProtos/Data/Player/PlayerPublicProfile.cs
POGOProtos/POGOProtos/Data/Player/PlayerStats.cs
POGOProtos/POGOProtos/Data/PlayerBadge.cs
POGOProtos/POGOProtos/Data/PlayerData.cs
POGOProtos/POGOProtos/Data/PokedexEntry.cs
POGOProtos/POGOProtos/Data/PokemonData.cs
POGOProtos/POGOProtos/Enums/ActivityType.cs
POGOProtos/POGOProtos/Enums/BadgeType.cs
POGOProtos/POGOProtos/Enums/CameraInterpolation.cs
POGOProtos/POGOProtos/Enums/CameraTarget.cs
POGOProtos/POGOProtos/Enums/Gender.cs
POGOProtos/POGOProtos/Enums/IapItemCategory.cs
POGOProtos/POGOProtos/Enums/ItemCategory.cs
POGOProtos/POGOProtos/Enums/ItemEffect.cs
POGOProtos/POGOProtos/Enums/POGOProtosEnums.cs
POGOProtos/POGOProtos/Enums/Platform.cs
POGOProtos/POGOProtos/Enums/PokemonFamilyId.cs
POGOProtos/POGOProtos/Enums/PokemonId.cs
POGOProtos/POGOProtos/Enums/PokemonMove.cs
POGOProtos/POGOProtos/Enums/PokemonMovementType.cs
POGOProtos/POGOProtos/Enums/PokemonRarity.cs
POGOProtos/POGOProtos/Enums/PokemonType.cs
POGOProtos/POGOProtos/Enums/TeamColor.cs
POGOProtos/POGOProtos/Enums/TutorialState.cs
POGOProtos/POGOProtos/Inventory/AppliedItem.cs
POGOProtos/POGOProtos/Inventory/AppliedItems.cs
POGOProtos/POGOProtos/Inventory/Candy.cs
POGOProtos/POGOProtos/Inventory/EggIncubator.cs
POGOProtos/POGOProtos/Inventory/EggIncubatorType.cs
POGOProtos/POGOProtos/Inventory/EggIncubators.cs
POGOProtos/POGOProtos/Inventory/InventoryDelta.cs
POGOProtos/POGOProtos/Inventory/InventoryItem.cs
POGOProtos/POGOProtos/Inventory/InventoryItemData.cs
POGOProtos/POGOProtos/Inventory/InventoryUpgrade.cs
POGOProtos/POGOProtos/Inventory/InventoryUpgradeType.cs
POGOProtos/POGOProtos/Inventory/InventoryUpgrades.cs
POGOProtos/POGOProtos/Inventory/Item/ItemAward.cs
POGOProtos/POGOProtos/Inventory/Item/ItemData.cs
POGOProtos/POGOProtos/Inventory/Item/ItemId.cs
POGOProtos/POGOProtos/Inventory/Item/ItemType.cs
POGOProtos/POGOProtos/Inventory/Item/POGOProtosInventoryItem.cs
POGOProtos/POGOProtos/Inventory/POGOProtosInventory.cs
POGOProtos/POGOProtos/Map/Fort/FortData.cs
POGOProtos/POGOProtos/Map/Fort/FortLureInfo.cs
POGOProtos/POGOProtos/Map/Fort/FortModifier.cs
POGOProtos/POGOProtos/Map/Fort/FortRenderingType.cs
POGOProtos/POGOProtos/Map/Fort/FortSponsor.cs
POGOProtos/POGOProtos/Map/Fort/FortSummary.cs
POGOProtos/POGOProtos/Map/Fort/FortType.cs
POGOProtos/POGOProtos/Map/Fort/POGOProtosMapFort.cs
POGOProtos/POGOProtos/Map/MapCell.cs
POGOProtos/POGOProtos/Map/MapObjectsStatus.cs
POGOProtos/POGOProtos/Map/POGOProtosMap.cs
POGOProtos/POGOProtos/Map/Pokemon/MapPokemon.cs
POGOProtos/POGOProtos/Map/Pokemon/NearbyPokemon.cs
POGOProtos/POGOProtos/Map/Pokemon/POGOProtosMapPokemon.cs
POGOProtos/POGOProtos/Map/Pokemon/WildPokemon.cs
POGOProtos/POGOProtos/Map/SpawnPoint.cs
POGOProtos/POGOProtos/Networking/Envelopes/AuthTicket.cs
POGOProtos/POGOProtos/Networking/Envelopes/POGOProtosNetworkingEnvelopes.cs
POGOProtos/POGOProtos/Networking/Envelopes/RequestEnvelope.cs
POGOProtos/POGOProtos/Networking/Envelopes/ResponseEnvelope.cs
POGOProtos/POGOProtos/Networking/Envelopes/Unknown6.cs
POGOProtos/POGOProtos/Networking/Envelopes/Unknown6Response.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/AddFortModifierMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/AttackGymMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/CatchPokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/CheckAwardedBadgesMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/CheckCodenameAvailableMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/ClaimCodenameMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/CollectDailyBonusMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/CollectDailyDefenderBonusMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/DiskEncounterMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/DownloadItemTemplatesMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/DownloadRemoteConfigVersionMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/DownloadSettingsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/EchoMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/EncounterMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/EncounterTutorialCompleteMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/EquipBadgeMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/EvolvePokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/FortDeployPokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/FortDetailsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/FortRecallPokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/FortSearchMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetAssetDigestMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetDownloadUrlsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetGymDetailsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetHatchedEggsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetIncensePokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetInventoryMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetMapObjectsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetPlayerMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetPlayerProfileMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/GetSuggestedCodenamesMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/IncenseEncounterMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/LevelUpRewardsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/MarkTutorialCompleteMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/NicknamePokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/POGOProtosNetworkingRequestsMessages.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/PlayerUpdateMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/RecycleInventoryItemMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/ReleasePokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/SetAvatarMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/SetContactSettingsMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/SetFavoritePokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/SetPlayerTeamMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/SfidaActionLogMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/StartGymBattleMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UpgradePokemonMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseIncenseMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseItemCaptureMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseItemEggIncubatorMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseItemGymMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseItemPotionMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseItemReviveMessage.cs
POGOProtos/POGOProtos/Networking/Requests/Messages/UseItemXpBoostMessage.cs
POGOProtos/POGOProtos/Networking/Requests/POGOProtosNetworkingRequests.cs
POGOProtos/POGOProtos/Networking/Requests/Request.cs
POGOProtos/POGOProtos/Networking/Requests/RequestType.cs
POGOProtos/POGOProtos/Networking/Responses/AddFortModifierResponse.cs
POGOProtos/POGOProtos/Networking/Responses/AttackGymResponse.cs
POGOProtos/POGOProtos/Networking/Responses/CatchPokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/CheckAwardedBadgesResponse.cs
POGOProtos/POGOProtos/Networking/Responses/CheckCodenameAvailableResponse.cs
POGOProtos/POGOProtos/Networking/Responses/ClaimCodenameResponse.cs
POGOProtos/POGOProtos/Networking/Responses/CollectDailyBonusResponse.cs
POGOProtos/POGOProtos/Networking/Responses/CollectDailyDefenderBonusResponse.cs
POGOProtos/POGOProtos/Networking/Responses/DiskEncounterResponse.cs
POGOProtos/POGOProtos/Networking/Responses/DownloadItemTemplatesResponse.cs
POGOProtos/POGOProtos/Networking/Responses/DownloadRemoteConfigVersionResponse.cs
POGOProtos/POGOProtos/Networking/Responses/DownloadSettingsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/EchoResponse.cs
POGOProtos/POGOProtos/Networking/Responses/EncounterResponse.cs
POGOProtos/POGOProtos/Networking/Responses/EncounterTutorialCompleteResponse.cs
POGOProtos/POGOProtos/Networking/Responses/EquipBadgeResponse.cs
POGOProtos/POGOProtos/Networking/Responses/EvolvePokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/FortDeployPokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/FortDetailsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/FortRecallPokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/FortSearchResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetAssetDigestResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetDownloadUrlsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetGymDetailsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetHatchedEggsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetIncensePokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetInventoryResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetMapObjectsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetPlayerProfileResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetPlayerResponse.cs
POGOProtos/POGOProtos/Networking/Responses/GetSuggestedCodenamesResponse.cs
POGOProtos/POGOProtos/Networking/Responses/IncenseEncounterResponse.cs
POGOProtos/POGOProtos/Networking/Responses/LevelUpRewardsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/MarkTutorialCompleteResponse.cs
POGOProtos/POGOProtos/Networking/Responses/NicknamePokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/POGOProtosNetworkingResponses.cs
POGOProtos/POGOProtos/Networking/Responses/PlayerUpdateResponse.cs
POGOProtos/POGOProtos/Networking/Responses/RecycleInventoryItemResponse.cs
POGOProtos/POGOProtos/Networking/Responses/ReleasePokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/SetAvatarResponse.cs
POGOProtos/POGOProtos/Networking/Responses/SetContactSettingsResponse.cs
POGOProtos/POGOProtos/Networking/Responses/SetFavoritePokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/SetPlayerTeamResponse.cs
POGOProtos/POGOProtos/Networking/Responses/SfidaActionLogResponse.cs
POGOProtos/POGOProtos/Networking/Responses/StartGymBattleResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UpgradePokemonResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseIncenseResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseItemCaptureResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseItemEggIncubatorResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseItemGymResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseItemPotionResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseItemReviveResponse.cs
POGOProtos/POGOProtos/Networking/Responses/UseItemXpBoostResponse.cs
POGOProtos/POGOProtos/Networking/Signature.cs
POGOProtos/POGOProtos/Networking/Signature/POGOProtosNetworkingSignature.cs
POGOProtos/POGOProtos/POGOProtos.csproj
POGOProtos/POGOProtos/Properties/AssemblyInfo.cs
POGOProtos/POGOProtos/Settings/DownloadSettingsAction.cs
POGOProtos/POGOProtos/Settings/FortSettings.cs
POGOProtos/POGOProtos/Settings/GlobalSettings.cs
POGOProtos/POGOProtos/Settings/InventorySettings.cs
POGOProtos/POGOProtos/Settings/LevelSettings.cs
POGOProtos/POGOProtos/Settings/MapSettings.cs
POGOProtos/POGOProtos/Settings/Master/BadgeSettings.cs
POGOProtos/POGOProtos/Settings/Master/CameraSettings.cs
POGOProtos/POGOProtos/Settings/Master/EncounterSettings.cs
POGOProtos/POGOProtos/Settings/Master/EquippedBadgeSettings.cs
POGOProtos/POGOProtos/Settings/Master/GymBattleSettings.cs
POGOProtos/POGOProtos/Settings/Master/GymLevelSettings.cs
POGOProtos/POGOProtos/Settings/Master/IapItemDisplay.cs
POGOProtos/POGOProtos/Settings/Master/IapSettings.cs
POGOProtos/POGOProtos/Settings/Master/Item/BattleAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/EggIncubatorAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/ExperienceBoostAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/FoodAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/FortModifierAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/IncenseAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/InventoryUpgradeAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/POGOProtosSettingsMasterItem.cs
POGOProtos/POGOProtos/Settings/Master/Item/PokeballAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/PotionAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Item/ReviveAttributes.cs
POGOProtos/POGOProtos/Settings/Master/ItemSettings.cs
POGOProtos/POGOProtos/Settings/Master/MoveSequenceSettings.cs
POGOProtos/POGOProtos/Settings/Master/MoveSettings.cs
POGOProtos/POGOProtos/Settings/Master/POGOProtosSettingsMaster.cs
POGOProtos/POGOProtos/Settings/Master/PlayerLevelSettings.cs
POGOProtos/POGOProtos/Settings/Master/Pokemon/CameraAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Pokemon/EncounterAttributes.cs
POGOProtos/POGOProtos/Settings/Master/Pokemon/POGOProtosSettingsMasterPokemon.cs
POGOProtos/POGOProtos/Settings/Master/Pokemon/StatsAttributes.cs
POGOProtos/POGOProtos/Settings/Master/PokemonSettings.cs
POGOProtos/POGOProtos/Settings/Master/PokemonUpgradeSettings.cs
POGOProtos/POGOProtos/Settings/Master/TypeEffectiveSettings.cs
POGOProtos/POGOProtos/Settings/POGOProtosSettings.cs
POGOProtos/README.md
PoGo.NecroBot.ConfigUI/App.config
PoGo.NecroBot.ConfigUI/App.xaml
PoGo.NecroBot.ConfigUI/App.xaml.cs
PoGo.NecroBot.ConfigUI/Icon.ico
PoGo.NecroBot.ConfigUI/MainWindow.xaml
PoGo.NecroBot.ConfigUI/MainWindow.xaml.cs
PoGo.NecroBot.ConfigUI/Models/ObservableSettings.cs
PoGo.NecroBot.ConfigUI/PoGo.NecroBot.ConfigUI.csproj
PoGo.NecroBot.ConfigUI/Properties/AssemblyInfo.cs
PoGo.NecroBot.ConfigUI/Properties/Resources.Designer.cs
PoGo.NecroBot.ConfigUI/Properties/Resources.resx
PoGo.NecroBot.ConfigUI/Properties/Settings.Designer.cs
PoGo.NecroBot.ConfigUI/Properties/Settings.settings
PoGo.NecroBot.ConfigUI/Resources/Styles.xaml
PoGo.NecroBot.ConfigUI/Resources/en-us.xaml
PoGo.NecroBot.ConfigUI/Utils/Converters.cs
PoGo.NecroBot.ConfigUI/Utils/MarkupExtensions.cs
PokemonGo.RocketBot.Logic/Common/ApiFailureStrategy.cs
PokemonGo.RocketBot.Logic/Common/Translations.cs
PokemonGo.RocketBot.Logic/DataDumper/Dumper.cs
PokemonGo.RocketBot.Logic/DataDumper/IDumper.cs
PokemonGo.RocketBot.Logic/Event/DisplayHighestsPokemonEvent.cs
PokemonGo.RocketBot.Logic/Event/EggHatchedEvent.cs
PokemonGo.RocketBot.Logic/Event/EggIncubatorStatusEvent.cs
PokemonGo.RocketBot.Logic/Event/EggsListEvent.cs
PokemonGo.RocketBot.Logic/Event/ErrorEvent.cs
PokemonGo.RocketBot.Logic/Event/EventDispatcher.cs
PokemonGo.RocketBot.Logic/Event/EvolveCountEvent.cs
PokemonGo.RocketBot.Logic/Event/FortFailedEvent.cs
PokemonGo.RocketBot.Logic/Event/FortTargetEvent.cs
PokemonGo.RocketBot.Logic/Event/FortUsedEvent.cs
PokemonGo.RocketBot.Logic/Event/IEvent.cs
PokemonGo.RocketBot.Logic/Event/InventoryListEvent.cs
PokemonGo.RocketBot.Logic/Event/ItemRecycledEvent.cs
PokemonGo.RocketBot.Logic/Event/NoPokeballEvent.cs
PokemonGo.RocketBot.Logic/Event/NoticeEvent.cs
PokemonGo.RocketBot.Logic/Event/PokeStopListEvent.cs
PokemonGo.RocketBot.Logic/Event/PokemonCaptureEvent.cs
PokemonGo.RocketBot.Logic/Event/PokemonEvolveEvent.cs
PokemonGo.RocketBot.Logic/Event/PokemonListEvent.cs
PokemonGo.RocketBot.Logic/Event/ProfileEvent.cs
PokemonGo.RocketBot.Logic/Event/SnipeEvent.cs
PokemonGo.RocketBot.Logic/Event/SnipeModeEvent.cs
PokemonGo.RocketBot.Logic/Event/SnipeScanEvent.cs
PokemonGo.RocketBot.Logic/Event/TransferPokemonEvent.cs
PokemonGo.RocketBot.Logic/Event/UpdateEvent.cs
PokemonGo.RocketBot.Logic/Event/UpdatePositionEvent.cs
PokemonGo.RocketBot.Logic/Event/UseBerryEvent.cs
PokemonGo.RocketBot.Logic/Event/UseLuckyEggEvent.cs
PokemonGo.RocketBot.Logic/Event/WarnEvent.cs
PokemonGo.RocketBot.Logic/ILogicSettings.cs
PokemonGo.RocketBot.Logic/Inventory.cs
PokemonGo.RocketBot.Logic/Localization/Localizer.cs
PokemonGo.RocketBot.Logic/Logging/ILogger.cs
PokemonGo.RocketBot.Logic/Logging/Logger.cs
PokemonGo.RocketBot.Logic/Navigation.cs
PokemonGo.RocketBot.Logic/PoGoUtils/PokemonInfo.cs
PokemonGo.RocketBot.Logic/PokemonGo.RocketBot.Logic.csproj
PokemonGo.RocketBot.Logic/Properties/AssemblyInfo.cs
PokemonGo.RocketBot.Logic/Service/BotService.cs
PokemonGo.RocketBot.Logic/Service/TelegramService.cs
PokemonGo.RocketBot.Logic/Settings.cs
PokemonGo.RocketBot.Logic/State/FarmState.cs
PokemonGo.RocketBot.Logic/State/IState.cs
PokemonGo.RocketBot.Logic/State/InfoState.cs
PokemonGo.RocketBot.Logic/State/LoginState.cs
PokemonGo.RocketBot.Logic/State/PositionCheckState.cs
PokemonGo.RocketBot.Logic/State/Session.cs
PokemonGo.RocketBot.Logic/State/StateMachine.cs
PokemonGo.RocketBot.Logic/State/VersionCheckState.cs
PokemonGo.RocketBot.Logic/StatisticsAggregator.cs
PokemonGo.RocketBot.Logic/Tasks/CatchIncensePokemonsTask.cs
PokemonGo.RocketBot.Logic/Tasks/CatchLurePokemonsTask.cs
PokemonGo.RocketBot.Logic/Tasks/CatchNearbyPokemonsTask.cs
PokemonGo.RocketBot.Logic/Tasks/CatchPokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/DisplayPokemonStatsTask.cs
PokemonGo.RocketBot.Logic/Tasks/EggsListTask.cs
PokemonGo.RocketBot.Logic/Tasks/EvolvePokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/EvolveSpecificPokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/Farm.cs
PokemonGo.RocketBot.Logic/Tasks/FarmPokestopsGPXTask.cs
PokemonGo.RocketBot.Logic/Tasks/FarmPokestopsTask.cs
PokemonGo.RocketBot.Logic/Tasks/FavoritePokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/GetPokeDexCount.cs
PokemonGo.RocketBot.Logic/Tasks/InventoryListTask.cs
PokemonGo.RocketBot.Logic/Tasks/LevelUpPokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/Login.cs
PokemonGo.RocketBot.Logic/Tasks/PokemonListTask.cs
PokemonGo.RocketBot.Logic/Tasks/RecycleItemsTask.cs
PokemonGo.RocketBot.Logic/Tasks/RenamePokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/SnipePokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/TransferDuplicatePokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/TransferPokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/TransferWeakPokemonTask.cs
PokemonGo.RocketBot.Logic/Tasks/UseIncenseConstantlyTask.cs
PokemonGo.RocketBot.Logic/Tasks/UseIncubatorsTask.cs
PokemonGo.RocketBot.Logic/Tasks/UseLuckyEggConstantlyTask.cs
PokemonGo.RocketBot.Logic/Tasks/UseNearbyPokestopsTask.cs
PokemonGo.RocketBot.Logic/Utils/DelayingUtils.cs
PokemonGo.RocketBot.Logic/Utils/DeviceInfoHelper.cs
PokemonGo.RocketBot.Logic/Utils/EggWalker.cs
PokemonGo.RocketBot.Logic/Utils/ErrorHandler.cs
PokemonGo.RocketBot.Logic/Utils/GPXReader.cs
PokemonGo.RocketBot.Logic/Utils/JitterUtils.cs
PokemonGo.RocketBot.Logic/Utils/LocationUtils.cs
PokemonGo.RocketBot.Logic/Utils/NecroWebClient.cs
PokemonGo.RocketBot.Logic/Utils/Statistics.cs
PokemonGo.RocketBot.Logic/Utils/StringUtils.cs
PokemonGo.RocketBot.Logic/Utils/WebClientExtensions.cs
PokemonGo.RocketBot.Logic/Utils/WebUtils.cs
PokemonGo.RocketBot.Logic/app.config
PokemonGo.RocketBot.Logic/packages.config
PokemonGo.RocketBot.Window/App.config
PokemonGo.RocketBot.Window/Config/Translations/translation.ca.json
PokemonGo.RocketBot.Window/Config/Translations/translation.cs.json
PokemonGo.RocketBot.Window/Config/Translations/translation.da.json
PokemonGo.RocketBot.Window/Config/Translations/translation.de.json
PokemonGo.RocketBot.Window/Config/Translations/translation.es.json
PokemonGo.RocketBot.Window/Config/Translations/translation.et.json
PokemonGo.RocketBot.Window/Config/Translations/translation.fr.json
PokemonGo.RocketBot.Window/Config/Translations/translation.gr.json
PokemonGo.RocketBot.Window/Config/Translations/translation.hu.json
PokemonGo.RocketBot.Window/Config/Translations/translation.id.json
PokemonGo.RocketBot.Window/Config/Translations/translation.it.json
PokemonGo.RocketBot.Window/Config/Translations/translation.lt.json
PokemonGo.RocketBot.Window/Config/Translations/translation.nl.json
PokemonGo.RocketBot.Window/Config/Translations/translation.no.json
PokemonGo.RocketBot.Window/Config/Translations/translation.pl.json
PokemonGo.RocketBot.Window/Config/Translations/translation.pt-br.json
PokemonGo.RocketBot.Window/Config/Translations/translation.pt-pt.json
PokemonGo.RocketBot.Window/Config/Translations/translation.ro.json
PokemonGo.RocketBot.Window/Config/Translations/translation.ru_RU.json
PokemonGo.RocketBot.Window/Config/Translations/translation.sv.json
PokemonGo.RocketBot.Window/Config/Translations/translation.th.json
PokemonGo.RocketBot.Window/Config/Translations/translation.tr.json
PokemonGo.RocketBot.Window/Config/Translations/translation.uk_UA.json
PokemonGo.RocketBot.Window/Config/Translations/translation.vi.json
PokemonGo.RocketBot.Window/Config/Translations/translation.zh_CN.json
PokemonGo.RocketBot.Window/Config/Translations/translation.zh_TW.json
PokemonGo.RocketBot.Window/Config/Translations/translation.zh_hk.json
PokemonGo.RocketBot.Window/Config/log4net.config
PokemonGo.RocketBot.Window/Config/log4net.unix.config
PokemonGo.RocketBot.Window/ConsoleEventListener.cs
PokemonGo.RocketBot.Window/ConsoleLogger.cs
PokemonGo.RocketBot.Window/FodyWeavers.xml
PokemonGo.RocketBot.Window/MainForm.cs
PokemonGo.RocketBot.Window/MainForm.designer.cs
PokemonGo.RocketBot.Window/MainForm.resx
PokemonGo.RocketBot.Window/Models/LoggingStrings.cs
PokemonGo.RocketBot.Window/Plugin/INecroPlugin.cs
PokemonGo.RocketBot.Window/Plugin/PluginInitializerInfo.cs
PokemonGo.RocketBot.Window/Plugin/PluginManager.cs
PokemonGo.RocketBot.Window/PokemonGo.RocketBot.Window.csproj
PokemonGo.RocketBot.Window/Program.cs
PokemonGo.RocketBot.Window/Properties/AssemblyInfo.cs
PokemonGo.RocketBot.Window/Properties/Resources.Designer.cs
PokemonGo.RocketBot.Window/Properties/Resources.resx
PokemonGo.RocketBot.Window/Resources/Icon.ico
PokemonGo.RocketBot.Window/Resources/ProgressBar.cs
PokemonGo.RocketBot.Window/SETUP.md
PokemonGo.RocketBot.Window/SimpleSession.cs
PokemonGo.RocketBot.Window/WebSocketHandler/ActionCommands/EvolvePokemonHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/ActionCommands/TransferPokemonHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/EncodingHelper.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Events/EggListResponce.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Events/ItemListResponce.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Events/PokemonListResponce.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Events/TrainerProfileResponce.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Events/WebResponce.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/GetEggListHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/GetItemsListHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/GetPokemonListHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/GetPokemonSettingsHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/GetTrainerProfileHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Helpers/EggListWeb.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Helpers/PokemonListWeb.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Helpers/TrainerProfileWeb.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Tasks/GetEggListTask.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Tasks/GetItemListTask.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Tasks/GetPokemonListTask.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Tasks/GetPokemonSettingsTask.cs
PokemonGo.RocketBot.Window/WebSocketHandler/GetCommands/Tasks/GetTrainerProfileTask.cs
PokemonGo.RocketBot.Window/WebSocketHandler/IWebSocketRequestHandler.cs
PokemonGo.RocketBot.Window/WebSocketHandler/IWebSocketResponce.cs
PokemonGo.RocketBot.Window/WebSocketHandler/WebSocketEventManager.cs
PokemonGo.RocketBot.Window/WebSocketInterface.cs
PokemonGo.RocketBot.Window/cert.pfx
PokemonGo.RocketBot.Window/packages.config
PokemonGo.RocketBot.Window/supersocket.cmd
PokemonGo.RocketBot.Window/supersocket.sh
RocketBot.sln
You may download the files in Public Git.